Java Doc for AddressingVersion.java in » 6.0-JDK-Modules » jax-ws-runtime » com » sun » xml » ws » api » addressing » Java Source Code / Java DocumentationJava Source Code and Java Documentation
faultDetailTag Represents the QName of the header element that is used to capture the fault detail
if there is a fault processing WS-Addressing Message Addressing Property.
invalidCardinalityTag Represents the QName of the fault code when a header representing a
WS-Addressing Message Addressing Property occurs greater than expected number.
invalidMapTag Represents the QName of the fault code when a header representing a
WS-Addressing Message Addressing Property is invalid and cannot be processed.
getFeature(String nsUri, boolean enabled, boolean required) Gets the
WebServiceFeature corresponding to the namespace URI of
WS-Addressing policy assertion in the WSDL.
getInvalidCardinalityLocalName() Gets the local name of the fault when a header representing a WS-Addressing Message
Addresing Property occurs greater than expected number.
getInvalidMapLocalName() Gets the local name of the fault when a header representing a WS-Addressing Message
Addresing Property is invalid and cannot be processed.
getInvalidMapText() Gets the description text when a header representing a WS-Addressing
Message Addressing Property is invalid and cannot be processed.
Represents the QName of the header element that is used to capture the fault detail
if there is a fault processing WS-Addressing Message Addressing Property. This is
only used for SOAP 1.1.
Returns
AddressingVersion whose
AddressingVersion.nsUri equals to
the given string.
This method does not perform input string validation.
Parameters: nsUri - must not be null. always non-null.
Gets the
WebServiceFeature corresponding to the namespace URI of
WS-Addressing policy assertion in the WSDL. enabled and
required are used to initialize the value of the feature.
Parameters: nsUri - namespace URI of the WS-Addressing policy assertion in the WSDL Parameters: enabled - true if feature is to be enabled, false otherwise Parameters: required - true if feature is required, false otherwise. Correspondsto wsdl:required on the extension/assertion. WebServiceFeature corresponding to the assertion namespace URI throws: WebServiceException - if an unsupported namespace URI is passed
Gets the local name for wsa:IsReferenceParameter. This method will return a valid
value only valid for W3C WS-Addressing. For Member Submission WS-Addressing, this method
returns null.
Returns true if the given local name is considered as
a reference parameter in EPR.
For W3C, this means "ReferenceParameters",
and for the member submission version, this means
either "ReferenceParameters" or "ReferenceProperties".