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

A

ac - Static variable in exception javax.xml.ws.addressing.AddressingException
 
Action - Annotation Type in javax.xml.ws.addressing
The Action annotation allows explicit association of Action message addressing property with input, output, and fault messages of the mapped WSDL operation.
ACTION_MISMATCH - Static variable in exception javax.xml.ws.addressing.InvalidMapException
Fault subcode when Action and SOAPAction for the mesage did not match.
ActionNotSupportedException - Exception in javax.xml.ws.addressing
This exception is thrown when the action message addressing property in the message is not supported at an endpoint.
ActionNotSupportedException() - Constructor for exception javax.xml.ws.addressing.ActionNotSupportedException
Overrides AddressingException default constructor.
ActionNotSupportedException(String) - Constructor for exception javax.xml.ws.addressing.ActionNotSupportedException
Overrides AddressingException(String) constructor.
addAttribute(QName, String) - Method in interface javax.xml.ws.addressing.AttributeExtensible
This method allows an arbitrary attribute, that do not belong to the WS-Addressing namespace, to be added to the underlying object implementing this interface.
addElement(Object) - Method in interface javax.xml.ws.addressing.ElementExtensible
Adds the specified element to the end of the list.
ADDRESSING_BUILDER_PROPERTY - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
A constant representing the property used to lookup the name of a AddressingBuilderFactory implementation class.
AddressingBuilder - Class in javax.xml.ws.addressing
Factory for AddressingElements.
AddressingBuilder() - Constructor for class javax.xml.ws.addressing.AddressingBuilder
Non-public constructor.
AddressingConstants - Interface in javax.xml.ws.addressing
This definition of constants pertaining to a specific version of WS-Addressing.
AddressingException - Exception in javax.xml.ws.addressing
The base class for JAX-WSA related exceptions.
AddressingException() - Constructor for exception javax.xml.ws.addressing.AddressingException
Constructs a new AddressingException with null as its detail message.
AddressingException(String) - Constructor for exception javax.xml.ws.addressing.AddressingException
Constructs a new AddressingException with the specified detail message.
AddressingException(Throwable) - Constructor for exception javax.xml.ws.addressing.AddressingException
Constructs a new AddressingException with the specified detail message and cause.
AddressingException(String, Throwable) - Constructor for exception javax.xml.ws.addressing.AddressingException
Constructs a new AddressingException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
AddressingProperties - Interface in javax.xml.ws.addressing
This class is an abstraction of the Message Addressing Properties defined in WS-Addressing specification.
AddressingType - Interface in javax.xml.ws.addressing
Interface implemented by wrappers for types defined by WS-Addressing.
AttributedQName - Interface in javax.xml.ws.addressing
Abstraction of AttributedQNameType defined in the WS-Addressing core schema.
AttributedURI - Interface in javax.xml.ws.addressing
Abstraction AttributedURIType defined in the WS-Addressing core schema.
AttributeExtensible - Interface in javax.xml.ws.addressing
This interface is implemented by classes that need to expose a Map of Attributes.

C

CLIENT_ADDRESSING_PROPERTIES - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Property name to access the AddressingProperties in javax.xml.ws.BindingProvider request and response context.
CLIENT_ADDRESSING_PROPERTIES_INBOUND - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Property name to access the inbound AddressingProperties in client-side javax.xml.ws.handler.MessageContext.
CLIENT_ADDRESSING_PROPERTIES_OUTBOUND - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Property name to access the outbound AddressingProperties in client-side javax.xml.ws.handler.MessageContext.
code - Variable in exception javax.xml.ws.addressing.AddressingException
 

D

DEFAULT_ADDRESSING_BUILDER - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
A constant representing the name of the default AddressingBuilder implementation class.
DestinationUnreachableException - Exception in javax.xml.ws.addressing
This exception is thrown when no endpoint can be found capable of acting in the role of the destination property.
DestinationUnreachableException() - Constructor for exception javax.xml.ws.addressing.DestinationUnreachableException
Overrides AddressingException default constructor.
DestinationUnreachableException(String) - Constructor for exception javax.xml.ws.addressing.DestinationUnreachableException
Overrides AddressingException(String) constructor.
detail - Variable in exception javax.xml.ws.addressing.AddressingException
 
