A C D E F G I M R S T W

A

ACTION_MISMATCH - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
ACTION_NOT_SUPPORTED - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
ACTION_QNAME - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
addAllAny(List<Element>) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType
Add a list of endpoint extension elements
addAllAny(List<Element>) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType
add a list of metadata to the endpoint metadata part
addAllAny(List<Element>) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.ReferenceParametersType
add a list of reference parameters to the endpoint reference parameters part
addAny(Element) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType
Add an endpoint extension element
addAny(Element) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType
add a metadata to the endpoint metadata part
addAny(Element) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.ReferenceParametersType
add a reference parameters to the endpoint reference parameters part
ADDRESS_QNAME - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 

C

com.ebmwebsourcing.wsstar.addressing.datatypes.api - package com.ebmwebsourcing.wsstar.addressing.datatypes.api
 
com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction - package com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction
 
com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor - package com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor
 
com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction - package com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction
 
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils - package com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils
 
createEndpointReferenceType(URI) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaFactory
create a minimal EndpointReferenceType object with only mandatory fields set
createEndpointReferenceType(URI) - Method in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction.RefinedWsaFactory
 
createMetadataType() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaFactory
create a minimal - means empty - MetadataType object
createMetadataType() - Method in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction.RefinedWsaFactory
 
createReferenceParametersType() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaFactory
create a minimal - means empty - EndpointReferenceType object
createReferenceParametersType() - Method in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction.RefinedWsaFactory
 
createWsaModelEndpointReferenceType(URI) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor.WsaModelFactory
create a minimal EndpointReferenceType object, respect to "model implementation", with only mandatory fields set
createWsaModelMetadataType() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor.WsaModelFactory
create a minimal - means empty - MetadataType object, respect to "model implementation"
createWsaModelReferenceParametersType() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor.WsaModelFactory
create a minimal - means empty - EndpointReferenceType object, respect to "model implementation"

D

DESTINATION_UNREACHABLE - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
DUPLICATED_MESSAGE_ID - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 

E

ENDPOINT_REFERENCE_QNAME - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
WS-ADDRESSING XML schema QNames
ENDPOINT_UNAVAILABLE - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
EndpointReferenceType - Interface in com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction
Interface related to "EndpointReferenceType" WS-Addressing type Thought to be the most "user-friendly" as possible according to WS-Addressing specification content and especially its associated XML Schema

F

FAULT_TO_QNAME - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
FROM_QNAME - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 

G

getAddress() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType
Get the endpoint address value Note : never null according to WS-Addressing specification
getAny() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType
Get the endpoint extensions elements
getAny() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.MetadataType
Get the metadata content values
getAny() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.ReferenceParametersType
Get the reference parameters content values
getFaultCode() - Method in exception com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
 
getInstance() - Static method in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction.RefinedWsaFactory
Get the singleton instance of the class once the model's factory has been initialized.
getInstance(WsaModelFactory) - Static method in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction.RefinedWsaFactory
Initialize model's factory and get the singleton instance of the class
getMetadata() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType
Get the endpoint metadata value
getModel() - Method in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction.RefinedWsaFactory
Get the model's factory implementation used.
getReferenceParameters() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType
Get the endpoint reference parameters value
getWsaModelReader() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor.WsaModelFactory
Get a instance of WsaReader class , respect to "model implementation"
getWsaModelWriter() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor.WsaModelFactory
Get a instance of WsaWriter class, respect to "model implementation"
getWsaReader() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaFactory
Get a instance of WsaReader class
getWsaReader() - Method in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction.RefinedWsaFactory
 
getWsaWriter() - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaFactory
Get a instance of WsaWriter class
getWsaWriter() - Method in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction.RefinedWsaFactory
 

I

INVALID_ADDRESS - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
INVALID_ADDRESSING_HEADER - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
WS-ADDRESSING predefined QName "FaultCodes types (according to ws-addr.xsd xml schema)
INVALID_CARDINALITY - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
INVALID_EPR - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 

M

MESSAGE_ADDRESSING_HEADER_REQUIRED - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
MESSAGE_ID_QNAME - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
MetadataType - Interface in com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction
Interface related to "MetadataType" WS-Addressing type Thought to be the most "user-friendly" as possible according to WS-Addressing specification content and especially its associated XML Schema
MISSING_ADDRESS_IN_EPR - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 

R

readEndpointReferenceType(Document) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaReader
Unmarshall a EndpointReferenceType object from its Document representation.
readEndpointReferenceType(InputSource) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaReader
Unmarshall a EndpointReferenceType object from its InputSource representation.
readEndpointReferenceType(File) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaReader
Unmarshall a EndpointReferenceType object from its File representation.
readEndpointReferenceType(URI) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaReader
Unmarshall a EndpointReferenceType object from a reprensetation located at a specific URI
REFERENCE_PARAMETERS - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
ReferenceParametersType - Interface in com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction
Interface related to "ReferenceParametersType" WS-Addressing type Thought to be the most "user-friendly" as possible according to WS-Addressing specification content and especially its associated XML Schema
RefinedWsaFactory - Class in com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction
Implementation, following the "Singleton" design pattern, of the WsaFactory factory interface.
RELATES_TO - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
REPLY_TO_QNAME - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 

S

serialVersionUID - Static variable in exception com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
 
SERVICE_NAME_QNAME - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
setAddress(URI) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType
Set the endpoint address value Note : must not be null according to WS-Addressing specification
setMetadata(MetadataType) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType
Set the endpoint metadata value
setModel(WsaModelFactory) - Method in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.refinedabstraction.RefinedWsaFactory
Set the model's factory implementation to used.
setReferenceParameters(ReferenceParametersType) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.EndpointReferenceType
Set the endpoint reference parameters value

T

TO_QNAME - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
WS-ADDRESSING Abstract properties definitions QName

W

writeEndpointReferenceTypeAsDOM(EndpointReferenceType) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaWriter
marshall a EndpointReferenceType object to a Document representation object.
writeEndpointReferenceTypeAsString(EndpointReferenceType) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaWriter
marshall a EndpointReferenceType object to a String representation object.
writeEndpointReferenceTypeToFilesystem(EndpointReferenceType, String) - Method in interface com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.WsaWriter
marshall a EndpointReferenceType object as a File representation and write it to File System
WsaConstants - Class in com.ebmwebsourcing.wsstar.addressing.datatypes.api
 
WsaConstants() - Constructor for class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
 
WSADDRESSING_NAMESPACE - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
WS-ADDRESSING "normative" namespace
WSADDRESSING_PREFIX - Static variable in class com.ebmwebsourcing.wsstar.addressing.datatypes.api.WsaConstants
WS-ADDRESSING commonly used prefix
WsaException - Exception in com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils
 
WsaException(String, String, Throwable) - Constructor for exception com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
 
WsaException(String, Throwable) - Constructor for exception com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
 
WsaException(Throwable) - Constructor for exception com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
 
WsaException(String) - Constructor for exception com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
 
WsaException(String, String) - Constructor for exception com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
 
WsaFactory - Interface in com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction
Interface of the factory that must provide creation methods of WS-Addressing Types.
WsaModelFactory - Interface in com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor
Interface of the "model's factory" that must provide creation methods of WS-Addressing Types, called by the "RefinedAbstraction"(see "Bridge" design pattern details for more details ).
WsaReader - Interface in com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction
Interface of the Reader that must provide methods to "unmarshall" WS-Addressing types from common representation formats : Document,File,....
WsaWriter - Interface in com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction
Interface of the Writer that must provide methods to "marshall" WS-Addressing types to common representation formats : Document,File,....

A C D E F G I M R S T W

Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.