- DocRetrievalWrapper - Interface in com.odfl.document.service
-
This class is only in place to wrap the DocRetrieval object from Imaging Framework
and get it in to our RequestScope.
- DocRetrievalWrapperDefault - Class in com.odfl.document.service
-
Java class implements DocRetrievalWrapper, which wraps
the DocRetrieval object from Imaging Framework.
- DocRetrievalWrapperDefault() - Constructor for class com.odfl.document.service.DocRetrievalWrapperDefault
-
- DocType - Enum in com.odfl.document.types
-
enum class for the document types
Legend of Codes
--------------------------------------
DR - Delivery Receipt
PS - Packing Slip
BL - Bill of Lading
LC - Lumper Certificate
WC - Weight Certificate
IC - Inspection Certificate
OC - Overlength Certificate
INVOICE - a invoice
- DocumentRetrieval - Interface in com.odfl.document.service
-
Java class retrieves the name, wsdl:portType, and
wsdlLocation from the WebService.
- DocumentRetrievalImpl - Class in com.odfl.document.service
-
Java class retrieves the service name, service endpoint interface, and target namespace.
- DocumentRetrievalImpl() - Constructor for class com.odfl.document.service.DocumentRetrievalImpl
-
- DocumentRetrievalService - Class in com.odfl.document.service
-
Java class retrieves the wsdlLocation and endPoints from
the WebServiceClient.
- DocumentRetrievalService() - Constructor for class com.odfl.document.service.DocumentRetrievalService
-
DocumentRetrievalService constructor
- DocumentRetrievalService(WebServiceFeature...) - Constructor for class com.odfl.document.service.DocumentRetrievalService
-
DocumentRetrievalService constructor with features
- DocumentRetrievalService(URL) - Constructor for class com.odfl.document.service.DocumentRetrievalService
-
DocumentRetrievalService constructor with wsdl location
- DocumentRetrievalService(URL, WebServiceFeature...) - Constructor for class com.odfl.document.service.DocumentRetrievalService
-
DocumentRetrievalService constructor with wsdl location and features
- DocumentRetrievalService(URL, QName) - Constructor for class com.odfl.document.service.DocumentRetrievalService
-
DocumentRetrievalService constructor with wsdl location and QName
- DocumentRetrievalService(URL, QName, WebServiceFeature...) - Constructor for class com.odfl.document.service.DocumentRetrievalService
-
DocumentRetrievalService constructor with wsdl location, QName and features