DUPLICATE_MESSAGEID - Static variable in exception javax.xml.ws.addressing.InvalidMapException
Fault subcode when a header contains a message id that was a duplicate of one already received.

E

ElementExtensible - Interface in javax.xml.ws.addressing
ElementExtensible is implemented by classes exposing a List of SOAPElements.
EndpointReference - Interface in javax.xml.ws.addressing
This class is an abstraction of EndpointReference.
EndpointUnavailableException - Exception in javax.xml.ws.addressing
This exception is thrown when endpoint is unable to process the message at this time either due to some transient issue or a permanent failure.
EndpointUnavailableException() - Constructor for exception javax.xml.ws.addressing.EndpointUnavailableException
Overrides AddressingException default constructor.
EndpointUnavailableException(int, String) - Constructor for exception javax.xml.ws.addressing.EndpointUnavailableException
Overrides AddressingException(String) constructor.

F

FaultAction - Annotation Type in javax.xml.ws.addressing
The FaultAction annotation is used inside an Action annotation to allow an explicit association of Action message addressing property with the fault messages of the WSDL operation mapped from the exception class.
fMessage - Static variable in exception javax.xml.ws.addressing.AddressingException
 

G

getAction() - Method in exception javax.xml.ws.addressing.ActionNotSupportedException
 
getAction() - Method in interface javax.xml.ws.addressing.AddressingProperties
The accessor for the Action property.
getActionNotSupportedText() - Method in interface javax.xml.ws.addressing.AddressingConstants
The descriptive text for the fault with Action Not Supported fault subcode.
getActioNotSupportedQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the Action Not Supported fault subcode.
getActionQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the Action addressing header.
getAddress() - Method in interface javax.xml.ws.addressing.EndpointReference
The accessor for the Address property.
getAddressQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the Address in EndpointReference.
getAnonymousURI() - Method in interface javax.xml.ws.addressing.AddressingConstants
The value of "anonymous" URI.
getAttributes() - Method in interface javax.xml.ws.addressing.AttributeExtensible
Returns an unmodifiable Map representing the attributes of an addressing element.
getCode() - Method in exception javax.xml.ws.addressing.AddressingException
Returns the fault code.
getDefaultFaultAction() - Method in interface javax.xml.ws.addressing.AddressingConstants
The default fault Action.
getDestinationUnreachableQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the Destination Unreachable fault subcode.
getDestinationUnreachableText() - Method in interface javax.xml.ws.addressing.AddressingConstants
The descriptive text for the fault with Destination Unreachable fault subcode.
getDetail() - Method in exception javax.xml.ws.addressing.AddressingException
Returns the fault detail.
getElements() - Method in interface javax.xml.ws.addressing.ElementExtensible
Returns and unmodifiable List representing the child elements of an addressing element.
getEndpointUnavailableQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the Endpoint Unavailable fault subcode.
getEndpointUnavailableText() - Method in interface javax.xml.ws.addressing.AddressingConstants
The descriptive text for the fault with Endpoint Unavailable fault subcode.
getFaultDetailQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the fault detail element.
getFaultTo() - Method in interface javax.xml.ws.addressing.AddressingProperties
The accessor for the FaultTo property.
getFaultToQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the FaultTo addressing header.
getFrom() - Method in interface javax.xml.ws.addressing.AddressingProperties
The accessor for the From property.
getFromQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the From addressing header.
getID() - Method in interface javax.xml.ws.addressing.Relationship
The accessor for the ID property.
getInvalidMapQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the Invalid Message Addressing Property fault subcode.
getInvalidMapText() - Method in interface javax.xml.ws.addressing.AddressingConstants
The descriptive text for the fault with Invalid Message Addressing Property fault subcode.
getIsReferenceParameterQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the reference parameter marker
getMapQName() - Method in exception javax.xml.ws.addressing.InvalidMapException
 
getMapRequiredQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the Message Addressing Property Required fault subcode.
getMapRequiredText() - Method in interface javax.xml.ws.addressing.AddressingConstants
The descriptive text for the fault with Message Addressing Property Required fault subcode.
getMessageID() - Method in interface javax.xml.ws.addressing.AddressingProperties
The accessor for the MessageID property.
getMessageIDQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the MessageID addressing header.
getMetadata() - Method in interface javax.xml.ws.addressing.EndpointReference
The accessor for the Metadata property.
getMetadataQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the Metadata in EndpointReference.
getName() - Method in exception javax.xml.ws.addressing.MapRequiredException
Return name of the missing addressing property.
getNamespacePrefix() - Method in interface javax.xml.ws.addressing.AddressingConstants
The Prefix associated with the WS-Addressing namespace.
getNamespaceURI() - Method in interface javax.xml.ws.addressing.AddressingConstants
The namespace identifier defined by the WS-Addressing Core schema.
getNamespaceURI() - Method in interface javax.xml.ws.addressing.AddressingType
Determines the version of WS-Addressing containing the definition of the this type.
getNoneURI() - Method in interface javax.xml.ws.addressing.AddressingConstants
The value of "none" URI.
getPackageName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The package name of the implementation.
getQName() - Method in interface javax.xml.ws.addressing.AttributedQName
The accessor for the QName property.
getReason() - Method in exception javax.xml.ws.addressing.AddressingException
Returns the fault reason.
getReferenceParameters() - Method in interface javax.xml.ws.addressing.AddressingProperties
Returns a reference to the value of the ReferenceParameters property of an EndpointReference used to initialize this AddressingProperties.
getReferenceParameters() - Method in interface javax.xml.ws.addressing.EndpointReference
The ccessor for the ReferenceParameters property.
getRelatesTo() - Method in interface javax.xml.ws.addressing.AddressingProperties
The accessor for the RelatesTo property.
getRelatesToQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the RelatesTo addressing header.
getRelationshipReplyName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The value of the RelationshipType attribute indicating a reply to the related message.
getRelationshipTypeQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the Relationship attribute.
getReplyTo() - Method in interface javax.xml.ws.addressing.AddressingProperties
The accessor for the ReplyTo property.
getReplyToQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the ReplyTo addressing header.
getSubcode() - Method in exception javax.xml.ws.addressing.ActionNotSupportedException
Return the Subcode required by the WS-Addressing specification.
getSubcode() - Method in exception javax.xml.ws.addressing.AddressingException
Returns the fault subcode.
getSubcode() - Method in exception javax.xml.ws.addressing.DestinationUnreachableException
Return the Subcode required by the WS-Addressing specification.
getSubcode() - Method in exception javax.xml.ws.addressing.EndpointUnavailableException
Return the Subcode required by the WS-Addressing specification.
getSubcode() - Method in exception javax.xml.ws.addressing.InvalidMapException
Return the Subcode required by the WS-Addressing specification.
getSubcode() - Method in exception javax.xml.ws.addressing.MapRequiredException
Return the Subcode required by the WS-Addressing specification.
getSubsubcode() - Method in exception javax.xml.ws.addressing.InvalidMapException
 
getTo() - Method in interface javax.xml.ws.addressing.AddressingProperties
The accessor for the To property.
getToQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the To addressing header.
getType() - Method in interface javax.xml.ws.addressing.Relationship
The accessor for the Type property.
getURI() - Method in interface javax.xml.ws.addressing.AttributedURI
Accessor for the URI property.
getWSDLActionQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the wsaw:Action element.
getWSDLExtensibilityQName() - Method in interface javax.xml.ws.addressing.AddressingConstants
The QName of the WSDL extensiblity element.
getWSDLNamespacePrefix() - Method in interface javax.xml.ws.addressing.AddressingConstants
The prefix associated with the WS-Addressing WSDL Binding schema.
getWSDLNamespaceURI() - Method in interface javax.xml.ws.addressing.AddressingConstants
The namespace identifier defined by the WS-Addressing WSDL Binding schema.

I

initializeAsDestination(EndpointReference) - Method in interface javax.xml.ws.addressing.AddressingProperties
Initializes this AddressingProperties as a destination using the given EndpointReference as a source.
initializeAsFault(AddressingProperties) - Method in interface javax.xml.ws.addressing.AddressingProperties
Initialize this AddressingProperties as a fault reply to the given message as described in the WS-Addressing Core specification.
initializeAsReply(AddressingProperties) - Method in interface javax.xml.ws.addressing.AddressingProperties
Initialize this AddressingProperties as a normal reply to the given message as described in the WS-Addressing Core specification.
INVALID_ADDRESS_SUBCODE - Static variable in exception javax.xml.ws.addressing.InvalidMapException
Fault subcode when an invalid address is specified.
INVALID_CARDINALITY - Static variable in exception javax.xml.ws.addressing.InvalidMapException
Fault subcode when greater than expected number of the specified header is received.
INVALID_EPR - Static variable in exception javax.xml.ws.addressing.InvalidMapException
Fault subcode when an invalid header was expected to be EndpointReference but was not valid.
InvalidMapException - Exception in javax.xml.ws.addressing
This exception is thrown when a message addressing property cannot be processed at the receiving side.
InvalidMapException() - Constructor for exception javax.xml.ws.addressing.InvalidMapException
Overrides AddressingException default constructor.
InvalidMapException(QName, QName) - Constructor for exception javax.xml.ws.addressing.InvalidMapException
Overrides AddressingException(String) constructor Thrown when a message addressing property cannot be processed.

J

javax.xml.ws.addressing - package javax.xml.ws.addressing
This package contains core JAX-WSA APIs.
javax.xml.ws.addressing.soap - package javax.xml.ws.addressing.soap
This package supports the serialization of the JAX-WS Addressing classes to SOAPMessages.
JAXWSAConstants - Class in javax.xml.ws.addressing
Static constants for the javax.xml.ws.addressing package.

M

MapRequiredException - Exception in javax.xml.ws.addressing
This exception is thrown when a required message addressing property is absent.
MapRequiredException() - Constructor for exception javax.xml.ws.addressing.MapRequiredException
Overrides AddressingException default constructor.
MapRequiredException(QName) - Constructor for exception javax.xml.ws.addressing.MapRequiredException
Overrides AddressingException(String) constructor.
Metadata - Interface in javax.xml.ws.addressing
Abstraction of Metadata bucket in an EndpointReference.
MISSING_ADDRESS_IN_EPR - Static variable in exception javax.xml.ws.addressing.InvalidMapException
Fault subcode when an invalid header was expected to be EndpointReference but did not contain address.

N

newAddressingConstants() - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.AddressingConstants
newAddressingProperties() - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.AddressingProperties
newEndpointReference(URI) - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.EndpointReference
newEndpointReference(String) - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.EndpointReference
newInstance() - Static method in class javax.xml.ws.addressing.AddressingBuilder
Creates a new instance of AddressingBuilder.
newQName(QName) - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.AttributedQName initialized using the specified QName.
newQName(String, String) - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.AttributedQName initialized using the specified QName.
newRelationship(URI) - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.Relationship whose ID property is initialized with the given URI.
newRelationship(String) - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.Relationship whose ID property is initialized with the given URI.
newURI(URI) - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.AttributedURI initialized with the given URI.
newURI(String) - Method in class javax.xml.ws.addressing.AddressingBuilder
Returns an instance of javax.ws.addressing.AttributedURI initialized with the given String.

R

read(SOAPElement) - Method in interface javax.xml.ws.addressing.soap.SOAPAddressingElement
Initialize the object using the data contained in the specified SOAPElement.
readHeaders(SOAPMessage) - Method in interface javax.xml.ws.addressing.soap.SOAPAddressingProperties
Initialize the AddressingProperties object by reading the AddressingHeaders on the given SOAPMessage.
reason - Variable in exception javax.xml.ws.addressing.AddressingException
 
ReferenceParameters - Interface in javax.xml.ws.addressing
Abstraction of ReferenceParameters bucket in an EndpointReference.
Relationship - Interface in javax.xml.ws.addressing
This class is an abstraction of the RelatesToType defined by WS-Addressing schema.
removeElement(Object) - Method in interface javax.xml.ws.addressing.ElementExtensible
Removes the specified element.

S

SERVER_ADDRESSING_PROPERTIES_INBOUND - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Property name to access the inbound AddressingProperties in server-side javax.xml.ws.handler.MessageContext.
SERVER_ADDRESSING_PROPERTIES_OUTBOUND - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Property name to access the outbound AddressingProperties in server-side javax.xml.ws.handler.MessageContext.
setAction(AttributedURI) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the Action property.
setAction(String) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the Action property.
setFaultTo(EndpointReference) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the FaultTo property.
setFaultTo(String) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the FaultTo property.
setFrom(EndpointReference) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the From property.
setFrom(String) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the From property.
setMessageID(AttributedURI) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the MessageID property.
setMessageID(String) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the MessageID property.
setMu(boolean) - Method in interface javax.xml.ws.addressing.soap.SOAPAddressingProperties
Sets mustUnderstand attribute on all WS-Addressing header blocks
setRelatesTo(Relationship[]) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the RelatatesTo property.
setReplyTo(EndpointReference) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the ReplyTo property.
setReplyTo(String) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the ReplyTo property.
setTo(AttributedURI) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the To property.
setTo(String) - Method in interface javax.xml.ws.addressing.AddressingProperties
The mutator for the To property.
setType(String) - Method in interface javax.xml.ws.addressing.Relationship
The mutator for the Type property.
SOAP11_NAMESPACE_NAME - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Name of the namespace defined by SOAP 1.1.
SOAP11_RECEIVER_QNAME - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Name of Receiver fault defined by SOAP 1.1.
SOAP11_SENDER_QNAME - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Name of Sender fault defined by SOAP 1.1.
SOAP11HTTP_ADDRESSING_BINDING - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
SOAP 1.1/HTTP WS-Addressing 1.0 binding id
SOAP12_NAMESPACE_NAME - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Name of the namespace defined by SOAP 1.2.
SOAP12_RECEIVER_QNAME - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Name of Receiver fault defined by SOAP 1.2.
SOAP12_SENDER_QNAME - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Name of Sender fault defined by SOAP 1.2.
SOAP12HTTP_ADDRESSING_BINDING - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
SOAP 1.2/HTTP WS-Addressing 1.0 binding id
SOAP_FACTORY - Static variable in class javax.xml.ws.addressing.JAXWSAConstants
Singleton instance of SOAPFactory
SOAPAddressingBuilder - Class in javax.xml.ws.addressing.soap
Factory for AddressingElements that can be read from and written to SOAPMessages.
SOAPAddressingBuilder() - Constructor for class javax.xml.ws.addressing.soap.SOAPAddressingBuilder
 
SOAPAddressingElement - Interface in javax.xml.ws.addressing.soap
Interface implemented by JAX-WSA classes that can be serialized / deserialized to SOAPElements.
SOAPAddressingProperties - Interface in javax.xml.ws.addressing.soap
Subinterface of AddressingProperties includes methods that read and write the Message Addressing Properties to a SOAPMessage.

T

toString() - Method in interface javax.xml.ws.addressing.AttributedQName
Returns the content of the underlying QName as a String.
toString() - Method in interface javax.xml.ws.addressing.AttributedURI
Returns the content of the underlying URI as a String.
toString() - Method in interface javax.xml.ws.addressing.EndpointReference
Returns the content of the Address as a String.

W

write(SOAPElement, QName) - Method in interface javax.xml.ws.addressing.soap.SOAPAddressingElement
Write a SOAPHeaderElement with the specified name as a child of the specified SOAPElement parent.
writeHeaders(SOAPMessage) - Method in interface javax.xml.ws.addressing.soap.SOAPAddressingProperties
Write the properties of this AddressingProperties object as Addressing Headers on a SOAPMessage.

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

Copyright © 2005 Sun Microsystems, Inc. All Rights Reserved.