A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abortResponse(Packet) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the next action is to abort the processResponse chain because of some non-exception condition.
- absolutize(String) - Static method in class com.sun.xml.ws.util.JAXWSUtils
- AbstractInstanceResolver<T> - Class in com.sun.xml.ws.api.server
-
Partial implementation of
InstanceResolverwith convenience methods to do the resource injection. - AbstractInstanceResolver() - Constructor for class com.sun.xml.ws.api.server.AbstractInstanceResolver
- AbstractMultiInstanceResolver<T> - Class in com.sun.xml.ws.server
-
Partial implementation of
InstanceResolverwith code to handle multiple instances per server. - AbstractMultiInstanceResolver(Class<T>) - Constructor for class com.sun.xml.ws.server.AbstractMultiInstanceResolver
- AbstractSEIModelImpl - Class in com.sun.xml.ws.model
-
model of the web service.
- AbstractSEIModelImpl(WebServiceFeatureList) - Constructor for class com.sun.xml.ws.model.AbstractSEIModelImpl
- AbstractServerAsyncTransport<T> - Class in com.sun.xml.ws.api.server
-
Partial server side async transport implementation.
- AbstractServerAsyncTransport(WSEndpoint) - Constructor for class com.sun.xml.ws.api.server.AbstractServerAsyncTransport
-
WSEndpoint.setExecutor(java.util.concurrent.Executor)should be called before creating the transport - AbstractWebServiceContext - Class in com.sun.xml.ws.server
-
Partial
WSWebServiceContextimplementation. - AbstractWebServiceContext(WSEndpoint) - Constructor for class com.sun.xml.ws.server.AbstractWebServiceContext
- AbstractWrapperBeanGenerator<T,C,M,A extends Comparable> - Class in com.sun.xml.ws.model
-
Finds request/response wrapper and exception bean memebers.
- AbstractWrapperBeanGenerator(AnnotationReader<T, C, ?, M>, Navigator<T, C, ?, M>, AbstractWrapperBeanGenerator.BeanMemberFactory<T, A>) - Constructor for class com.sun.xml.ws.model.AbstractWrapperBeanGenerator
- AbstractWrapperBeanGenerator.BeanMemberFactory<T,A> - Interface in com.sun.xml.ws.model
- accept - Variable in class com.sun.xml.ws.encoding.ContentTypeImpl.Builder
- accept(String) - Method in class com.oracle.webservices.api.message.ContentType.Builder
- acceptableMimeTypes - Variable in class com.sun.xml.ws.api.message.Packet
-
The list of MIME types that are acceptable to a receiver of an outbound message.
- ACTION_MISMATCH - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- ACTION_NOT_SUPPORTED_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Action: "{0}" not supported
- ACTION_NOT_SUPPORTED_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- ACTION_NOT_SUPPORTED_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- ACTION_NOT_SUPPORTED_TEXT - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- ACTION_NOT_SUPPORTED_TEXT - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- actionMismatchTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the QName of the fault code when Action is not supported at this endpoint.
- actionNotSupportedTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the QName of the fault code when Action is not supported at this endpoint.
- actionNotSupportedText - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the text of the fault when Action is not supported at this endpoint.
- actionTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the Action QName in the SOAP message for a specific WS-Addressing Version.
- Adapter<TK extends Adapter.Toolkit> - Class in com.sun.xml.ws.api.server
-
Receives incoming messages from a transport (such as HTTP, JMS, etc) in a transport specific way, and delivers it to
WSEndpoint.PipeHead.process(com.sun.xml.ws.api.message.Packet, com.sun.xml.ws.api.server.WebServiceContextDelegate, com.sun.xml.ws.api.server.TransportBackChannel). - Adapter(WSEndpoint) - Constructor for class com.sun.xml.ws.api.server.Adapter
-
Creates an
Adapterthat delivers messages to the given endpoint. - Adapter.Toolkit - Class in com.sun.xml.ws.api.server
-
Object that groups all thread-unsafe resources.
- adapters - Variable in class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
-
All
ServletAdapters that are deployed in the current web application. - adapters - Variable in class com.sun.xml.ws.transport.httpspi.servlet.WSServletDelegate
-
All
EndpointAdapters that are deployed in the current web application. - add(Attachment) - Method in interface com.sun.xml.ws.api.message.AttachmentSet
-
Adds an attachment to this set.
- add(Header) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Adds a new
Header. - add(Header) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- add(AbstractTubeImpl, AbstractTubeImpl) - Method in class com.sun.xml.ws.api.pipe.PipeClonerImpl
-
Disambiguation version.
- add(Pipe, Pipe) - Method in class com.sun.xml.ws.api.pipe.PipeCloner
-
Deprecated.The
Pipeversion ofTubeCloner.add(Tube, Tube). - add(Pipe, Pipe) - Method in class com.sun.xml.ws.api.pipe.PipeClonerImpl
-
The
Pipeversion ofPipeClonerImpl.add(Tube, Tube). - add(Tube, Tube) - Method in class com.sun.xml.ws.api.pipe.PipeClonerImpl
- add(Tube, Tube) - Method in class com.sun.xml.ws.api.pipe.TubeCloner
-
This method must be called from within the copy constructor to notify that the copy was created.
- add(String, String) - Method in class com.sun.xml.ws.transport.Headers
-
Adds the given value to the list of headers for the given key.
- add(String, String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
-
adds the given value to the list of headers for the given key.
- add(WebServiceFeature) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
-
Adds a feature to the list if it's not already added.
- addAdditionalClasses(Class...) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
-
Adds additional classes obtained from
XmlSeeAlsoannotation. - addAll(Header...) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Deprecated.throws UnsupportedOperationException from some HeaderList implementations - better iterate over items one by one
- addAll(Iterable<WebServiceFeature>) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
-
Adds features to the list if it's not already added.
- addAnnotation(AnnotatedElement, Annotation) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- addBindingExtension(TypedXmlWriter) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:bindingelement can be generated. - addBindingExtension(TypedXmlWriter) - Method in class com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension
- addBindingOperationExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:binding/wsdl:operationelement can be generated. - addBindingOperationFaultExtension(TypedXmlWriter, JavaMethod, CheckedException) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:binding/wsdl:operation/wsdl:faultelement can be generated. - addBindingOperationInputExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:binding/wsdl:operation/wsdl:inputelement can be generated. - addBindingOperationOutputExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:binding/wsdl:operation/wsdl:outputelement can be generated. - addChild(ExplicitGroup, ParameterImpl) - Method in class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
- addChild(ExplicitGroup, QName, TypeInfo) - Method in class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
- addDefinitionsExtension(TypedXmlWriter) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:definitionselement can be generated. - addExtension(WSDLExtension) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
-
Adds a new
WSDLExtensionto this object. - addFaultMessageExtension(TypedXmlWriter, JavaMethod, CheckedException) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:portType/wsdl:operation/wsdl:faultelement can be generated. - addFeature(WebServiceFeature) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLFeaturedObject
-
Enables a
WebServiceFeaturebased upon policy assertions on this port. - addFiles(File...) - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- addFiles(File...) - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature.Builder
- addFilter(SDDocumentFilter) - Method in interface com.sun.xml.ws.api.server.ServiceDefinition
-
Adds a filter that is called while writing
SDDocument's infoset. - addFilter(SDDocumentFilter) - Method in class com.sun.xml.ws.server.ServiceDefinitionImpl
- addInheritedAnnotations(Class<?>) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- addInputMessageExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to an input
wsdl:messageelement can be generated. - addInterceptor(FiberContextSwitchInterceptor) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Adds a new
FiberContextSwitchInterceptorto this fiber. - addInternal(int, Header) - Method in class com.sun.xml.ws.api.message.HeaderList
- additionalValueTypes - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- additionalValueTypes() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- addKnownHeader(QName) - Method in interface com.sun.xml.ws.api.WSBinding
-
Adds header QName to set known to be supported by this binding
- addKnownHeader(QName) - Method in class com.sun.xml.ws.binding.BindingImpl
- addListener(Fiber.Listener) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Deprecated.
- addListenerTo(AsyncContext, ServletAdapter.AsyncCompletionCheck) - Method in class com.sun.xml.ws.transport.http.servlet.WSAsyncListener
- addMetadata(Iterable<? extends Source>) - Method in class com.sun.xml.ws.developer.EPRRecipe
- addMetadata(Source) - Method in class com.sun.xml.ws.developer.EPRRecipe
-
Adds a new metadata.
- addMetadata(Source...) - Method in class com.sun.xml.ws.developer.EPRRecipe
- addNotUnderstoodExtension(QName, Locator) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
-
Marks extension as not understood
- addOperationExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:portType/wsdl:operationelement can be generated. - addOperationFaultExtension(TypedXmlWriter, JavaMethod, CheckedException) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:portType/wsdl:operation/wsdl:faultelement can be generated. - addOperationFaultExtension(TypedXmlWriter, JavaMethod, CheckedException) - Method in class com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension
- addOperationFaultExtension(TypedXmlWriter, JavaMethod, CheckedException) - Method in class com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension
- addOperationInputExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:portType/wsdl:operation/wsdl:inputelement can be generated. - addOperationInputExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension
- addOperationInputExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension
- addOperationOutputExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:portType/wsdl:operation/wsdl:outputelement can be generated. - addOperationOutputExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension
- addOperationOutputExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension
- addOrReplace(Header) - Method in class com.sun.xml.ws.api.message.HeaderList
- addOrReplace(Header) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- addOutputMessageExtension(TypedXmlWriter, JavaMethod) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to an output
wsdl:messageelement can be generated. - addPortExtension(TypedXmlWriter) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:portelement can be generated. - addPortTypeExtension(TypedXmlWriter) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:portTypeelement can be generated. - addr - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- addReferenceParameter(Header) - Method in class com.sun.xml.ws.developer.EPRRecipe
-
Adds a new reference parameter.
- addReferenceParameters(Header...) - Method in class com.sun.xml.ws.developer.EPRRecipe
-
Adds all the headers as reference parameters.
- addReferenceParameters(HeaderList) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Copies all the reference parameters from the given
HeaderListto this EPR - addReferenceParameters(Iterable<? extends Header>) - Method in class com.sun.xml.ws.developer.EPRRecipe
-
Adds all the headers as reference parameters.
- addReferenceParametersToList(HeaderList) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Deprecated.- use addReferenceParametersToList(MessageHeaders)
- addReferenceParametersToList(MessageHeaders) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Copies all the reference parameters in this EPR as headers to the given
MessageHeaders. - addRequiredRoles(Set<String>) - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
- addResources(String...) - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- addResources(String...) - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature.Builder
- address - Variable in class com.sun.xml.ws.api.addressing.AddressingVersion.EPR
- Address() - Constructor for class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.Address
- ADDRESSING_ACTION - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Gets the
wsa:Actionheader value. - ADDRESSING_FAULT_TO - Static variable in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- ADDRESSING_FROM - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Gets the
wsa:Fromheader. - ADDRESSING_MESSAGE_ID - Static variable in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- ADDRESSING_MESSAGEID - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Gets the
wsa:MessageIDheader value. - ADDRESSING_NOT_ENABLED(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Addressing is not enabled, {0} should not be included in the pipeline"
- ADDRESSING_RELATES_TO - Static variable in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- ADDRESSING_REPLY_TO - Static variable in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- ADDRESSING_SHOULD_BE_ENABLED() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Addressing is not enabled
- ADDRESSING_TO - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Gets the
wsa:Toheader. - AddressingMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- AddressingMessages() - Constructor for class com.sun.xml.ws.resources.AddressingMessages
- AddressingPropertySet - Class in com.sun.xml.ws.api.addressing
-
This property set exists so the upper stack can SET addressing info on a PER-REQUEST basis (instead of a per proxy/dispatch basis via OneWayFeature).
- AddressingPropertySet() - Constructor for class com.sun.xml.ws.api.addressing.AddressingPropertySet
- AddressingUtils - Class in com.sun.xml.ws.api.message
- AddressingUtils() - Constructor for class com.sun.xml.ws.api.message.AddressingUtils
- addressingVersion() - Method in class com.sun.xml.ws.server.MonitorRootService
- AddressingVersion - Enum in com.sun.xml.ws.api.addressing
-
'Traits' object that absorbs differences of WS-Addressing versions.
- AddressingVersion.EPR - Class in com.sun.xml.ws.api.addressing
- addSatellite(PropertySet) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- addSatellite(PropertySet) - Method in interface com.oracle.webservices.api.message.DistributedPropertySet
- addSatellite(PropertySet) - Method in class com.sun.xml.ws.api.DistributedPropertySet
-
Deprecated.
- addSatellite(PropertySet) - Method in class com.sun.xml.ws.api.message.Packet
-
Deprecated.
- addSatellite(Class<? extends PropertySet>, PropertySet) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- addSatellite(Class<? extends PropertySet>, PropertySet) - Method in interface com.oracle.webservices.api.message.DistributedPropertySet
- addSatellite(Class, PropertySet) - Method in class com.sun.xml.ws.api.DistributedPropertySet
-
Deprecated.
- addSatellite(Class, PropertySet) - Method in class com.sun.xml.ws.api.message.Packet
-
Deprecated.
- addSatellites(Packet) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
- addServiceExtension(TypedXmlWriter) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
This method is invoked so that extensions to a
wsdl:serviceelement can be generated. - addSOAPMimeHeaders(MimeHeaders, Map<String, List<String>>) - Static method in class com.sun.xml.ws.api.message.Message
- addVer - Variable in class com.sun.xml.ws.addressing.WsaTubeHelper
- addWrapperChild(ParameterImpl) - Method in class com.sun.xml.ws.model.WrapperParameter
-
Adds a new child parameter.
- allowExternalAccess(SchemaFactory, String, boolean) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- allPrefixes(String) - Method in class com.sun.xml.ws.encoding.TagInfoset
- allPrefixes(String) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite.ElemInfo
- ALREADY_HTTP_SERVER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
There is already a HTTP server at : {0}# {0} - probably URL/port of a server
- ALREADY_HTTPS_SERVER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
There is already a HTTPS server at : {0}
- ANNOTATION_ONLY_ONCE(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Only one method should have the annotation "{0}"
- annotations - Variable in class com.sun.xml.ws.spi.db.TypeInfo
-
The annotations associated with the reference of this type.
- ANONYMOUS_EPR - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- ANONYMOUS_EPR - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- anonymousEpr - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the anonymous EPR.
- anonymousUri - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Gets the anonymous URI value associated with this WS-Addressing version.
- areRequiredExtensionsUnderstood() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
-
True if all required WSDL extensions on Port and Binding are understood
- asBase64Data() - Method in class com.sun.xml.ws.message.stream.StreamAttachment
- asByteArray() - Method in interface com.sun.xml.ws.api.message.Attachment
-
Gets the attachment as an exact-length byte array.
- asByteArray() - Method in class com.sun.xml.ws.message.stream.StreamAttachment
- ASCIIUtility - Class in com.sun.xml.ws.util
-
Copied from mail.jar.
- asDataHandler() - Method in interface com.sun.xml.ws.api.message.Attachment
-
Gets the attachment as a
DataHandler. - asDataHandler() - Method in class com.sun.xml.ws.message.stream.StreamAttachment
- asInputStream() - Method in interface com.sun.xml.ws.api.message.Attachment
-
Obtains this attachment as an
InputStream. - asInputStream() - Method in class com.sun.xml.ws.message.stream.StreamAttachment
- asList() - Method in class com.sun.xml.ws.api.message.HeaderList
- asList() - Method in interface com.sun.xml.ws.api.message.MessageHeaders
-
Returns
Headerinstances in aList. - asMap() - Method in class com.oracle.webservices.api.message.BasePropertySet
-
Creates a modifiable
Mapview of thisPropertySet. - asMap() - Method in interface com.oracle.webservices.api.message.PropertySet
-
Creates a modifiable
Mapview of thisPropertySet. - asMapIncludingInvocationProperties() - Method in class com.sun.xml.ws.api.message.Packet
- asMapLocal() - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- assertOneWay(boolean) - Method in class com.sun.xml.ws.api.message.Message
-
Makes an assertion that this
Messageis a request message for an one-way operation according to the context WSDL. - asSource() - Method in interface com.sun.xml.ws.api.message.Attachment
-
Gets the attachment as a
Source. - asSource() - Method in class com.sun.xml.ws.message.stream.StreamAttachment
- asSource(String) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Returns a
Sourcethat represents this EPR. - ASYNC_CALLBACK - com.sun.xml.ws.api.model.MEP
- ASYNC_POLL - com.sun.xml.ws.api.model.MEP
- AsyncProvider<T> - Interface in com.sun.xml.ws.api.server
-
Asynchronous version of
Provider. - AsyncProviderCallback<T> - Interface in com.sun.xml.ws.api.server
-
Callback interface to signal JAX-WS RI that the processing of an asynchronous request is complete.
- Attachment - Interface in com.sun.xml.ws.api.message
-
Attachment.
- ATTACHMENT - com.sun.xml.ws.api.model.ParameterBinding.Kind
- AttachmentEx - Interface in com.sun.xml.ws.api.message
-
Attachment extended interface exposing custom MIME headers.
- AttachmentEx.MimeHeader - Interface in com.sun.xml.ws.api.message
-
MIME header
- attachmentSet - Variable in class com.sun.xml.ws.api.message.Message
- AttachmentSet - Interface in com.sun.xml.ws.api.message
-
A set of
Attachmenton aMessage. - ATTR_BINDING - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_BINDING - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- ATTR_DATABINDING - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_ENABLE_MTOM - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_ENABLE_MTOM - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- ATTR_FILE - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_IMPLEMENTATION - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_IMPLEMENTATION - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- ATTR_LOCATION - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- ATTR_MTOM_THRESHOLD_VALUE - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_MTOM_THRESHOLD_VALUE - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- ATTR_NAME - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_NAME - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- ATTR_NAME - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- ATTR_PORT - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_PORT - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- ATTR_RESOURCE - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_SERVICE - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_SERVICE - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- ATTR_TNS - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- ATTR_TRANSPORT - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- ATTR_URL_PATTERN - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_URL_PATTERN - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- ATTR_VERSION - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_VERSION - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- ATTR_WSDL - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTR_WSDL - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- Attribute(String, String, String) - Constructor for class com.sun.xml.ws.message.stream.StreamHeader.Attribute
- attributeAdded(ServletContextAttributeEvent) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletContextListener
- attributeAdded(ServletContextAttributeEvent) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIContextListener
- AttributedQName() - Constructor for class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.AttributedQName
- attributeRemoved(ServletContextAttributeEvent) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletContextListener
- attributeRemoved(ServletContextAttributeEvent) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIContextListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletContextListener
- attributeReplaced(ServletContextAttributeEvent) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIContextListener
- attributes - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.Address
- attributes - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.AttributedQName
- attributes - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- Attributes - Interface in com.sun.xml.ws.streaming
-
The Attributes interface is essentially a version of the org.xml.sax.Attributes interface modified to use the JAX-WS QName class.
- AttributesImpl(XMLStreamReader) - Constructor for class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- ATTRVALUE_SUPPORTED_VERSIONS - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- ATTRVALUE_VERSION_1_0 - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- atts - Variable in class com.sun.xml.ws.encoding.TagInfoset
-
Attributes on this tag.
B
- BaseDistributedPropertySet - Class in com.oracle.webservices.api.message
-
PropertySetthat combines properties exposed from multiplePropertySets into one. - BaseDistributedPropertySet() - Constructor for class com.oracle.webservices.api.message.BaseDistributedPropertySet
- BasePropertySet - Class in com.oracle.webservices.api.message
-
A set of "properties" that can be accessed via strongly-typed fields as well as reflexibly through the property name.
- BasePropertySet() - Constructor for class com.oracle.webservices.api.message.BasePropertySet
-
Creates a new instance of TypedMap.
- BasePropertySet.Accessor - Interface in com.oracle.webservices.api.message
-
Represents a typed property defined on a
PropertySet. - BasePropertySet.PropertyMap - Class in com.oracle.webservices.api.message
-
Represents the list of strongly-typed known properties (keyed by property names.)
- BasePropertySet.PropertyMapEntry - Class in com.oracle.webservices.api.message
-
PropertyMapEntry represents a Map.Entry in the PropertyMap with more efficient access.
- bean() - Method in annotation type com.sun.xml.ws.api.FeatureListValidatorAnnotation
-
The
FeatureListValidatorbean that is associated with theFeatureListValidatorannotation - BEAN - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- binding - Variable in class com.sun.xml.ws.addressing.WsaTubeHelper
- binding - Variable in class com.sun.xml.ws.server.WSEndpointImpl
- BINDING_API_NO_FAULT_MESSAGE_NAME() - Static method in class com.sun.xml.ws.resources.BindingApiMessages
-
Fault message name must not be null.
- BindingApiMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- BindingApiMessages() - Constructor for class com.sun.xml.ws.resources.BindingApiMessages
- bindingAttributes(EditableWSDLBoundPortType, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- bindingContext - Variable in class com.sun.xml.ws.model.AbstractSEIModelImpl
- BindingContext - Interface in com.sun.xml.ws.spi.db
-
JAXBContextenhanced with JAXB RI specific functionalities. - BindingContextFactory - Class in com.sun.xml.ws.spi.db
-
BindingContextFactory
- BindingContextFactory() - Constructor for class com.sun.xml.ws.spi.db.BindingContextFactory
- bindingElements(EditableWSDLBoundPortType, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- bindingElements(EditableWSDLBoundPortType, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.MemberSubmissionAddressingWSDLParserExtension
- bindingElements(EditableWSDLBoundPortType, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingMetadataWSDLParserExtension
- bindingElements(EditableWSDLBoundPortType, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- BindingHelper - Class in com.sun.xml.ws.spi.db
-
BindingHelper
- BindingHelper() - Constructor for class com.sun.xml.ws.spi.db.BindingHelper
- bindingId - Variable in enum com.oracle.webservices.api.EnvelopeStyle.Style
-
The BindingID used by the BindingType annotation.
- bindingID - Variable in class com.sun.xml.ws.api.databinding.MappingInfo
- bindingID() - Method in class com.sun.xml.ws.server.MonitorRootService
- BindingID - Class in com.sun.xml.ws.api
-
Parsed binding ID string.
- BindingID() - Constructor for class com.sun.xml.ws.api.BindingID
- BindingIDFactory - Class in com.sun.xml.ws.api
-
Extension point to plug in additional
BindingIDparsing logic. - BindingIDFactory() - Constructor for class com.sun.xml.ws.api.BindingIDFactory
- BindingImpl - Class in com.sun.xml.ws.binding
-
Instances are created by the service, which then sets the handler chain on the binding impl.
- BindingImpl(BindingID, WebServiceFeature...) - Constructor for class com.sun.xml.ws.binding.BindingImpl
- BindingImpl.MessageKey - Class in com.sun.xml.ws.binding
-
Experimental: Identify messages based on the name of the message and the operation that uses this message.
- BindingInfo - Class in com.sun.xml.ws.spi.db
-
BindingInfo
- BindingInfo() - Constructor for class com.sun.xml.ws.spi.db.BindingInfo
- bindingOperationAttributes(EditableWSDLBoundOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- bindingOperationElements(EditableWSDLBoundOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- bindingOperationElements(EditableWSDLBoundOperation, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.MemberSubmissionAddressingWSDLParserExtension
- bindingOperationElements(EditableWSDLBoundOperation, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingMetadataWSDLParserExtension
- bindingOperationElements(EditableWSDLBoundOperation, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- bindingOperationFaultAttributes(EditableWSDLBoundFault, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- bindingOperationFaultElements(EditableWSDLBoundFault, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- bindingOperationInputAttributes(EditableWSDLBoundOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- bindingOperationInputElements(EditableWSDLBoundOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- bindingOperationOutputAttributes(EditableWSDLBoundOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- bindingOperationOutputElements(EditableWSDLBoundOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- BindingTypeFeature - Class in com.sun.xml.ws.developer
-
Using this feature, the application could override the binding used by the runtime(usually determined from WSDL).
- BindingTypeFeature(String) - Constructor for class com.sun.xml.ws.developer.BindingTypeFeature
- BODY - com.sun.xml.ws.api.model.ParameterBinding.Kind
- BODY - Static variable in class com.sun.xml.ws.api.model.ParameterBinding
-
Singleton instance that represents 'BODY'
- bodyParamNS(ParameterImpl) - Method in class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
- BoundEndpoint - Interface in com.sun.xml.ws.api.server
-
Represents the
WSEndpointbound to a particular transport. - bridge(XMLStreamReader, XMLStreamWriter) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.Reads one subtree and writes it out.
- bridges - Variable in class com.sun.xml.ws.spi.db.WrapperComposite
- buf - Variable in class com.sun.xml.ws.util.ByteArrayBuffer
-
The buffer where data is stored.
- build() - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Builds a new Databinding instance
- build() - Method in class com.oracle.webservices.api.databinding.DatabindingModeFeature.Builder
- build() - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature.Builder
- build() - Method in class com.oracle.webservices.api.message.ContentType.Builder
- build() - Method in class com.sun.xml.ws.encoding.ContentTypeImpl.Builder
- BUILD_ID - Variable in class com.sun.xml.ws.util.Version
-
Represents the build id, which is a string like "b13" or "hudson-250".
- BUILD_VERSION - Variable in class com.sun.xml.ws.util.Version
-
Represents the complete version string, such as "JAX-WS RI 2.0-b19"
- buildAction(String, EditableWSDLOperation, boolean) - Static method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- builder() - Static method in class com.oracle.webservices.api.databinding.DatabindingModeFeature
- builder() - Static method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- Builder() - Constructor for class com.oracle.webservices.api.message.ContentType.Builder
- Builder() - Constructor for class com.sun.xml.ws.encoding.ContentTypeImpl.Builder
- Builder() - Constructor for class com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException.Builder
- buildHandlerChainsModel(Class<?>) - Static method in class com.sun.xml.ws.util.HandlerAnnotationProcessor
- buildHandlerInfo(Class<?>, QName, QName, WSBinding) - Static method in class com.sun.xml.ws.util.HandlerAnnotationProcessor
-
This method is called by
EndpointFactorywhen they have an annotated class. - buildInjectionPlan(Class<? extends T>, Class<R>, boolean) - Static method in class com.sun.xml.ws.util.InjectionPlan
- buildRuntimeModel() - Method in class com.sun.xml.ws.model.RuntimeModeler
-
builds the runtime model from the
portClassusing the binding IDbindingId. - ByteArrayBuffer - Class in com.sun.xml.ws.util
-
Read/write buffer that stores a sequence of bytes.
- ByteArrayBuffer() - Constructor for class com.sun.xml.ws.util.ByteArrayBuffer
-
Creates a new byte array output stream.
- ByteArrayBuffer(byte[]) - Constructor for class com.sun.xml.ws.util.ByteArrayBuffer
- ByteArrayBuffer(byte[], int) - Constructor for class com.sun.xml.ws.util.ByteArrayBuffer
- ByteArrayBuffer(int) - Constructor for class com.sun.xml.ws.util.ByteArrayBuffer
-
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- ByteArrayDataSource - Class in com.sun.xml.ws.util
-
DataSourcebacked by a byte buffer. - ByteArrayDataSource(byte[], int, int, String) - Constructor for class com.sun.xml.ws.util.ByteArrayDataSource
- ByteArrayDataSource(byte[], int, String) - Constructor for class com.sun.xml.ws.util.ByteArrayDataSource
- ByteArrayDataSource(byte[], String) - Constructor for class com.sun.xml.ws.util.ByteArrayDataSource
C
- CAN_NOT_GENERATE_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Cannot generate WSDL for binding "{0}"
- cancel(boolean) - Method in interface com.sun.xml.ws.api.Cancelable
-
Attempts to cancel execution of this task.
- cancel(boolean) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Marks this Fiber as cancelled.
- cancel(boolean) - Method in class com.sun.xml.ws.util.CompletedFuture
- Cancelable - Interface in com.sun.xml.ws.api
-
Interface for tasks that may be cancelled
- canGenerateWSDL() - Method in class com.sun.xml.ws.api.BindingID
-
Returns true if this binding can generate WSDL.
- CANNOT_EXTEND_HANDLER_DIRECTLY(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
-
Handler {0} must implement LogicalHandler or SOAPHandler.
- CANNOT_INSTANTIATE_HANDLER(Object, Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
-
Unable to instantiate handler: {0} because: {1}
- CANONICALIZATION_SUPPORT - Static variable in interface com.sun.xml.ws.spi.db.BindingContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)andMarshaller.setProperty(String, Object)to enable the c14n marshalling support in theJAXBContext. - capitalize(String) - Static method in class com.sun.xml.ws.model.RuntimeModeler
-
utility to capitalize the first letter in a string
- capitalize(String) - Static method in class com.sun.xml.ws.util.StringUtils
-
Utility method to take a string and convert it to normal a string with the first character in upper case.
- CDATA - Class in com.sun.xml.ws.util.xml
- CDATA(String) - Constructor for class com.sun.xml.ws.util.xml.CDATA
- characters(char[], int, int) - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- characters(char[], int, int) - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- charset - Variable in class com.sun.xml.ws.encoding.ContentTypeImpl.Builder
- charset(String) - Method in class com.oracle.webservices.api.message.ContentType.Builder
- check() - Method in class com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException.Builder
-
If an error was reported, throw the exception.
- checkAbsoluteness(String) - Static method in class com.sun.xml.ws.util.JAXWSUtils
-
Checks if the system ID is absolute.
- checkAnonymousSemantics(WSDLBoundOperation, WSEndpointReference, WSEndpointReference) - Method in class com.sun.xml.ws.addressing.W3CWsaServerTube
- checkAnonymousSemantics(WSDLBoundOperation, WSEndpointReference, WSEndpointReference) - Method in class com.sun.xml.ws.addressing.WsaServerTube
- CheckedException - Interface in com.sun.xml.ws.api.model
-
This class provides abstractio to the the exception class corresponding to the wsdl:fault, such as class MUST have
WebFaultannotation defined on it. - CheckedExceptionImpl - Class in com.sun.xml.ws.model
-
CheckedException class.
- CheckedExceptionImpl(JavaMethodImpl, Class, TypeInfo, ExceptionType) - Constructor for class com.sun.xml.ws.model.CheckedExceptionImpl
- checkMandatoryHeaders(Packet, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.sun.xml.ws.addressing.v200408.MemberSubmissionWsaClientTube
- checkMandatoryHeaders(Packet, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.sun.xml.ws.addressing.v200408.MemberSubmissionWsaServerTube
- checkMandatoryHeaders(Packet, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.sun.xml.ws.addressing.W3CWsaClientTube
- checkMandatoryHeaders(Packet, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.sun.xml.ws.addressing.W3CWsaServerTube
- checkMessageAddressingProperties(Packet) - Method in class com.sun.xml.ws.addressing.WsaServerTube
- checkMtomAcceptable() - Method in class com.sun.xml.ws.api.message.Packet
- children - Variable in class com.sun.xml.ws.util.xml.XMLReaderComposite
- classLoader - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- classLoader - Variable in class com.sun.xml.ws.model.AbstractSEIModelImpl
- classLoader - Variable in class com.sun.xml.ws.spi.db.BindingInfo
- classLoader(ClassLoader) - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Sets the ClassLoader which is used to load the service endpoint interface, implementation bean, and all the value types.
- clazz - Variable in class com.sun.xml.ws.server.AbstractMultiInstanceResolver
- clear() - Method in class com.sun.xml.ws.model.WrapperParameter
- clear() - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- ClientCallBridge - Interface in com.sun.xml.ws.api.databinding
- ClientMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- ClientMessages() - Constructor for class com.sun.xml.ws.resources.ClientMessages
- ClientPipeAssemblerContext - Class in com.sun.xml.ws.api.pipe
-
Deprecated.
- ClientPipeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBinding) - Constructor for class com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
-
Deprecated.
- ClientPipeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBinding, Container) - Constructor for class com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
-
Deprecated.
- ClientRequest - com.sun.xml.ws.api.message.Packet.State
- ClientResponse - com.sun.xml.ws.api.message.Packet.State
- ClientTubeAssemblerContext - Class in com.sun.xml.ws.api.pipe
-
Factory for well-known
Tubeimplementations that theTubelineAssemblerneeds to use to satisfy JAX-WS requirements. - ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBinding) - Constructor for class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
- ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBinding, Container) - Constructor for class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
- ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBinding, Container, Codec) - Constructor for class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
- ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBinding, Container, Codec, SEIModel, Class) - Constructor for class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
- ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class) - Constructor for class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.
- clone(Pipe) - Static method in class com.sun.xml.ws.api.pipe.PipeCloner
-
Deprecated.
Pipeversion ofTubeCloner.clone(Tube) - clone(Tube) - Static method in class com.sun.xml.ws.api.pipe.TubeCloner
-
Invoked by a client of a tube to clone the whole pipeline.
- close() - Method in interface com.sun.xml.ws.api.server.TransportBackChannel
-
See the class javadoc for the discussion.
- close() - Method in class com.sun.xml.ws.encoding.DataSourceStreamingDataHandler
- close() - Method in class com.sun.xml.ws.encoding.MIMEPartStreamingDataHandler
- close() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- close() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- close() - Method in class com.sun.xml.ws.streaming.TidyXMLStreamReader
- close() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Close the connection
- close() - Method in class com.sun.xml.ws.util.ByteArrayBuffer
- close() - Method in class com.sun.xml.ws.util.NoCloseInputStream
- close() - Method in class com.sun.xml.ws.util.NoCloseOutputStream
- close() - Method in class com.sun.xml.ws.util.ReadAllStream
- close() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- close() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- close() - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- close(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- close(BackingStore<?, ?>) - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Helper method that avoids the need for exception handling boilerplate code when closing a
BackingStoreinstance. - closeManagedObjectManager() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Close the ManagedObjectManager for this endpoint.
- closeManagedObjectManager() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- closeManagedObjectManager() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- codec - Variable in class com.sun.xml.ws.api.message.Packet
- codec - Variable in class com.sun.xml.ws.api.server.Adapter.Toolkit
-
For encoding/decoding infoset to/from the byte stream.
- Codec - Interface in com.sun.xml.ws.api.pipe
-
Encodes a
Message(its XML infoset and attachments) to a sequence of bytes. - Codecs - Class in com.sun.xml.ws.api.pipe
-
Factory methods for some of the
Codecimplementations. - Codecs() - Constructor for class com.sun.xml.ws.api.pipe.Codecs
- collectExceptionBeanMembers(C) - Method in class com.sun.xml.ws.model.AbstractWrapperBeanGenerator
-
Computes and sorts exception bean members for a given exception as per the 3.7 section of the spec.
- collectExceptionBeanMembers(C, boolean) - Method in class com.sun.xml.ws.model.AbstractWrapperBeanGenerator
-
Computes and sorts exception bean members for a given exception as per the 3.7 section of the spec.
- collectionHandler() - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- collectRequestBeanMembers(M) - Method in class com.sun.xml.ws.model.AbstractWrapperBeanGenerator
-
Computes request bean members for a method.
- collectResponseBeanMembers(M) - Method in class com.sun.xml.ws.model.AbstractWrapperBeanGenerator
-
Computes response bean members for a method.
- COLON_DELIMITER - Static variable in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- com.oracle.webservices.api - package com.oracle.webservices.api
- com.oracle.webservices.api.databinding - package com.oracle.webservices.api.databinding
- com.oracle.webservices.api.message - package com.oracle.webservices.api.message
- com.sun.xml.ws.addressing - package com.sun.xml.ws.addressing
- com.sun.xml.ws.addressing.v200408 - package com.sun.xml.ws.addressing.v200408
- com.sun.xml.ws.api - package com.sun.xml.ws.api
-
JAX-WS RI extension of JAX-WS API.
- com.sun.xml.ws.api.addressing - package com.sun.xml.ws.api.addressing
- com.sun.xml.ws.api.databinding - package com.sun.xml.ws.api.databinding
- com.sun.xml.ws.api.ha - package com.sun.xml.ws.api.ha
- com.sun.xml.ws.api.message - package com.sun.xml.ws.api.message
-
Messageand related abstractions that represent a SOAP message. - com.sun.xml.ws.api.model - package com.sun.xml.ws.api.model
- com.sun.xml.ws.api.model.wsdl - package com.sun.xml.ws.api.model.wsdl
- com.sun.xml.ws.api.pipe - package com.sun.xml.ws.api.pipe
-
Pipeand related abstractions. - com.sun.xml.ws.api.server - package com.sun.xml.ws.api.server
-
APIs for hosting JAX-WS services.
- com.sun.xml.ws.api.streaming - package com.sun.xml.ws.api.streaming
- com.sun.xml.ws.api.wsdl.parser - package com.sun.xml.ws.api.wsdl.parser
-
Extension point for WSDL parsing.
- com.sun.xml.ws.api.wsdl.writer - package com.sun.xml.ws.api.wsdl.writer
- com.sun.xml.ws.binding - package com.sun.xml.ws.binding
- com.sun.xml.ws.db - package com.sun.xml.ws.db
- com.sun.xml.ws.developer - package com.sun.xml.ws.developer
-
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
- com.sun.xml.ws.developer.servlet - package com.sun.xml.ws.developer.servlet
- com.sun.xml.ws.encoding - package com.sun.xml.ws.encoding
- com.sun.xml.ws.jaxws - module com.sun.xml.ws.jaxws
-
Defines the Java API for XML-Based Web Services (JAX-WS), and the Web Services Metadata API.
- com.sun.xml.ws.message.stream - package com.sun.xml.ws.message.stream
- com.sun.xml.ws.model - package com.sun.xml.ws.model
- com.sun.xml.ws.resources - package com.sun.xml.ws.resources
- com.sun.xml.ws.server - package com.sun.xml.ws.server
-
JAX-WS 2.0.1 Server Runtime
- com.sun.xml.ws.server.servlet - package com.sun.xml.ws.server.servlet
- com.sun.xml.ws.spi.db - package com.sun.xml.ws.spi.db
- com.sun.xml.ws.streaming - package com.sun.xml.ws.streaming
- com.sun.xml.ws.transport - package com.sun.xml.ws.transport
- com.sun.xml.ws.transport.http - package com.sun.xml.ws.transport.http
- com.sun.xml.ws.transport.http.servlet - package com.sun.xml.ws.transport.http.servlet
-
Servlet transport for the JAX-WS RI.
- com.sun.xml.ws.transport.httpspi.servlet - package com.sun.xml.ws.transport.httpspi.servlet
- com.sun.xml.ws.util - package com.sun.xml.ws.util
- com.sun.xml.ws.util.exception - package com.sun.xml.ws.util.exception
- com.sun.xml.ws.util.xml - package com.sun.xml.ws.util.xml
- com.sun.xml.ws.wsdl.parser - package com.sun.xml.ws.wsdl.parser
- com.sun.xml.ws.wsdl.writer - package com.sun.xml.ws.wsdl.writer
- compare(String, String) - Static method in class com.sun.xml.ws.util.VersionUtil
- CompletedFuture<T> - Class in com.sun.xml.ws.util
-
Futureimplementation that obtains an already available value. - CompletedFuture(T, Throwable) - Constructor for class com.sun.xml.ws.util.CompletedFuture
- component - Variable in class com.sun.xml.ws.api.message.Packet
-
The governing owner of this packet.
- Component - Interface in com.sun.xml.ws.api
-
Interface that allows components to hook up with each other.
- ComponentEx - Interface in com.sun.xml.ws.api
-
Extended version of
Component. - ComponentFeature - Class in com.sun.xml.ws.api
-
Allows registration of a
Componentagainst theComponentRegistryimplementations of theContainer,WSEndpoint,WSService, orStub. - ComponentFeature(Component) - Constructor for class com.sun.xml.ws.api.ComponentFeature
-
Constructs ComponentFeature with indicated component and that is targeted at the Container.
- ComponentFeature(Component, ComponentFeature.Target) - Constructor for class com.sun.xml.ws.api.ComponentFeature
-
Constructs ComponentFeature with indicated component and target
- ComponentFeature.Target - Enum in com.sun.xml.ws.api
-
Targets the object on which the Component will be registered
- ComponentRegistry - Interface in com.sun.xml.ws.api
-
Registry for component delegates.
- ComponentsFeature - Class in com.sun.xml.ws.api
-
Allows registration of multiple
Components against theComponentRegistryimplementations of theContainer,WSEndpoint,WSService, orStub. - ComponentsFeature(List<ComponentFeature>) - Constructor for class com.sun.xml.ws.api.ComponentsFeature
-
Constructs ComponentFeature with indicated component and target
- configureExternalMetadataReader(XMLStreamReader) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- CONNECT_TIMEOUT - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Set this property on the
BindingProvider.getRequestContext()to enableURLConnection.setConnectTimeout(int) - Constants - Class in com.sun.xml.ws.util
-
This holds generic constants information for the whole JAX-WS SI.
- Constants() - Constructor for class com.sun.xml.ws.util.Constants
- consume() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- consume() - Method in class com.sun.xml.ws.api.message.Message
-
Marks the message as consumed, without actually reading the contents.
- consume() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- container() - Method in class com.sun.xml.ws.server.MonitorRootService
- Container - Class in com.sun.xml.ws.api.server
-
Root of the SPI implemented by the container (such as application server.)
- Container() - Constructor for class com.sun.xml.ws.api.server.Container
-
For derived classes.
- CONTAINER - com.sun.xml.ws.api.ComponentFeature.Target
- ContainerResolver - Class in com.sun.xml.ws.api.server
-
This class determines an instance of
Containerfor the runtime. - ContainerResolver() - Constructor for class com.sun.xml.ws.api.server.ContainerResolver
- contains(Class<? extends WebServiceFeature>) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- containsKey(Object) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- containsKey(Object) - Method in class com.oracle.webservices.api.message.BasePropertySet
- containsKey(Object) - Method in interface com.oracle.webservices.api.message.PropertySet
- containsKey(Object) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- containsKey(String, String) - Method in class com.sun.xml.ws.util.QNameMap
- containsValue(Object) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- CONTENT_NEGOTIATION_PROPERTY - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Deprecated.
- contentClass - Variable in class com.sun.xml.ws.spi.db.JAXBWrapperAccessor
- contentClasses() - Method in class com.sun.xml.ws.spi.db.BindingInfo
- ContentHandlerToXMLStreamWriter - Class in com.sun.xml.ws.util.xml
-
This is a simple utility class that adapts SAX events into StAX
XMLStreamWriterevents, bridging between the two parser technologies. - ContentHandlerToXMLStreamWriter(XMLStreamWriter) - Constructor for class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- contentNegotiation - Variable in class com.sun.xml.ws.api.message.Packet
-
The value of
ContentNegotiation.PROPERTYproperty. - contentType - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
Content-type.
- contentType - Variable in class com.sun.xml.ws.encoding.ContentTypeImpl.Builder
- contentType(String) - Method in class com.oracle.webservices.api.message.ContentType.Builder
- ContentType - Class in com.sun.xml.ws.encoding
-
This class represents a MIME ContentType value.
- ContentType - Interface in com.oracle.webservices.api.message
-
A Content-Type transport header that will be returned by
MessageContext#write(java.io.OutputStream). - ContentType - Interface in com.sun.xml.ws.api.pipe
-
A Content-Type transport header that will be returned by
Codec.encode(com.sun.xml.ws.api.message.Packet, java.io.OutputStream). - ContentType(String) - Constructor for class com.sun.xml.ws.encoding.ContentType
-
Constructor that takes a Content-Type string.
- ContentType.Builder - Class in com.oracle.webservices.api.message
- ContentTypeImpl - Class in com.sun.xml.ws.encoding
- ContentTypeImpl(String) - Constructor for class com.sun.xml.ws.encoding.ContentTypeImpl
- ContentTypeImpl(String, String) - Constructor for class com.sun.xml.ws.encoding.ContentTypeImpl
- ContentTypeImpl(String, String, String) - Constructor for class com.sun.xml.ws.encoding.ContentTypeImpl
- ContentTypeImpl(String, String, String, String) - Constructor for class com.sun.xml.ws.encoding.ContentTypeImpl
- ContentTypeImpl.Builder - Class in com.sun.xml.ws.encoding
- context - Variable in class com.sun.xml.ws.spi.db.OldBridge
- context() - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- context() - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- context() - Method in interface com.sun.xml.ws.spi.db.XMLBridge
-
Gets the
BindingContextto which this object belongs. - ContextClassloaderLocalMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- ContextClassloaderLocalMessages() - Constructor for class com.sun.xml.ws.resources.ContextClassloaderLocalMessages
- contextDestroyed(ServletContextEvent) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletContextListener
- contextDestroyed(ServletContextEvent) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIContextListener
- contextInitialized(ServletContextEvent) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletContextListener
- contextInitialized(ServletContextEvent) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIContextListener
- contractClass - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- contractClass - Variable in class com.sun.xml.ws.model.AbstractSEIModelImpl
- convert(List) - Method in interface com.sun.xml.ws.spi.db.RepeatedElementBridge.CollectionHandler
- copy() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- copy() - Method in class com.sun.xml.ws.api.message.Message
-
Creates a copy of a
Message. - copy() - Method in interface com.sun.xml.ws.api.pipe.Codec
-
Creates a copy of this
Codec. - copy() - Method in class com.sun.xml.ws.encoding.MtomCodec
- copy() - Method in class com.sun.xml.ws.encoding.SOAPBindingCodec
- copy() - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- copy() - Method in class com.sun.xml.ws.encoding.SwACodec
- copy() - Method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- copy() - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- copy() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- copy(boolean) - Method in class com.sun.xml.ws.api.message.Packet
-
Creates a copy of this
Packet. - copy(HeaderList) - Static method in class com.sun.xml.ws.api.message.HeaderList
-
Creates a copy.
- copy(MessageHeaders) - Static method in class com.sun.xml.ws.api.message.HeaderList
-
Creates a copy.
- copy(PipeCloner) - Method in interface com.sun.xml.ws.api.pipe.Pipe
-
Deprecated.Creates an identical clone of this
Pipe. - copy(TubeCloner) - Method in class com.sun.xml.ws.addressing.v200408.MemberSubmissionWsaClientTube
- copy(TubeCloner) - Method in class com.sun.xml.ws.addressing.v200408.MemberSubmissionWsaServerTube
- copy(TubeCloner) - Method in class com.sun.xml.ws.addressing.W3CWsaClientTube
- copy(TubeCloner) - Method in class com.sun.xml.ws.addressing.W3CWsaServerTube
- copy(TubeCloner) - Method in class com.sun.xml.ws.addressing.WsaClientTube
- copy(TubeCloner) - Method in class com.sun.xml.ws.addressing.WsaServerTube
- copy(TubeCloner) - Method in interface com.sun.xml.ws.api.pipe.Tube
-
Creates an identical clone of this
Tube. - copy(TubeCloner) - Method in class com.sun.xml.ws.server.InvokerTube
-
processRequest() and processResponse() do not share any instance variables while processing the request.
- copy(TubeCloner) - Method in class com.sun.xml.ws.server.ServerSchemaValidationTube
- copy(TubeCloner) - Method in class com.sun.xml.ws.transport.DeferredTransportPipe
- copy(T) - Method in class com.sun.xml.ws.api.pipe.PipeCloner
-
Deprecated.
Pipeversion ofTubeCloner.copy(Tube) - copy(T) - Method in class com.sun.xml.ws.api.pipe.PipeClonerImpl
-
Pipeversion ofPipeClonerImpl.copy(Tube) - copy(T) - Method in class com.sun.xml.ws.api.pipe.TubeCloner
-
Invoked by a
Tube.copy(com.sun.xml.ws.api.pipe.TubeCloner)implementation to copy a reference to another pipe. - copyFrom(Message) - Method in class com.sun.xml.ws.api.message.Message
-
The
Message.copy()method is used as a shorthand throughout the codecase in place of calling a copy constructor. - copyPropertiesTo(Packet) - Method in class com.sun.xml.ws.api.message.Packet
-
Copy all properties from (
this) packet into a inputPacket - copySatelliteInto(DistributedPropertySet) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- copySatelliteInto(MessageContext) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- copySatelliteInto(MessageContext) - Method in interface com.oracle.webservices.api.message.DistributedPropertySet
- copySatelliteInto(DistributedPropertySet) - Method in class com.sun.xml.ws.api.DistributedPropertySet
-
Deprecated.
- copySatelliteInto(DistributedPropertySet) - Method in class com.sun.xml.ws.api.message.Packet
-
Deprecated.
- copyStream(InputStream, OutputStream) - Static method in class com.sun.xml.ws.util.ASCIIUtility
- create() - Method in interface com.sun.xml.ws.api.pipe.FiberContextSwitchInterceptorFactory
-
Creates
FiberContextSwitchInterceptorinstance. - create() - Static method in class com.sun.xml.ws.api.WSService
-
Creates a service with a dummy service name.
- create() - Method in class com.sun.xml.ws.server.AbstractMultiInstanceResolver
-
Creates a new instance via the default constructor.
- create() - Method in class com.sun.xml.ws.util.Pool
-
Creates a new instance of object.
- create() - Method in class com.sun.xml.ws.util.Pool.Marshaller
- create() - Method in class com.sun.xml.ws.util.Pool.TubePool
- create() - Method in class com.sun.xml.ws.util.Pool.Unmarshaller
- create(Bridge, Object) - Static method in class com.sun.xml.ws.api.message.Headers
-
Deprecated.
- create(XMLStreamBuffer) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a
MessagefromXMLStreamBufferthat retains the whole envelope infoset. - create(BindingID) - Static method in class com.sun.xml.ws.binding.BindingImpl
- create(BindingID, WebServiceFeature[]) - Static method in class com.sun.xml.ws.binding.BindingImpl
- create(DatabindingConfig) - Method in class com.sun.xml.ws.db.DatabindingProviderImpl
- create(DatabindingConfig) - Method in interface com.sun.xml.ws.spi.db.DatabindingProvider
- create(SDDocumentSource, QName, QName) - Static method in class com.sun.xml.ws.server.SDDocumentImpl
-
Creates
SDDocumentfromSDDocumentSource. - create(WSEndpoint) - Static method in class com.sun.xml.ws.api.server.HttpEndpoint
-
Factory to deploy
WSEndpointon light-weight http server container. - create(SOAPVersion) - Static method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- create(SOAPVersion, Marshaller, Object) - Static method in class com.sun.xml.ws.api.message.Headers
-
Deprecated.Use
Headers.create(BindingContext, Object)instead. - create(SOAPVersion, Marshaller, QName, Object) - Static method in class com.sun.xml.ws.api.message.Headers
-
Creates a
Headerbacked a by a JAXB bean, with the given tag name. - create(SOAPVersion, XMLStreamReader) - Static method in class com.sun.xml.ws.api.message.Headers
-
Creates a new
Headerthat reads fromXMLStreamReader. - create(SOAPVersion, ProtocolException, QName) - Static method in class com.sun.xml.ws.api.message.Messages
- create(SOAPVersion, Element) - Static method in class com.sun.xml.ws.api.message.Headers
-
Deprecated.
- create(WSBinding) - Static method in class com.sun.xml.ws.encoding.StreamSOAPCodec
-
Deprecated.
- create(WSFeatureList) - Static method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- create(BindingContext, Object) - Static method in class com.sun.xml.ws.api.message.Headers
- create(BindingInfo) - Static method in class com.sun.xml.ws.spi.db.BindingContextFactory
- create(TypeInfo) - Static method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- create(XMLBridge, Object) - Static method in class com.sun.xml.ws.api.message.Headers
- create(InputStream) - Static method in class com.sun.xml.ws.util.Version
- create(OutputStream) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
Short-cut for
XMLStreamWriterFactory.create(OutputStream, String)with UTF-8. - create(OutputStream, String) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
- create(Class<T>, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection<? extends SDDocumentSource>, URL) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
-
The same as
WSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml. - create(Class<T>, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection<? extends SDDocumentSource>, EntityResolver) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
-
Deprecated.
- create(Class<T>, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection<? extends SDDocumentSource>, EntityResolver, boolean) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
-
Creates an endpoint from deployment or programmatic configuration
- create(Class<T>, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection<? extends SDDocumentSource>, EntityResolver, boolean) - Method in class com.sun.xml.ws.server.EndpointFactory
- create(Class<T>, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection<? extends SDDocumentSource>, EntityResolver, boolean, boolean) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
- create(Class<T>, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection<? extends SDDocumentSource>, EntityResolver, boolean, boolean) - Method in class com.sun.xml.ws.server.EndpointFactory
- create(ClassLoader...) - Static method in class com.oracle.webservices.api.message.MessageContextFactory
-
Deprecated.
- create(ClassLoader, BindingID) - Static method in class com.sun.xml.ws.api.pipe.PipelineAssemblerFactory
-
Deprecated.Locates
PipelineAssemblerFactorys and create a suitablePipelineAssembler. - create(ClassLoader, BindingID) - Static method in class com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
- create(ClassLoader, BindingID, Container) - Static method in class com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
-
Locates
TubelineAssemblerFactorys and create a suitableTubelineAssembler. - create(ClassLoader, ClientPipeAssemblerContext) - Static method in class com.sun.xml.ws.api.pipe.TransportPipeFactory
- create(ClassLoader, ClientTubeAssemblerContext) - Static method in class com.sun.xml.ws.api.pipe.TransportTubeFactory
-
Locates
TransportTubeFactorys and create a suitable transportTube. - create(ClassLoader, Container, Class<T>, Invoker, ProviderArgumentsBuilder<?>, boolean) - Static method in class com.sun.xml.ws.api.server.ProviderInvokerTubeFactory
- create(Class, String) - Static method in class com.sun.xml.ws.api.server.SDDocumentSource
- create(String) - Static method in class com.sun.xml.ws.api.EndpointAddress
-
Creates a new
EndpointAddresswith a reasonably generic error handling. - create(String) - Method in class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
- create(String, AddressingVersion, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a fault
Messagethat captures the code/subcode/subsubcode defined by WS-Addressing if wsa:Action is not supported. - create(String, SOAPVersion) - Method in class com.sun.xml.ws.api.BindingIDFactory
-
Creates a
BindingIDfor given transport and SOAPVersion. - create(String, InputStream, boolean) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
- create(String, InputStream, String, boolean) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
- create(String, Reader, boolean) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
- create(Throwable, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a
Messagethat represents an exception as a fault. - create(URL) - Static method in class com.sun.xml.ws.api.server.SDDocumentSource
-
Creates
SDDocumentSourcefrom an URL. - create(URL, XMLStreamBuffer) - Static method in class com.sun.xml.ws.api.server.SDDocumentSource
-
Creates a
SDDocumentSourcefromXMLStreamBuffer. - create(URL, QName) - Static method in class com.sun.xml.ws.api.WSService
-
Create a
Serviceinstance. - create(URL, QName, WSService.InitParams) - Static method in class com.sun.xml.ws.api.WSService
-
Creates a
Serviceinstance. - create(JAXBContext) - Static method in class com.sun.xml.ws.spi.db.BindingContextFactory
- create(JAXBContext, Object) - Static method in class com.sun.xml.ws.api.message.Headers
-
Creates a
Headerbacked a by a JAXB bean. - create(JAXBContext, Object, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
-
Deprecated.
- create(Marshaller, Object, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
-
Deprecated.Use
#create(JAXBRIContext, Object, SOAPVersion) - create(QName) - Static method in class com.sun.xml.ws.api.WSService
-
Create a
Serviceinstance. - create(QName, String) - Static method in class com.sun.xml.ws.api.message.Headers
-
Creates a new
Headerthat that has a single text value in it (IOW, of the form <foo>text</foo>.) - create(QName, QName, WSBinding, Container, SEIModel, WSDLPort, Class<T>, ServiceDefinitionImpl, EndpointAwareTube, boolean, PolicyMap) - Method in class com.sun.xml.ws.server.EndpointFactory
- create(SOAPFault) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a fault
Message. - create(SOAPHeaderElement) - Static method in class com.sun.xml.ws.api.message.Headers
-
Creates a new
Headerbacked by a SAAJ object. - create(SOAPMessage) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a
Messagebacked by a SAAJSOAPMessageobject. - create(SOAPMessage, ClassLoader...) - Static method in class com.oracle.webservices.api.message.MessageContextFactory
-
Deprecated.
- create(XMLStreamReader) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a
MessagefromXMLStreamReaderthat points to the start of the envelope. - create(Source, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a
Messageusing Source as entire envelope. - create(Source, SOAPVersion, ClassLoader...) - Static method in class com.oracle.webservices.api.message.MessageContextFactory
-
Deprecated.
- create(EndpointReference) - Static method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Converts from
EndpointReference. - create(Element) - Static method in class com.sun.xml.ws.api.message.Headers
- create(Element) - Static method in class com.sun.xml.ws.api.message.Messages
- create(InputSource, boolean) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
- createAdapter(String, String, WSEndpoint<?>) - Method in interface com.sun.xml.ws.transport.http.DeploymentDescriptorParser.AdapterFactory
- createAdapter(String, String, WSEndpoint<?>) - Method in class com.sun.xml.ws.transport.http.HttpAdapterList
- createAdapter(String, String, Class, QName, QName, String, List<Source>, WebServiceFeature...) - Method in interface com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser.AdapterFactory
- createAdapter(String, String, Class, QName, QName, String, List<Source>, WebServiceFeature...) - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapterFactory
- createAddressingFaultMessage(WSBinding, Packet, QName) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a fault
Messagethat captures the code/subcode/subsubcode defined by WS-Addressing if one of the expected WS-Addressing headers is missing in the message - createAddressingFaultMessage(WSBinding, QName) - Static method in class com.sun.xml.ws.api.message.Messages
-
Deprecated.
- createAlone(WSEndpoint) - Static method in class com.sun.xml.ws.transport.http.HttpAdapter
-
Creates a lone
HttpAdapterthat does not know of any otherHttpAdapters. - createAttachment(String) - Static method in class com.sun.xml.ws.api.model.ParameterBinding
-
Creates an instance that represents the attachment with a given MIME type.
- createBackingStore(BackingStoreFactory, String, Class<K>, Class<V>) - Method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Helper method that avoids the need for exception handling boilerplate code when creating a new
BackingStoreinstance. - createBinding() - Method in class com.sun.xml.ws.api.BindingID
- createBinding(WSFeatureList) - Method in class com.sun.xml.ws.api.BindingID
- createBinding(SOAPBinding) - Method in class com.sun.xml.ws.model.RuntimeModeler
-
creates a runtime model
SOAPBindingfrom ajavax.jws.soap.SOAPBindingobject - createBinding(WebServiceFeature...) - Method in class com.sun.xml.ws.api.BindingID
- createBridge(TypeInfo) - Method in interface com.sun.xml.ws.spi.db.BindingContext
-
Creates a mini-marshaller/unmarshaller that can process a
TypeInfo. - createBuilder(Class<?>, Class<?>) - Method in class com.oracle.webservices.api.databinding.DatabindingFactory
-
Creates a new instance of a
Databinding.Builderwhich is initialized with the specified contractClass and endpointClass. - createBuilder(Class<?>, Class<?>) - Method in class com.sun.xml.ws.db.DatabindingFactoryImpl
- createBuiltinFeatureList() - Method in class com.sun.xml.ws.api.BindingID
-
Returna a new
WebServiceFeatureListinstance that represents the features that are built into this binding ID. - createClient(ClientPipeAssemblerContext) - Method in interface com.sun.xml.ws.api.pipe.PipelineAssembler
-
Creates a new pipeline for clients.
- createClient(ClientTubeAssemblerContext) - Method in interface com.sun.xml.ws.api.pipe.TubelineAssembler
-
Creates a new tubeline for clients.
- createClientMUPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
-
Deprecated.Creates a
Pipethat performs SOAP mustUnderstand processing. - createClientMUTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
Creates a
Tubethat performs SOAP mustUnderstand processing. - createClientResponse(Message) - Method in class com.sun.xml.ws.api.message.Packet
-
Creates a response
Packetfrom a request packet (this). - createCodec() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gets the Endpoint's codec that is used to encode/decode
Messages. - createCodec() - Method in class com.sun.xml.ws.binding.BindingImpl
- createCodec() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- createCodec() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- createConnection(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
- createContainer(ServletContext) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletContextListener
-
Creates
Containerimplementation that hosts the JAX-WS endpoint. - createContext() - Method in class com.oracle.webservices.api.message.MessageContextFactory
- createContext() - Method in class com.sun.xml.ws.api.message.MessageContextFactory
- createContext(Message) - Method in class com.sun.xml.ws.api.message.MessageContextFactory
- createContext(InputStream, String) - Method in class com.oracle.webservices.api.message.MessageContextFactory
- createContext(InputStream, String) - Method in class com.sun.xml.ws.api.message.MessageContextFactory
- createContext(InputStream, MimeHeaders) - Method in class com.oracle.webservices.api.message.MessageContextFactory
-
Deprecated.http://java.net/jira/browse/JAX_WS-1077
- createContext(InputStream, MimeHeaders) - Method in class com.sun.xml.ws.api.message.MessageContextFactory
-
Deprecated.http://java.net/jira/browse/JAX_WS-1077
- createContext(SOAPMessage) - Method in class com.oracle.webservices.api.message.MessageContextFactory
- createContext(SOAPMessage) - Method in class com.sun.xml.ws.api.message.MessageContextFactory
- createContext(Source) - Method in class com.oracle.webservices.api.message.MessageContextFactory
- createContext(Source) - Method in class com.sun.xml.ws.api.message.MessageContextFactory
- createContext(Source, EnvelopeStyle.Style) - Method in class com.oracle.webservices.api.message.MessageContextFactory
- createContext(Source, EnvelopeStyle.Style) - Method in class com.sun.xml.ws.api.message.MessageContextFactory
- createDataSourceDispatch(WSPortInfo, WSBinding, Service.Mode, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Creates a new
Dispatchstub forDataSource. - createDataSourceDispatch(QName, WSService, WSBinding, Service.Mode, Tube, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Deprecated.
- createDefault(ClientTubeAssemblerContext) - Method in class com.sun.xml.ws.api.pipe.TransportTubeFactory
- createDefault(Class<T>) - Static method in class com.sun.xml.ws.api.server.InstanceResolver
-
Creates a default
InstanceResolverthat serves the given class. - createDefault(Class<T>, boolean) - Static method in class com.sun.xml.ws.api.server.InstanceResolver
-
Deprecated.This is added here because a Glassfish integration happened with this signature. Please do not use this. Will be removed after the next GF integration.
- createDefault(Class<T>, Invoker, ProviderArgumentsBuilder<?>, boolean) - Method in class com.sun.xml.ws.api.server.ProviderInvokerTubeFactory
- createDefaultCatalogResolver() - Static method in class com.sun.xml.ws.util.xml.XmlCatalogUtil
-
Gets a default EntityResolver for catalog at META-INF/jaxws-catalog.xml
- createDefaultCatalogResolver() - Static method in class com.sun.xml.ws.util.xml.XmlUtil
-
Gets a default EntityResolver for catalog at META-INF/jaxws-catalog.xml
- createDelegate(List<ServletAdapter>, ServletContext) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletContextListener
-
Creates
WSServletDelegatethat does the real work. - createDelegate(List<EndpointAdapter>, ServletContext) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIContextListener
-
Creates
WSServletDelegatethat does the real work. - createDispatch(WSPortInfo, WSService, WSBinding, Class<T>, Service.Mode, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Creates a new
Dispatchstub that connects to the given pipe. - createDispatch(QName, WSEndpointReference, Class<T>, Service.Mode, WebServiceFeature...) - Method in class com.sun.xml.ws.api.WSService
-
Works like
ServiceDelegate.createDispatch(javax.xml.ws.EndpointReference, java.lang.Class, javax.xml.ws.Service.Mode, javax.xml.ws.WebServiceFeature[])but it takes the port name separately, so that EPR without embedded metadata can be used. - createDispatch(QName, WSEndpointReference, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class com.sun.xml.ws.api.WSService
-
Works like
ServiceDelegate.createDispatch(javax.xml.ws.EndpointReference, javax.xml.bind.JAXBContext, javax.xml.ws.Service.Mode, javax.xml.ws.WebServiceFeature[])but it takes the port name separately, so that EPR without embedded metadata can be used. - createDispatch(QName, WSService, WSBinding, Class<T>, Service.Mode, Tube, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Creates a new
Dispatchstub that connects to the given pipe. - createDispatch(Service, Class<T>, Service.Mode, WebServiceFeature...) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates a
Dispatchthat can be used to talk to this EPR. - createDispatch(Service, JAXBContext, Service.Mode, WebServiceFeature...) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates a
Dispatchthat can be used to talk to this EPR. - createDom() - Static method in class com.sun.xml.ws.util.DOMUtil
-
Creates a new DOM document.
- createDumpPipe(String, PrintStream, Pipe) - Method in class com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
-
Deprecated.creates a
Pipethat dumps messages that pass through. - createDumpPipe(String, PrintStream, Pipe) - Method in class com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
-
Deprecated.creates a
Pipethat dumps messages that pass through. - createDumpTube(String, PrintStream, Tube) - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
creates a
Tubethat dumps messages that pass through. - createDumpTube(String, PrintStream, Tube) - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
creates a
Tubethat dumps messages that pass through. - createEmpty(SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a
Messagethat doesn't have any payload. - createEncoder(WSBinding) - Method in class com.sun.xml.ws.api.BindingID
-
Creates a new
Codecfor this binding. - createEndpoint(Class<T>, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection<? extends SDDocumentSource>, EntityResolver, boolean) - Static method in class com.sun.xml.ws.server.EndpointFactory
- createEndpoint(Class<T>, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection<? extends SDDocumentSource>, EntityResolver, boolean, boolean) - Static method in class com.sun.xml.ws.server.EndpointFactory
- createEntityResolver(URL) - Static method in class com.sun.xml.ws.util.xml.XmlCatalogUtil
-
Gets an EntityResolver using XML catalog
- createEntityResolver(URL) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
-
Gets an EntityResolver using XML catalog
- createEntrySet(Set<Map.Entry<String, Object>>) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- createEntrySet(Set<Map.Entry<String, Object>>) - Method in class com.oracle.webservices.api.message.BasePropertySet
- createEntrySet(Set<Map.Entry<String, Object>>) - Method in class com.sun.xml.ws.api.PropertySet
-
Deprecated.
- createFactory(ClassLoader, WebServiceFeature...) - Static method in class com.oracle.webservices.api.message.MessageContextFactory
- createFactory(WebServiceFeature...) - Static method in class com.oracle.webservices.api.message.MessageContextFactory
- createFiber() - Method in class com.sun.xml.ws.api.pipe.Engine
-
Creates a new fiber in a suspended state.
- createFIStreamReader(InputStream) - Static method in class com.sun.xml.ws.util.FastInfosetUtil
-
Returns the FI parser allocated for this thread.
- createFragmentBridge() - Method in interface com.sun.xml.ws.spi.db.BindingContext
- createFromInstanceResolverAnnotation(Class<T>) - Static method in class com.sun.xml.ws.api.server.InstanceResolver
-
Checks for
InstanceResolverAnnotationand creates an instance resolver from it if any. - createHandlerPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
-
Deprecated.Creates a
Pipethat invokes protocol and logical handlers. - createHandlerPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
-
Deprecated.Creates a
Pipethat invokes protocol and logical handlers. - createHandlerTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
Creates a
Tubethat invokes protocol and logical handlers. - createHandlerTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
Creates a
Tubethat invokes protocol and logical handlers. - createHeader(QName) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Returns a
Headerthat wraps thisWSEndpointReference. - createHttpAdapter(String, String, WSEndpoint<?>) - Method in class com.sun.xml.ws.transport.http.HttpAdapterList
-
Implementations need to override this one to create a concrete class of HttpAdapter
- createHttpAdapter(String, String, WSEndpoint<?>) - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapterList
- createHttpTransport(ClientTubeAssemblerContext) - Method in class com.sun.xml.ws.api.pipe.TransportTubeFactory
- createInvalidAddressingHeaderFault(InvalidAddressingHeaderException, AddressingVersion) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- createInvoker() - Method in class com.sun.xml.ws.api.server.InstanceResolver
-
Wraps this
InstanceResolverinto anInvoker. - createJavaCallInfo(Method, Object[]) - Method in interface com.oracle.webservices.api.databinding.Databinding
-
Creates a new instance of a
JavaCallInfo. - createJavaCallInfo(Method, Object[]) - Method in class com.sun.xml.ws.db.DatabindingImpl
- createJAXBContext(SEIModel, List<Class>, List<TypeReference>) - Method in interface com.sun.xml.ws.developer.JAXBContextFactory
-
Called by the JAX-WS runtime to create a
JAXBRIContextfor the given SEI. - createJAXBDispatch(WSPortInfo, WSBinding, JAXBContext, Service.Mode, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Creates a new JAXB-based
Dispatchstub that connects to the given pipe. - createJAXBDispatch(QName, WSService, WSBinding, JAXBContext, Service.Mode, Tube, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Deprecated.
- createManagedObjectManager(WSEndpoint) - Method in class com.sun.xml.ws.server.MonitorBase
-
Endpoint monitoring is ON by default.
- createManagedObjectManager(Stub) - Method in class com.sun.xml.ws.server.MonitorBase
-
Client monitoring is OFF by default because there is no standard stub.close() method.
- createMapView() - Method in class com.oracle.webservices.api.message.BasePropertySet
-
Deprecated.use newer implementation
PropertySet.asMap()which produces readwriteMap - createMapView() - Method in interface com.oracle.webservices.api.message.PropertySet
-
Deprecated.use newer implementation
BasePropertySet.asMap()which produces readwriteMap - createMarshaller() - Method in interface com.sun.xml.ws.spi.db.BindingContext
- createMessageDispatch(WSPortInfo, WSBinding, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
- createMessageDispatch(QName, WSService, WSBinding, Tube, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Deprecated.
- createMonitoringPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
-
Deprecated.Creates a
Pipethat does the monitoring of the invocation for a container - createMonitoringPipe(ServerPipeAssemblerContext, Pipe) - Method in class com.sun.xml.ws.api.server.ServerPipelineHook
-
Called during the pipeline construction process once to allow a container to register a pipe for monitoring.
- createMonitoringTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
Creates a
Tubethat does the monitoring of the invocation for a container - createMustUnderstand(SOAPVersion, QName, String) - Static method in class com.sun.xml.ws.api.message.Headers
-
Creates a new
Headerthat that has a single text value in it (IOW, of the form <foo>text</foo>.) - createNewInstance(Class<T>) - Static method in class com.sun.xml.ws.api.server.InstanceResolver
- createOutput(String, String) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator.JAXWSOutputSchemaResolver
-
Creates the
Resultobject used by JAXB to generate a schema for the namesapceUri namespace. - createOutputFile(String, String) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Creates the
Resultobject used by JAXB to generate a schema for the namesapceUri namespace. - createPacketDispatch(WSPortInfo, WSBinding, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
- createPacketDispatch(QName, WSService, WSBinding, Tube, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
- createPipeHead() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Creates a new
WSEndpoint.PipeHeadto process incoming requests. - createPipeHead() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- createPipeHead() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- createPortAddressResolver(String, Class<?>) - Method in class com.sun.xml.ws.transport.http.HttpAdapterList
-
Creates a PortAddressResolver that maps portname to its address
- createPortProxy(WSPortInfo, WSBinding, SEIModel, Class<T>, WSEndpointReference) - Method in class com.sun.xml.ws.api.pipe.Stubs
-
Creates a new strongly-typed proxy object that implements a given port interface.
- createPortProxy(WSService, WSBinding, SEIModel, Class<T>, Tube, WSEndpointReference) - Method in class com.sun.xml.ws.api.pipe.Stubs
-
Creates a new strongly-typed proxy object that implements a given port interface.
- createProviderInvokerTube(Class<T>, WSBinding, Invoker, Container) - Method in class com.sun.xml.ws.server.EndpointFactory
- createQName() - Method in class com.sun.xml.ws.util.QNameMap.Entry
-
Creates a new QName object from
QNameMap.Entry.nsUriandQNameMap.Entry.localName. - createRaw(JAXBContext, Object, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
-
Deprecated.For use when creating a Dispatch object with an unknown JAXB implementation for he JAXBContext parameter.
- createRequestPacket(JavaCallInfo) - Method in interface com.sun.xml.ws.api.databinding.ClientCallBridge
- createResponse(Message) - Method in class com.sun.xml.ws.api.message.Packet
-
Deprecated.Use createClientResponse(Message) for client side and createServerResponse(Message, String) for server side response creation.
- createRoot() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- createRoot(Object) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- createRoot(Object, String) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- createRuntime(DatabindingConfig) - Method in class com.sun.xml.ws.api.databinding.DatabindingFactory
-
Creates a new instance of a
WsRuntimewhich is initialized with the specified configuration object. - createRuntime(DatabindingConfig) - Method in class com.sun.xml.ws.db.DatabindingFactoryImpl
- createSAAJDispatch(WSPortInfo, WSBinding, Service.Mode, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Creates a new
Dispatchstub forSOAPMessage. - createSAAJDispatch(QName, WSService, WSBinding, Service.Mode, Tube, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Deprecated.
- createSecurityPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
-
Deprecated.Creates a
Tubethat adds container specific security - createSecurityPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
-
Deprecated.Creates a
Pipethat adds container specific security - createSecurityPipe(ServerPipeAssemblerContext, Pipe) - Method in class com.sun.xml.ws.api.server.ServerPipelineHook
-
Called during the pipeline construction process once to allow a container to register a pipe for security.
- createSecurityTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
Creates a
Tubethat adds container specific security - createSecurityTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
Creates a
Tubethat adds container specific security - createSEIInvokerTube(AbstractSEIModelImpl, Invoker, WSBinding) - Method in class com.sun.xml.ws.server.EndpointFactory
- createServer(ServerPipeAssemblerContext) - Method in interface com.sun.xml.ws.api.pipe.PipelineAssembler
-
Creates a new pipeline for servers.
- createServer(ServerTubeAssemblerContext) - Method in interface com.sun.xml.ws.api.pipe.TubelineAssembler
-
Creates a new tubeline for servers.
- createServerMUPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
-
Deprecated.Creates a
Pipethat performs SOAP mustUnderstand processing. - createServerMUTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
Creates a
Tubethat performs SOAP mustUnderstand processing. - createServerResponse(Message, AddressingVersion, SOAPVersion, String) - Method in class com.sun.xml.ws.api.message.Packet
-
Creates a server-side response
Packetfrom a request packet (this). - createServerResponse(Message, WSDLPort, SEIModel, WSBinding) - Method in class com.sun.xml.ws.api.message.Packet
-
Creates a server-side response
Packetfrom a request packet (this). - createServerTubeAssemblerContext(EndpointAwareTube, boolean) - Method in class com.sun.xml.ws.server.WSEndpointImpl
- createServiceResponseForException(ThrowableContainerPropertySet, Packet, SOAPVersion, WSDLPort, SEIModel, WSBinding) - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception.
- createServiceResponseForException(ThrowableContainerPropertySet, Packet, SOAPVersion, WSDLPort, SEIModel, WSBinding) - Method in class com.sun.xml.ws.server.WSEndpointImpl
- createServiceResponseForException(ThrowableContainerPropertySet, Packet, SOAPVersion, WSDLPort, SEIModel, WSBinding) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- createSingleton(T) - Static method in class com.sun.xml.ws.api.server.InstanceResolver
-
Creates a
InstanceResolverimplementation that always returns the specified singleton instance. - createSOAPBindingCodec(WSBinding, StreamSOAPCodec) - Static method in class com.sun.xml.ws.api.pipe.Codecs
-
This creates a full
Codecfor SOAP binding using the primary XML codec argument. - createSOAPBindingCodec(WSFeatureList) - Static method in class com.sun.xml.ws.api.pipe.Codecs
-
This creates a full
Codecfor SOAP binding. - createSOAPEnvelopeXmlCodec(SOAPVersion) - Static method in class com.sun.xml.ws.api.pipe.Codecs
-
Creates a default
Codecthat can be used to used to decode XML infoset in SOAP envelope(primary part in MIME message). - createSOAPEnvelopeXmlCodec(WSBinding) - Static method in class com.sun.xml.ws.api.pipe.Codecs
-
Deprecated.
- createSOAPEnvelopeXmlCodec(WSFeatureList) - Static method in class com.sun.xml.ws.api.pipe.Codecs
-
Creates a default
Codecthat can be used to used to decode XML infoset in SOAP envelope(primary part in MIME message). - createSourceDispatch(WSPortInfo, WSBinding, Service.Mode, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
- createSourceDispatch(QName, WSService, WSBinding, Service.Mode, Tube, WSEndpointReference) - Static method in class com.sun.xml.ws.api.pipe.Stubs
-
Deprecated.
- createSourceReader(Source, boolean) - Static method in class com.sun.xml.ws.streaming.SourceReaderFactory
- createSourceReader(Source, boolean, String) - Static method in class com.sun.xml.ws.streaming.SourceReaderFactory
- createToolkit() - Method in class com.sun.xml.ws.api.server.Adapter
-
Creates a
Adapter.Toolkitinstance. - createToolkit() - Method in class com.sun.xml.ws.transport.http.HttpAdapter
- createTransportPipe() - Method in class com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
-
Deprecated.Creates a transport pipe (for client), which becomes the terminal pipe.
- createTransportTube() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
Creates a transport pipe (for client), which becomes the terminal pipe.
- createUnmarshaller() - Method in interface com.sun.xml.ws.spi.db.BindingContext
- createUsingPayload(XMLStreamReader, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
-
Creates a
MessageusingXMLStreamReaderas payload. - createUsingPayload(Source, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
- createUsingPayload(Element, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.Messages
- createValidationPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
-
Deprecated.creates a
Pipethat validates messages against schema - createValidationPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
-
Deprecated.creates a
Pipethat validates messages against schema - createValidationTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
creates a
Tubethat validates messages against schema - createValidationTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
creates a
Tubethat validates messages against schema - createView() - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- createView() - Method in class com.oracle.webservices.api.message.BasePropertySet
- createWithAddress(String) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates a new
WSEndpointReferenceby replacing the address of this EPR to the new one. - createWithAddress(URI) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
- createWithAddress(URL) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
- createWrapperBeanMember(T, String, List<Annotation>) - Method in interface com.sun.xml.ws.model.AbstractWrapperBeanGenerator.BeanMemberFactory
- createWsaPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext
-
Deprecated.Creates a
Pipethat performs WS-Addressig processing. - createWsaPipe(Pipe) - Method in class com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
-
Deprecated.Creates WS-Addressing pipe
- createWsaTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
Creates a
Tubethat invokes protocol and logical handlers. - createWsaTube(Tube) - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
Creates WS-Addressing pipe
- createWsdlGen(DatabindingConfig) - Method in class com.sun.xml.ws.db.DatabindingFactoryImpl
- createWSDLGenerator() - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Creates the WSDLGenerator which can be used to generate the WSDL representation of the service endpoint interface of this Databinding object.
- createXMLCodec(WSFeatureList) - Static method in class com.sun.xml.ws.api.pipe.Codecs
-
This creates a full
Codecfor XML binding. - createXMLStreamWriter(OutputStream) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
Deprecated.
- createXMLStreamWriter(OutputStream, String) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
Deprecated.
- createXMLStreamWriter(OutputStream, String, boolean) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
Deprecated.Use
XMLStreamWriterFactory.create(OutputStream, String). The boolean flag was unused anyway. - current() - Static method in class com.sun.xml.ws.api.pipe.Fiber
-
Gets the current fiber that's running.
- currentWhiteSpaceContent(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
-
Read spaces from the reader as long as to the next element, starting from current position.
D
- Databinding - Interface in com.oracle.webservices.api.databinding
-
Databindingis the entry point for all the WebService Databinding functionality. - Databinding - Interface in com.sun.xml.ws.api.databinding
-
Databindingis the entry point for all the WebService databinding runtime functionality. - Databinding.Builder - Interface in com.oracle.webservices.api.databinding
-
Databinding.Builder, created from the DatabindingFactory, is used to configure how a Databinding instance is to be built from this builder. - DatabindingConfig - Class in com.sun.xml.ws.api.databinding
-
DatabindingConfig contains the initial states for Databinding.
- DatabindingConfig() - Constructor for class com.sun.xml.ws.api.databinding.DatabindingConfig
- DatabindingException - Exception in com.sun.xml.ws.spi.db
-
Signals an error in Databinding.
- DatabindingException() - Constructor for exception com.sun.xml.ws.spi.db.DatabindingException
- DatabindingException(String) - Constructor for exception com.sun.xml.ws.spi.db.DatabindingException
- DatabindingException(String, Throwable) - Constructor for exception com.sun.xml.ws.spi.db.DatabindingException
- DatabindingException(Throwable) - Constructor for exception com.sun.xml.ws.spi.db.DatabindingException
- DatabindingFactory - Class in com.oracle.webservices.api.databinding
-
DatabindingFactoryis the entry point of all the WebService Databinding APIs. - DatabindingFactory - Class in com.sun.xml.ws.api.databinding
-
WsFactory is the entry point of all the ws-databinding APIs.
- DatabindingFactory() - Constructor for class com.oracle.webservices.api.databinding.DatabindingFactory
- DatabindingFactory() - Constructor for class com.sun.xml.ws.api.databinding.DatabindingFactory
- DatabindingFactoryImpl - Class in com.sun.xml.ws.db
-
DatabindingFactoryImpl
- DatabindingFactoryImpl() - Constructor for class com.sun.xml.ws.db.DatabindingFactoryImpl
- DatabindingImpl - Class in com.sun.xml.ws.db
-
WsRuntimeImpl is the databinding processor built on SEIModel
- DatabindingImpl(DatabindingProviderImpl, DatabindingConfig) - Constructor for class com.sun.xml.ws.db.DatabindingImpl
- databindingInfo - Variable in class com.sun.xml.ws.model.AbstractSEIModelImpl
- databindingInfo() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- databindingMode - Variable in class com.sun.xml.ws.api.databinding.MappingInfo
- DatabindingMode - Annotation Type in com.oracle.webservices.api.databinding
- DatabindingModeFeature - Class in com.oracle.webservices.api.databinding
- DatabindingModeFeature(String) - Constructor for class com.oracle.webservices.api.databinding.DatabindingModeFeature
- DatabindingModeFeature.Builder - Class in com.oracle.webservices.api.databinding
- DatabindingProvider - Interface in com.sun.xml.ws.spi.db
- DatabindingProviderImpl - Class in com.sun.xml.ws.db
-
DatabindingProviderImpl is the default JAXWS implementation of DatabindingProvider
- DatabindingProviderImpl() - Constructor for class com.sun.xml.ws.db.DatabindingProviderImpl
- DatabindingProviderImpl.JaxwsWsdlGen - Class in com.sun.xml.ws.db
- DataHandlerDataSource - Class in com.sun.xml.ws.encoding
-
DataSourceimpl using a DataHandler - DataHandlerDataSource(DataHandler) - Constructor for class com.sun.xml.ws.encoding.DataHandlerDataSource
- DataSourceStreamingDataHandler - Class in com.sun.xml.ws.encoding
- DataSourceStreamingDataHandler(DataSource) - Constructor for class com.sun.xml.ws.encoding.DataSourceStreamingDataHandler
- DD_MTOM_CONFLICT(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Error in Deployment Descriptor : MTOM Configuration in binding {0} conflicts with enable-mtom attribute value {1}
- decapitalize(String) - Static method in class com.sun.xml.ws.util.StringUtils
-
Utility method to take a string and convert it to normal Java variable name capitalization.
- DecapitalizeExceptionBeanProperties - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- declarePrefix(String, String) - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Declare a Namespace prefix.
- decode(SOAPVersion, XMLStreamReader, AttachmentSet) - Static method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- decode(MimeMultipartParser, Packet) - Method in class com.sun.xml.ws.encoding.MtomCodec
- decode(MimeMultipartParser, Packet) - Method in class com.sun.xml.ws.encoding.SOAPBindingCodec
- decode(MimeMultipartParser, Packet) - Method in class com.sun.xml.ws.encoding.SwACodec
- decode(MimeMultipartParser, Packet) - Method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- decode(InputStream, String, Packet) - Method in interface com.sun.xml.ws.api.databinding.Databinding
-
Deprecated.use MessageContextFactory
- decode(InputStream, String, Packet) - Method in interface com.sun.xml.ws.api.pipe.Codec
-
Reads bytes from
InputStreamand constructs aMessage. - decode(InputStream, String, Packet) - Method in class com.sun.xml.ws.db.DatabindingImpl
- decode(InputStream, String, Packet) - Method in class com.sun.xml.ws.encoding.SOAPBindingCodec
- decode(InputStream, String, Packet) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- decode(InputStream, String, Packet) - Method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- decode(InputStream, String, Packet, AttachmentSet) - Method in interface com.sun.xml.ws.encoding.RootOnlyCodec
-
Reads root part bytes from
InputStreamand constructs aMessagealong with the given attachments. - decode(InputStream, String, Packet, AttachmentSet) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- decode(ReadableByteChannel, String, Packet) - Method in interface com.sun.xml.ws.api.pipe.Codec
- decode(ReadableByteChannel, String, Packet) - Method in class com.sun.xml.ws.encoding.SOAPBindingCodec
- decode(ReadableByteChannel, String, Packet) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- decode(ReadableByteChannel, String, Packet, AttachmentSet) - Method in interface com.sun.xml.ws.encoding.RootOnlyCodec
- decode(ReadableByteChannel, String, Packet, AttachmentSet) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- decode(XMLStreamReader) - Method in interface com.sun.xml.ws.api.pipe.StreamSOAPCodec
-
Reads events from
XMLStreamReaderand constructs aMessagefor SOAP envelope. - decode(XMLStreamReader) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
-
Decodes a message from
XMLStreamReaderthat points to the beginning of a SOAP infoset. - decode(XMLStreamReader, AttachmentSet) - Method in interface com.sun.xml.ws.api.pipe.StreamSOAPCodec
-
Reads events from
XMLStreamReaderand constructs aMessagefor SOAP envelope. - decode(XMLStreamReader, AttachmentSet) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
-
Decodes a message from
XMLStreamReaderthat points to the beginning of a SOAP infoset. - decodeHeader(XMLStreamReader, XMLStreamBuffer) - Method in interface com.sun.xml.ws.message.stream.StreamMessage.StreamHeaderDecoder
- decodePacket(T, Codec) - Method in class com.sun.xml.ws.api.server.AbstractServerAsyncTransport
-
decodes the transport data to Packet
- Default() - Constructor for class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Default
- Default(XMLOutputFactory) - Constructor for class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.Default
- DEFAULT - Static variable in interface com.sun.xml.ws.developer.JAXBContextFactory
-
The default implementation that creates
JAXBRIContextaccording to the standard behavior. - DEFAULT_ENCODING - Static variable in class com.sun.xml.ws.encoding.SOAPBindingCodec
- DEFAULT_NAMESPACE_REMAP - Static variable in interface com.sun.xml.ws.spi.db.BindingContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)to reassign the default namespace URI to something else at the runtime. - DefaultDatabindingMode - Static variable in class com.sun.xml.ws.spi.db.BindingContextFactory
- DefaultResourceInjector - Class in com.sun.xml.ws.server
-
Default
ResourceInjector. - DefaultResourceInjector() - Constructor for class com.sun.xml.ws.server.DefaultResourceInjector
- defaultRuntimeFactory - Variable in class com.sun.xml.ws.db.DatabindingFactoryImpl
- defaultSchemaNamespaceSuffix - Variable in class com.sun.xml.ws.api.databinding.MappingInfo
- defaultSchemaNamespaceSuffix - Variable in class com.sun.xml.ws.model.AbstractSEIModelImpl
- DeferredTransportPipe - Class in com.sun.xml.ws.transport
-
Proxy transport
TubeandPipethat lazily determines the actual transport pipe by looking atPacket.endpointAddress. - DeferredTransportPipe(DeferredTransportPipe, TubeCloner) - Constructor for class com.sun.xml.ws.transport.DeferredTransportPipe
- DeferredTransportPipe(ClassLoader, ClientTubeAssemblerContext) - Constructor for class com.sun.xml.ws.transport.DeferredTransportPipe
- definitionsElements(XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- deploy(ServletAdapter) - Method in class com.sun.xml.ws.transport.http.servlet.JAXWSRIDeploymentProbeProvider
- DeploymentDescriptorParser<A> - Class in com.sun.xml.ws.transport.http
-
Parses
sun-jaxws.xmlintoWSEndpoint. - DeploymentDescriptorParser<A> - Class in com.sun.xml.ws.transport.httpspi.servlet
-
Parses
sun-jaxws.xml - DeploymentDescriptorParser(ClassLoader, ResourceLoader, Container, DeploymentDescriptorParser.AdapterFactory<A>) - Constructor for class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- DeploymentDescriptorParser(ClassLoader, ResourceLoader, DeploymentDescriptorParser.AdapterFactory<A>) - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- DeploymentDescriptorParser.AdapterFactory<A> - Interface in com.sun.xml.ws.transport.http
-
Creates a new "Adapter".
- DeploymentDescriptorParser.AdapterFactory<A> - Interface in com.sun.xml.ws.transport.httpspi.servlet
-
Creates a new "Adapter".
- depth - Variable in class com.sun.xml.ws.streaming.DOMStreamReader
-
Depth of the current element.
- deserializeRequest(MessageContext) - Method in interface com.oracle.webservices.api.databinding.Databinding
-
Deserializes a request XML(SOAP) message to a JavaCallInfo instance representing a JAVA method call.
- deserializeRequest(MessageContext) - Method in class com.sun.xml.ws.db.DatabindingImpl
- deserializeRequest(Packet) - Method in interface com.sun.xml.ws.api.databinding.EndpointCallBridge
- deserializeRequest(Packet) - Method in class com.sun.xml.ws.db.DatabindingImpl
- deserializeResponse(MessageContext, JavaCallInfo) - Method in interface com.oracle.webservices.api.databinding.Databinding
-
Deserializes a response XML(SOAP) message to a JavaCallInfo instance representing the return value or exception of a JAVA method call.
- deserializeResponse(MessageContext, JavaCallInfo) - Method in class com.sun.xml.ws.db.DatabindingImpl
- deserializeResponse(Packet, JavaCallInfo) - Method in class com.sun.xml.ws.db.DatabindingImpl
- DESTINATION_UNREACHABLE_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- DESTINATION_UNREACHABLE_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- DESTINATION_UNREACHABLE_TEXT - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- DESTINATION_UNREACHABLE_TEXT - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- destroy() - Method in class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
- destroy() - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSServletDelegate
- destroy(BackingStore<?, ?>) - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Helper method that avoids the need for exception handling boilerplate code when destroying a
BackingStoreinstance. - determinePacketEncoding(Packet) - Static method in class com.sun.xml.ws.encoding.MtomCodec
- determineWebMethodUse(Class) - Method in class com.sun.xml.ws.model.RuntimeModeler
- dir() - Method in annotation type com.sun.xml.ws.developer.StreamingAttachment
-
Directory in which large attachments are stored.
- disableJreplicaCookie - Variable in class com.sun.xml.ws.transport.http.HttpAdapter
- DISPATCH_CANNOT_FIND_METHOD(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Cannot find dispatch method for {0}
- DispatchMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- DispatchMessages() - Constructor for class com.sun.xml.ws.resources.DispatchMessages
- dispose() - Method in class com.sun.xml.ws.api.server.InstanceResolver
-
Called by
WSEndpointwhenWSEndpoint.dispose()is called. - dispose() - Method in class com.sun.xml.ws.api.server.Invoker
-
Called by
WSEndpointwhenWSEndpoint.dispose()is called. - dispose() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Indicates that the
WSEndpointis about to be turned off, and will no longer serve any packet anymore. - dispose() - Method in class com.sun.xml.ws.server.SingletonResolver
- dispose() - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- dispose() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- dispose() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- dispose() - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
- dispose(T) - Method in class com.sun.xml.ws.server.AbstractMultiInstanceResolver
- DistributedPropertySet - Class in com.sun.xml.ws.api
-
Deprecated.Use com.oracle.webservices.api.message.DistributedPropertySet instead.
- DistributedPropertySet - Interface in com.oracle.webservices.api.message
-
PropertySetthat combines properties exposed from multiplePropertySets into one. - DistributedPropertySet() - Constructor for class com.sun.xml.ws.api.DistributedPropertySet
-
Deprecated.
- doClose() - Method in class com.sun.xml.ws.util.NoCloseInputStream
- doClose() - Method in class com.sun.xml.ws.util.NoCloseOutputStream
- doCreate() - Method in class com.oracle.webservices.api.message.MessageContextFactory
-
Deprecated.
- doCreate() - Method in class com.sun.xml.ws.api.message.MessageContextFactory
-
Deprecated.
- doCreate(BindingID) - Method in class com.sun.xml.ws.api.pipe.PipelineAssemblerFactory
-
Deprecated.Creates a
PipelineAssemblerapplicable for the given binding ID. - doCreate(BindingID) - Method in class com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
-
Creates a
TubelineAssemblerapplicable for the given binding ID. - doCreate(ClientPipeAssemblerContext) - Method in class com.sun.xml.ws.api.pipe.TransportPipeFactory
-
Creates a transport
Pipefor the given port, if this factory can do so, or return null. - doCreate(ClientTubeAssemblerContext) - Method in class com.sun.xml.ws.api.pipe.TransportTubeFactory
-
Creates a transport
Tubefor the given port, if this factory can do so, or return null. - doCreate(OutputStream) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.Default
- doCreate(OutputStream) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
See
XMLStreamWriterFactory.create(OutputStream)for the contract. - doCreate(OutputStream) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.NoLock
- doCreate(OutputStream) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.Zephyr
- doCreate(OutputStream, String) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.Default
- doCreate(OutputStream, String) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
See
XMLStreamWriterFactory.create(OutputStream,String)for the contract. - doCreate(OutputStream, String) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.NoLock
- doCreate(OutputStream, String) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.Zephyr
- doCreate(Class<T>, Invoker, ProviderArgumentsBuilder<?>, boolean) - Method in class com.sun.xml.ws.api.server.ProviderInvokerTubeFactory
- doCreate(String, InputStream, boolean) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Default
- doCreate(String, InputStream, boolean) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
- doCreate(String, InputStream, boolean) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.NoLock
- doCreate(String, InputStream, boolean) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Woodstox
- doCreate(String, Reader, boolean) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Default
- doCreate(String, Reader, boolean) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
- doCreate(String, Reader, boolean) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.NoLock
- doCreate(String, Reader, boolean) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Woodstox
- doCreate(SOAPMessage) - Method in class com.oracle.webservices.api.message.MessageContextFactory
-
Deprecated.
- doCreate(SOAPMessage) - Method in class com.sun.xml.ws.api.message.MessageContextFactory
-
Deprecated.
- doCreate(Source, SOAPVersion) - Method in class com.oracle.webservices.api.message.MessageContextFactory
-
Deprecated.
- doCreate(Source, SOAPVersion) - Method in class com.sun.xml.ws.api.message.MessageContextFactory
-
Deprecated.
- DocumentAddressResolver - Interface in com.sun.xml.ws.api.server
-
Resolves relative references among
SDDocuments. - DocumentBare - com.sun.xml.ws.api.databinding.SoapBodyStyle
-
Bare style mapping of a document style with literal use wsdl:operation
- DocumentLocationResolver - Interface in com.sun.xml.ws.wsdl.writer
-
Resolves relative references among the metadata(WSDL, schema) documents.
- DocumentWrapper - com.sun.xml.ws.api.databinding.SoapBodyStyle
-
Wrapper style mapping of a document style with literal use wsdl:operation
- DocWrappeeNamespapceQualified - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.WSServlet
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
- doDelete(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
-
Handles HTTP DELETE for XML/HTTP binding based endpoints
- doDelete(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSServletDelegate
-
Handles HTTP DELETE for XML/HTTP binding based endpoints
- doGeneration() - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Performes the actual WSDL generation
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.WSServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
- doGet(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
- doGet(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSServletDelegate
- doHead(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.WSServlet
- doHead(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
- DOMStreamReader - Class in com.sun.xml.ws.streaming
-
Create an
XMLStreamReaderon top of a DOM tree. - DOMStreamReader() - Constructor for class com.sun.xml.ws.streaming.DOMStreamReader
- DOMStreamReader(Node) - Constructor for class com.sun.xml.ws.streaming.DOMStreamReader
- DOMStreamReader.Scope - Class in com.sun.xml.ws.streaming
-
Namespace declarations on one element.
- DOMUtil - Class in com.sun.xml.ws.util
- DOMUtil() - Constructor for class com.sun.xml.ws.util.DOMUtil
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.WSServlet
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
- doPost(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
-
processes web service requests by finding the
ServletAdaptercreated by theWSServletContextListenerand creating aServletConnectionImpl. - doPost(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSServletDelegate
-
processes web service requests by finding the
EndpointAdaptercreated by theWSSPIContextListener - doPut(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.WSServlet
- doPut(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
- doPut(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
-
Handles HTTP PUT for XML/HTTP binding based endpoints
- doPut(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSServletDelegate
-
Handles HTTP PUT for XML/HTTP binding based endpoints
- doRecycle(XMLStreamReader) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Default
- doRecycle(XMLStreamReader) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
- doRecycle(XMLStreamReader) - Method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.NoLock
- doRecycle(XMLStreamWriter) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.Default
- doRecycle(XMLStreamWriter) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
See
XMLStreamWriterFactory.recycle(XMLStreamWriter)for the contract. - doRecycle(XMLStreamWriter) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.NoLock
- doRecycle(XMLStreamWriter) - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.Zephyr
- DRACONIAN_ERROR_HANDLER - Static variable in class com.sun.xml.ws.util.xml.XmlUtil
-
ErrorHandlerthat always treat the error as fatal. - DraconianValidationErrorHandler - Class in com.sun.xml.ws.server
-
Default
ValidationErrorHandlerthat just rethrows SAXException in case of errors. - DraconianValidationErrorHandler() - Constructor for class com.sun.xml.ws.server.DraconianValidationErrorHandler
- DummyLocation - Class in com.sun.xml.ws.util.xml
-
Locationthat returns no info. - dump - Static variable in class com.sun.xml.ws.transport.http.HttpAdapter
-
Dumps what goes across HTTP transport.
- dump_threshold - Static variable in class com.sun.xml.ws.transport.http.HttpAdapter
- dumpHTTPMessages() - Method in class com.sun.xml.ws.server.MonitorRootService
- dumpHTTPMessages(boolean) - Method in class com.sun.xml.ws.server.MonitorRootService
- dumpSkeleton(Object) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- DUPLICATE_ABSTRACT_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Metadata has more than one WSDL that has PortType definition for the endpoint.
- DUPLICATE_MESSAGEID - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- DUPLICATE_PORT(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
WSDLPort {0} already exists.
- DUPLICATE_PORT_KNOWN_HEADER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Received SOAP message contains duplicate header: {0} for a bound parameter
- DUPLICATE_PRIMARY_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Metadata has more than one WSDL that has Service definition for the endpoint.
E
- ELEMENT - com.sun.xml.ws.api.model.wsdl.WSDLDescriptorKind
-
wsdl:part is defined using element attribute.
- elementDeclaredTypes - Variable in class com.sun.xml.ws.spi.db.JAXBWrapperAccessor
- elementLocalNameCollision - Variable in class com.sun.xml.ws.spi.db.WrapperAccessor
- elements - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- elements - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.Elements
- Elements() - Constructor for class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.Elements
- elemInfo - Variable in class com.sun.xml.ws.util.xml.XMLReaderComposite
- ElemInfo(TagInfoset, XMLReaderComposite.ElemInfo) - Constructor for class com.sun.xml.ws.util.xml.XMLReaderComposite.ElemInfo
- EMPTY_FEATURES - Static variable in class com.sun.xml.ws.binding.BindingImpl
- EMPTY_PARAMS - Static variable in class com.sun.xml.ws.api.WSService
-
Used as a immutable constant so that we can avoid null check.
- emptyBodyName - Variable in class com.sun.xml.ws.model.AbstractSEIModelImpl
- ENABLE_XOP - Static variable in interface com.sun.xml.ws.spi.db.BindingContext
-
Marshaller/Unmarshaller property to enable XOP processing.
- enabled() - Method in annotation type com.sun.xml.ws.developer.MemberSubmissionAddressing
-
Specifies if this feature is enabled or disabled.
- enableSslForEpr(WSEndpointReference, String, int) - Static method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Calculate a new EPR using an existing one and substituting SSL specific host and port values.
- encode(Packet, OutputStream) - Method in interface com.sun.xml.ws.api.databinding.Databinding
-
Deprecated.use MessageContextFactory
- encode(Packet, OutputStream) - Method in interface com.sun.xml.ws.api.pipe.Codec
-
Encodes an XML infoset portion of the
Message(from <soap:Envelope> to </soap:Envelope>). - encode(Packet, OutputStream) - Method in class com.sun.xml.ws.db.DatabindingImpl
- encode(Packet, OutputStream) - Method in class com.sun.xml.ws.encoding.MtomCodec
- encode(Packet, OutputStream) - Method in class com.sun.xml.ws.encoding.SOAPBindingCodec
- encode(Packet, OutputStream) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- encode(Packet, OutputStream) - Method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- encode(Packet, WritableByteChannel) - Method in interface com.sun.xml.ws.api.pipe.Codec
-
The version of
Codec.encode(Packet,OutputStream)that writes to NIOByteBuffer. - encode(Packet, WritableByteChannel) - Method in class com.sun.xml.ws.encoding.MtomCodec
- encode(Packet, WritableByteChannel) - Method in class com.sun.xml.ws.encoding.SOAPBindingCodec
- encode(Packet, WritableByteChannel) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- encode(Packet, WritableByteChannel) - Method in class com.sun.xml.ws.encoding.SwACodec
- encode(Packet, WritableByteChannel) - Method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- encodePacket(T, Packet, Codec) - Method in class com.sun.xml.ws.api.server.AbstractServerAsyncTransport
-
Encodes the
Packetto infoset and writes on the connection. - encodeQName(XMLStreamWriter, QName, PrefixFactory) - Static method in class com.sun.xml.ws.streaming.XMLStreamWriterUtil
- encoding() - Method in annotation type com.sun.xml.ws.developer.Serialization
-
Turns validation on/off for inbound messages
- EncodingMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- EncodingMessages() - Constructor for class com.sun.xml.ws.resources.EncodingMessages
- end(WSDLGenExtnContext) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
Called before writing .
- endDocument() - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- endDocument() - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- endedEvent(String) - Method in class com.sun.xml.ws.transport.http.servlet.JAXWSRIServletProbeProvider
- endElement(String, String, String) - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- endElement(String, String, String) - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- endpoint - Variable in class com.sun.xml.ws.api.message.Packet
-
The governing
WSEndpointin which this message is floating. - endpoint - Variable in class com.sun.xml.ws.api.server.Adapter
- ENDPOINT - com.sun.xml.ws.api.ComponentFeature.Target
- ENDPOINT_UNAVAILABLE_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- ENDPOINT_UNAVAILABLE_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- ENDPOINT_UNAVAILABLE_TEXT - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- ENDPOINT_UNAVAILABLE_TEXT - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- EndpointAdapter - Class in com.sun.xml.ws.transport.httpspi.servlet
- EndpointAdapter(Endpoint, String) - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
- EndpointAdapterFactory - Class in com.sun.xml.ws.transport.httpspi.servlet
- EndpointAdapterFactory() - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapterFactory
- endpointAddress - Variable in class com.sun.xml.ws.api.message.Packet
-
The endpoint address to which this message is sent to.
- EndpointAddress - Class in com.sun.xml.ws.api
-
Represents the endpoint address URI.
- EndpointAddress(String) - Constructor for class com.sun.xml.ws.api.EndpointAddress
- EndpointAddress(URI) - Constructor for class com.sun.xml.ws.api.EndpointAddress
- EndpointAwareCodec - Interface in com.sun.xml.ws.api.server
-
Implemented by
Codecs that want to have access toWSEndpointobject. - EndpointAwareTube - Interface in com.sun.xml.ws.server
-
Tubes that implement this interface will receive notification of the WSEndpoint holding the tubeline after successful endpoint creation.
- EndpointCallBridge - Interface in com.sun.xml.ws.api.databinding
- endpointClass - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- endpointClass - Variable in class com.sun.xml.ws.model.AbstractSEIModelImpl
- EndpointComponent - Interface in com.sun.xml.ws.api.server
-
Deprecated.replaced by
Component - EndpointContextImpl - Class in com.sun.xml.ws.transport.httpspi.servlet
- EndpointContextImpl() - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.EndpointContextImpl
- EndpointData - Class in com.sun.xml.ws.api.server
- EndpointData() - Constructor for class com.sun.xml.ws.api.server.EndpointData
- EndpointFactory - Class in com.sun.xml.ws.server
-
Entry point to the JAX-WS RI server-side runtime.
- EndpointFactory() - Constructor for class com.sun.xml.ws.server.EndpointFactory
- EndpointHttpContext - Class in com.sun.xml.ws.transport.httpspi.servlet
- EndpointHttpContext(String) - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.EndpointHttpContext
- EndpointMessageContextImpl - Class in com.sun.xml.ws.server
- EndpointMessageContextImpl(Packet) - Constructor for class com.sun.xml.ws.server.EndpointMessageContextImpl
- EndpointReferenceExtensionContributor - Class in com.sun.xml.ws.api.server
-
Implementations of this class can contribute properties associated with an Endpoint.
- EndpointReferenceExtensionContributor() - Constructor for class com.sun.xml.ws.api.server.EndpointReferenceExtensionContributor
- EndpointReferenceUtil - Class in com.sun.xml.ws.addressing
- EndpointReferenceUtil() - Constructor for class com.sun.xml.ws.addressing.EndpointReferenceUtil
- endPrefixMapping(String) - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- endPrefixMapping(String) - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- EndTag - com.sun.xml.ws.util.xml.XMLReaderComposite.State
- Engine - Class in com.sun.xml.ws.api.pipe
-
Collection of
Fibers. - Engine(String) - Constructor for class com.sun.xml.ws.api.pipe.Engine
- Engine(String, Container) - Constructor for class com.sun.xml.ws.api.pipe.Engine
- Engine(String, Container, Executor) - Constructor for class com.sun.xml.ws.api.pipe.Engine
- Engine(String, Executor) - Constructor for class com.sun.xml.ws.api.pipe.Engine
- ensureNoContent(XMLStreamReader) - Static method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- enterContainer(Container) - Method in class com.sun.xml.ws.api.server.ThreadLocalContainerResolver
-
Enters container
- entityResolver - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- entityResolver(EntityResolver) - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Deprecated.- no replacement - this was never implemented Sets the
EntityResolverfor reading the WSDL - entrySet() - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- entrySet() - Method in class com.sun.xml.ws.server.EndpointMessageContextImpl
- entrySet() - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- entrySet() - Method in class com.sun.xml.ws.util.QNameMap
- EnvelopeStyle - Annotation Type in com.oracle.webservices.api
-
The EnvelopeStyle annotation is used to specify the message envelope style(s) for a web service endpoint implementation class.
- EnvelopeStyle.Style - Enum in com.oracle.webservices.api
- EnvelopeStyleFeature - Class in com.oracle.webservices.api
- EnvelopeStyleFeature(EnvelopeStyle.Style...) - Constructor for class com.oracle.webservices.api.EnvelopeStyleFeature
- EPR(Class<? extends EndpointReference>, String, String, String, String, QName, String, String) - Constructor for class com.sun.xml.ws.api.addressing.AddressingVersion.EPR
- EPR_WITHOUT_ADDRESSING_ON() - Static method in class com.sun.xml.ws.resources.ClientMessages
-
EPR is specified without enabling WS-Addressing support.
- eprClass - Variable in class com.sun.xml.ws.api.addressing.AddressingVersion.EPR
- EPRExtension() - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference.EPRExtension
- EPRRecipe - Class in com.sun.xml.ws.developer
-
Represents additional data to be added to EPRs created from
StatefulWebServiceManager(for advanced users). - EPRRecipe() - Constructor for class com.sun.xml.ws.developer.EPRRecipe
- EPRSDDocumentFilter - Class in com.sun.xml.ws.addressing
-
This class acts as a filter for the Extension elements in the wsa:EndpointReference in the wsdl.
- EPRSDDocumentFilter(WSEndpointImpl<?>) - Constructor for class com.sun.xml.ws.addressing.EPRSDDocumentFilter
- eprType - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Representing either
W3CEndpointReferenceorMemberSubmissionEndpointReference. - equals(Object) - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- equals(Object) - Method in class com.sun.xml.ws.api.BindingID
-
Compares the equality based on
BindingID.toString(). - equals(Object) - Method in class com.sun.xml.ws.binding.BindingImpl.MessageKey
- equals(Object) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- equals(Object) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- equals(Object) - Method in class com.sun.xml.ws.util.QNameMap.Entry
- equals(Object) - Method in class com.sun.xml.ws.util.xml.CDATA
- equalsProxiedInstance(WSEndpoint) - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Used for managed endpoints infrastructure to compare equality of proxies vs proxied endpoints.
- equalsProxiedInstance(WSEndpoint) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- erasure(Type) - Static method in class com.sun.xml.ws.model.RuntimeModeler
- erasure(Type) - Static method in class com.sun.xml.ws.spi.db.BindingHelper
- error(Throwable) - Method in interface com.sun.xml.ws.wsdl.parser.ErrorHandler
-
Receives a notification for an error in the annotated code.
- error(Throwable) - Method in class com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException.Builder
- error(SAXParseException) - Method in class com.sun.xml.ws.server.DraconianValidationErrorHandler
- ERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET43: failed to instantiate service implementor for port "{0}"
- ERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET36: no configuration specified
- ERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET37: no configuration specified
- ERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET44: failed to initialize the service implementor for port "{0}"
- ERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET39: cannot read configuration
- ERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET40: class not found: {0}
- ERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET42: duplicate port name: {0}
- ERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET45: file not found: {0}
- ERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET41: configuration information is incomplete
- ERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET38: unknown port name: {0}
- ERROR_SERVLET_CAUGHT_THROWABLE(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET49: caught throwable: {0}
- ERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET50: caught throwable during servlet initialization: {0}
- ERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET51: caught throwable while recovering from a previous exception: {0}
- ERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET48: config file: "{0}" not found
- ERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET47: cannot find configuration parameter: "{0}"
- ERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET52: no implementor registered for port: {0}
- ERROR_SERVLET_NO_PORT_SPECIFIED() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET53: no port specified in HTTP POST request URL
- ERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET54: no response was produced (internal error)
- ERROR_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
Error in parsing WSDL: {0}
- ERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET46: cannot read configuration
- ErrorHandler - Interface in com.sun.xml.ws.wsdl.parser
-
listen to static errors found during building a the WSDL Model.
- EXCEPTION_CANNOT_CREATE_TRANSFORMER() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET33: cannot create transformer
- EXCEPTION_CLASS - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- EXCEPTION_INCORRECT_TYPE(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
-
incorrect type.
- EXCEPTION_NOTFOUND(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
-
exception class: {0} not found in the model!
- EXCEPTION_TEMPLATE_CREATION_FAILED() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET35: failed to create a template object
- EXCEPTION_TRANSFORMATION_FAILED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET34: transformation failed : {0}
- ExceptionHasMessage - Exception in com.sun.xml.ws.api.message
-
This class represents an Exception that needs to be marshalled with a specific protocol wire format.
- ExceptionHasMessage(String, Object...) - Constructor for exception com.sun.xml.ws.api.message.ExceptionHasMessage
- ExceptionType - Enum in com.sun.xml.ws.api.model
-
Type of java exception as defined by JAXWS 2.0 JSR 224.
- execute(Fiber, P, FiberContextSwitchInterceptor.Work<R, P>) - Method in interface com.sun.xml.ws.api.pipe.FiberContextSwitchInterceptor
-
Allows the interception of the fiber execution.
- execute(P) - Method in interface com.sun.xml.ws.api.pipe.FiberContextSwitchInterceptor.Work
-
Have the current thread executes the current fiber, and returns when it stops doing so.
- exitContainer(Container) - Method in class com.sun.xml.ws.api.server.ThreadLocalContainerResolver
-
Exits container
- expectReply - Variable in class com.sun.xml.ws.addressing.WsaClientTube
- expectReply - Variable in class com.sun.xml.ws.api.message.Packet
-
A hint indicating that whether a transport should expect a reply back from the server.
- export(Class<EPR>, Packet, T) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Exports an object.
- export(Class<EPR>, Packet, T) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- export(Class<EPR>, Packet, T, EPRRecipe) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
The same as
StatefulWebServiceManager.export(Class, Packet, Object)except that it takesEPRRecipe. - export(Class<EPR>, Packet, T, EPRRecipe) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- export(Class<EPR>, String, String, T, EPRRecipe) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- export(Class<EPR>, String, T) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Deprecated.This method is provided as a temporary workaround, and we'll eventually try to remove it.
- export(Class<EPR>, String, T) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- export(Class<EPR>, WebServiceContext, T) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Exports an object (for
asynchronous web services.) - export(Class<EPR>, WebServiceContext, T) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- export(Class<EPR>, T) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Exports an object.
- export(Class<EPR>, T) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- export(Class<EPR>, T, EPRRecipe) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Exports an object.
- export(Class<EPR>, T, EPRRecipe) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- export(T) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Exports an object.
- export(T) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- ExternalMetadataFeature - Class in com.oracle.webservices.api.databinding
-
WebServiceFeature allowing to define either on server or client side external xml descriptors replacing/supplementing WS metadata provided by class annotations.
- ExternalMetadataFeature.Builder - Class in com.oracle.webservices.api.databinding
- ExternalMetadataReader - Class in com.sun.xml.ws.model
-
Metadata Reader able to read from either class annotations or external metadata files or combine both, depending on configuration provided in xml file itself.
- ExternalMetadataReader(Collection<File>, Collection<String>, ClassLoader, boolean, boolean) - Constructor for class com.sun.xml.ws.model.ExternalMetadataReader
F
- fail(String, XMLStreamReader) - Static method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- fail(String, XMLStreamReader) - Static method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- FAILED_TO_CREATE_NEW_INSTANCE(Object) - Static method in class com.sun.xml.ws.resources.ContextClassloaderLocalMessages
-
Failed to create new instance of {0}
- FAILED_TO_INSTANTIATE_INSTANCE_RESOLVER(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Unable to instantiate {0} (which is specified in {1} on {2})
- FAILED_TO_PARSE(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Failed to access the WSDL at: {0}.
- FAILED_TO_PARSE_EPR(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Failed to parse EPR: {0}
- FAILED_TO_PARSE_WITH_MEX(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Failed to access the WSDL at: {0}.
- FAILED_TO_READ_RESPONSE(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
-
Failed to read a response: {0}
- failWithFullName(String, XMLStreamReader) - Static method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- failWithFullName(String, XMLStreamReader) - Static method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- failWithFullName(String, XMLStreamReader) - Static method in class com.sun.xml.ws.wsdl.parser.ParserUtil
- failWithLocalName(String, XMLStreamReader) - Static method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- failWithLocalName(String, XMLStreamReader) - Static method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- failWithLocalName(String, XMLStreamReader) - Static method in class com.sun.xml.ws.wsdl.parser.ParserUtil
- failWithLocalName(String, XMLStreamReader, String) - Static method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- failWithLocalName(String, XMLStreamReader, String) - Static method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- failWithLocalName(String, XMLStreamReader, String) - Static method in class com.sun.xml.ws.wsdl.parser.ParserUtil
- FASTINFOSET_DECODING_NOT_ACCEPTED() - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
Fast Infoset decoding is not accepted
- FASTINFOSET_NO_IMPLEMENTATION() - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
Unable to locate compatible implementation of Fast Infoset in classpath
- FastInfosetReflection - Class in com.sun.xml.ws.util
- FastInfosetReflection() - Constructor for class com.sun.xml.ws.util.FastInfosetReflection
- FastInfosetUtil - Class in com.sun.xml.ws.util
- FastInfosetUtil() - Constructor for class com.sun.xml.ws.util.FastInfosetUtil
- fatalError(SAXParseException) - Method in class com.sun.xml.ws.server.DraconianValidationErrorHandler
- FAULT_DETAIL_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- FAULT_DETAIL_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- fault_duplicateAddressInEpr - Static variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Fault sub-sub-code that represents duplicate <Address> element in EPR.
- FAULT_MESSAGE - Static variable in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- fault_missingAddressInEpr - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Fault sub-sub-code that represents "Specifies that the invalid header was expected to be an EPR but did not contain an [address]."
- FAULT_TO_CANNOT_PARSE() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
FaultTo header cannot be parsed
- faultCodeClient - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
"{nsUri}Client" or "{nsUri}Sender"
- faultCodeMustUnderstand - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
SOAP MustUnderstand FaultCode for this SOAP version
- faultCodeServer - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
"{nsUri}Server" or "{nsUri}Receiver"
- faultDetailTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
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.
- faultMessageFeatures - Variable in class com.sun.xml.ws.binding.BindingImpl
- faultToTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the FaultTo QName for a specific WS-Addressing Version.
- feature(WebServiceFeature...) - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Sets A list of WebServiceFeatures
- FeatureConstructor - Annotation Type in com.sun.xml.ws.api
-
This annotation should be used on a constructor of classes extending
WebServiceFeatureother than Spec defined features, to help JAX-WS runtime recognize feature extensions. - FeatureListUtil - Class in com.sun.xml.ws.binding
-
Experimental: Utility methods that operate on WebServiceFeatureLists.
- FeatureListUtil() - Constructor for class com.sun.xml.ws.binding.FeatureListUtil
- FeatureListValidator - Interface in com.sun.xml.ws.api
-
Validates a list of
WebServiceFeatureinstances when they are added to the client or service binding. - FeatureListValidatorAnnotation - Annotation Type in com.sun.xml.ws.api
-
This annotation should be used on classes that extend
WebServiceFeaturein order to specify the type ofFeatureListValidatorbean that will be invoked when instances of theWebServiceFeatureclass are included in the list of features that are added to a client or service binding. - features - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- features - Variable in class com.sun.xml.ws.binding.BindingImpl
- features() - Method in class com.sun.xml.ws.server.MonitorRootService
- Fiber - Class in com.sun.xml.ws.api.pipe
-
User-level thread. Represents the execution of one request/response processing.
- FIBER_COMPLETION_THROWABLE - Static variable in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- Fiber.CompletionCallback - Interface in com.sun.xml.ws.api.pipe
-
Callback to be invoked when a
Fiberfinishes execution. - Fiber.Listener - Interface in com.sun.xml.ws.api.pipe
-
Deprecated.
- FiberContextSwitchInterceptor - Interface in com.sun.xml.ws.api.pipe
-
Interception for
Fibercontext switch. - FiberContextSwitchInterceptor.Work<R,P> - Interface in com.sun.xml.ws.api.pipe
-
Abstraction of the execution that happens inside the interceptor.
- FiberContextSwitchInterceptorFactory - Interface in com.sun.xml.ws.api.pipe
-
Factory for (@link FiberContextSwitchInterceptor} instances
- fiberResumed(Fiber) - Method in interface com.sun.xml.ws.api.pipe.Fiber.Listener
-
Deprecated.Fiber has been resumed.
- fiberSuspended(Fiber) - Method in interface com.sun.xml.ws.api.pipe.Fiber.Listener
-
Deprecated.Fiber has been suspended.
- field - Variable in class com.sun.xml.ws.spi.db.FieldGetter
- field - Variable in class com.sun.xml.ws.spi.db.FieldSetter
- FieldGetter - Class in com.sun.xml.ws.spi.db
-
FieldGetter gets the value of a field from an instance.
- FieldGetter(Field) - Constructor for class com.sun.xml.ws.spi.db.FieldGetter
- FieldInjectionPlan(Field) - Constructor for class com.sun.xml.ws.util.InjectionPlan.FieldInjectionPlan
- FieldSetter - Class in com.sun.xml.ws.spi.db
-
FieldSetter
- FieldSetter(Field) - Constructor for class com.sun.xml.ws.spi.db.FieldSetter
- fileIndex - Variable in class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
- fillRequestAddressingHeaders(MessageHeaders, Packet, AddressingVersion, SOAPVersion, boolean, String) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- fillRequestAddressingHeaders(MessageHeaders, Packet, AddressingVersion, SOAPVersion, boolean, String, boolean) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- fillRequestAddressingHeaders(MessageHeaders, WSDLPort, WSBinding, Packet) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- fillRequestAddressingHeaders(Packet, AddressingVersion, SOAPVersion, boolean, String) - Method in class com.sun.xml.ws.api.message.HeaderList
- fillRequestAddressingHeaders(Packet, AddressingVersion, SOAPVersion, boolean, String, boolean) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Creates a set of outbound WS-Addressing headers on the client with the specified Action Message Addressing Property value.
- fillRequestAddressingHeaders(WSDLPort, WSBinding, Packet) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Creates a set of outbound WS-Addressing headers on the client with the default Action Message Addressing Property value.
- filter(SDDocument, XMLStreamWriter) - Method in class com.sun.xml.ws.addressing.EPRSDDocumentFilter
- filter(SDDocument, XMLStreamWriter) - Method in interface com.sun.xml.ws.api.server.SDDocumentFilter
-
Returns a wrapped XMLStreamWriter on top of passed-in XMLStreamWriter.
- FilterMessageImpl - Class in com.sun.xml.ws.api.message
-
A
FilterMessageImplcontains some other Message, which it uses as its basic source of message data, possibly transforming the data along the way or providing additional functionality. - FilterMessageImpl(Message) - Constructor for class com.sun.xml.ws.api.message.FilterMessageImpl
- find(Class<T>) - Static method in class com.sun.xml.ws.util.ServiceFinder
-
Locates and incrementally instantiates the available providers of a given service using the context class loader.
- find(Class<T>, Component) - Static method in class com.sun.xml.ws.util.ServiceFinder
- find(Class<T>, ClassLoader) - Static method in class com.sun.xml.ws.util.ServiceFinder
-
Locates and incrementally instantiates the available providers of a given service using the given class loader.
- find(Class<T>, ClassLoader, Component) - Static method in class com.sun.xml.ws.util.ServiceFinder
- findAnnotatedMethod(Class, Class<? extends Annotation>) - Method in class com.sun.xml.ws.api.server.AbstractInstanceResolver
-
Finds the method that has the given annotation, while making sure that there's only at most one such method.
- findClass(String) - Method in class com.sun.xml.ws.util.MethodUtil
- finished(WSDLParserExtensionContext) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
-
Called when the parsing of a set of WSDL documents are all done.
- finished(WSDLParserExtensionContext) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
-
Process wsdl:portType operation after the entire WSDL model has been populated.
- fiStAXDocumentParser_new - Static variable in class com.sun.xml.ws.util.FastInfosetReflection
-
FI StAXDocumentParser constructor using reflection.
- fiStAXDocumentParser_setInputStream - Static variable in class com.sun.xml.ws.util.FastInfosetReflection
-
FI
StAXDocumentParser.setInputStream()method via reflection. - fiStAXDocumentParser_setStringInterning - Static variable in class com.sun.xml.ws.util.FastInfosetReflection
-
FI
StAXDocumentParser.setStringInterning()method via reflection. - fixQuotesAroundSoapAction(String) - Static method in class com.sun.xml.ws.transport.http.HttpAdapter
-
Some stacks may send non WS-I BP 1.2 conforming SoapAction.
- flush() - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- freeze(WSDLPort) - Method in class com.sun.xml.ws.db.DatabindingImpl
- freeze(WSDLPort) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- from(EnvelopeStyle.Style) - Static method in enum com.sun.xml.ws.api.SOAPVersion
- from(EnvelopeStyleFeature) - Static method in enum com.sun.xml.ws.api.SOAPVersion
- fromBinding(WSBinding) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Gets the
AddressingVersionfrom aWSBinding - fromFeature(WebServiceFeature) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
- fromHttpBinding(String) - Static method in enum com.sun.xml.ws.api.SOAPVersion
-
Returns
SOAPVersionwhoseSOAPVersion.httpBindingIdequals to the given string. - fromNsUri(String) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Returns
AddressingVersionwhoseAddressingVersion.nsUriequals to the given string. - fromNsUri(String) - Static method in enum com.sun.xml.ws.api.SOAPVersion
-
Returns
SOAPVersionwhoseSOAPVersion.nsUriequals to the given string. - fromPort(WSDLPort) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Gets the
AddressingVersionfrom aWSDLPort - fromSpecClass(Class<? extends EndpointReference>) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Gets the corresponding
AddressingVersioninstance from the EPR class. - fromTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the From QName in the SOAP message for a specific WS-Addressing Version.
G
- generate(WSDLResolver) - Method in interface com.oracle.webservices.api.databinding.WSDLGenerator
-
Generates the WSDL using the wsdlResolver to output the generated documents.
- generate(WSDLResolver) - Method in class com.sun.xml.ws.db.DatabindingProviderImpl.JaxwsWsdlGen
- generate(File, String) - Method in interface com.oracle.webservices.api.databinding.WSDLGenerator
-
Generates the WSDL into the file directory
- generate(File, String) - Method in class com.sun.xml.ws.db.DatabindingProviderImpl.JaxwsWsdlGen
- generate(SchemaOutputResolver) - Method in class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
- GENERATE_NON_STANDARD_WSDL() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Generating non-standard WSDL for the specified binding
- generateBinding() - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Generates the Binding section of the WSDL
- generateBindingOperation(JavaMethodImpl, Binding) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- generateDocumentParameterOrder(Operation, JavaMethodImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Generates the parameterOrder for a PortType operation
- generateInputMessage(Operation, JavaMethodImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- generateMessageID() - Static method in class com.sun.xml.ws.api.message.Message
-
Generates a UUID suitable for use as a MessageID value
- generateMessages() - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Generates the WSDL messages
- generateOutputMessage(Operation, JavaMethodImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- generateParameterOrder(Operation, JavaMethodImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Generates the parameterOrder for a PortType operation
- generatePortType() - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Generates the WSDL portType
- generateRpcParameterOrder(Operation, JavaMethodImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Generates the parameterOrder for a PortType operation
- generateSchema(SchemaOutputResolver) - Method in interface com.sun.xml.ws.spi.db.BindingContext
-
Generates the schema documents from the model.
- generateService() - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Generates the Service section of the WSDL
- generateSOAP12BindingOperation(JavaMethodImpl, Binding) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- generateSOAP12Headers(TypedXmlWriter, List<ParameterImpl>, QName) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- generateSOAPHeaders(TypedXmlWriter, List<ParameterImpl>, QName) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- generateSOAPMessages(JavaMethodImpl, SOAPBinding) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Generates messages for a SOAPBinding
- generateTypes() - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Generates the types section of the WSDL
- generateWSDL(WSDLGenInfo) - Method in interface com.sun.xml.ws.api.databinding.Databinding
-
Gets the WebServiceFeatures of this webservice endpoint.
- generateWSDL(WSDLGenInfo) - Method in class com.sun.xml.ws.db.DatabindingImpl
- get() - Static method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
- get() - Static method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
Gets the singleton instance.
- get() - Method in class com.sun.xml.ws.util.CompletedFuture
- get(int) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Gets the
Headerat the specified index. - get(int) - Method in class com.sun.xml.ws.transport.http.HttpAdapterList
- get(long, TimeUnit) - Method in class com.sun.xml.ws.util.CompletedFuture
- get(B) - Method in interface com.sun.xml.ws.spi.db.PropertyAccessor
-
Gets the value of the property of the given bean object.
- get(PropertySet) - Method in interface com.oracle.webservices.api.message.BasePropertySet.Accessor
- get(Class<A>) - Method in class com.sun.xml.ws.spi.db.TypeInfo
-
Finds the specified annotation from the array and returns it.
- get(Class<F>) - Method in interface com.sun.xml.ws.api.WSFeatureList
-
Gets a
WebServiceFeatureof the specific type. - get(Class<F>) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- get(Object) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- get(Object) - Method in class com.oracle.webservices.api.message.BasePropertySet
-
Gets the name of the property.
- get(Object) - Method in interface com.oracle.webservices.api.message.PropertySet
-
Gets the name of the property.
- get(Object) - Method in class com.sun.xml.ws.api.PropertySet
-
Deprecated.Gets the name of the property.
- get(Object) - Method in class com.sun.xml.ws.server.EndpointMessageContextImpl
- get(Object) - Method in class com.sun.xml.ws.spi.db.FieldGetter
- get(Object) - Method in class com.sun.xml.ws.spi.db.MethodGetter
- get(Object) - Method in interface com.sun.xml.ws.spi.db.PropertyGetter
- get(Object) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- get(String) - Method in interface com.sun.xml.ws.api.message.AttachmentSet
-
Gets the attachment by the content ID.
- get(String) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPortType
-
Gets the
WSDLOperationfor a given operation name - get(String, String) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Deprecated.
- get(String, String) - Method in class com.sun.xml.ws.util.QNameMap
-
Returns the value to which the specified keys are mapped in this QNameMap, or
nullif the map contains no mapping for this key. - get(String, String, boolean) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Gets the first
Headerof the specified name. - get(String, String, boolean) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- get(QName) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Deprecated.
- get(QName) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Gets the
WSDLBoundOperationfor a given operation name - get(QName) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLService
-
Gets the
WSDLPortfor a given port name - get(QName) - Method in class com.sun.xml.ws.util.QNameMap
- get(QName, boolean) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Gets the first
Headerof the specified name. - get(QName, boolean) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- GET_ATTACHMENT_PROPERTY - Static variable in interface com.sun.xml.ws.server.ServerPropertyConstants
- getAbstractWSDL(Holder<String>) - Method in interface com.oracle.webservices.api.databinding.WSDLResolver
-
Create a Result object into which abstract WSDL is to be generated.
- getAcceptableMimeTypes(T) - Method in class com.sun.xml.ws.api.server.AbstractServerAsyncTransport
-
If the request has Accept header, return that value
- getAcceptHeader() - Method in interface com.oracle.webservices.api.message.ContentType
-
Controls the Accept transport header, if the transport supports it.
- getAcceptHeader() - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- getAction() - Method in class com.sun.xml.ws.addressing.ProblemAction
- getAction() - Method in class com.sun.xml.ws.addressing.v200408.ProblemAction
- getAction() - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
-
Gets the
wsa:Actionheader content as String. - getAction() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLFault
-
Gives the Action Message Addressing Property value for
WSDLFaultmessage. - getAction() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLInput
-
Gives the Action Message Addressing Property value for
WSDLInputmessage. - getAction() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOutput
-
Gives the Action Message Addressing Property value for
WSDLOutputmessage. - getAction(AddressingVersion, SOAPVersion) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Returns the value of WS-Addressing
Actionheader. - getAction(MessageHeaders, AddressingVersion, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- getActionParameter(Packet, SOAPVersion) - Static method in class com.sun.xml.ws.encoding.MtomCodec
- getAddress() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
The value of the <wsa:address> header.
- getAddress() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPort
-
Gets endpoint address of this port.
- getAddress() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
The endpoint address.
- getAddress() - Method in interface com.sun.xml.ws.api.server.BoundEndpoint
-
The address of the bound endpoint.
- getAddress() - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
- getAddress(String) - Method in interface com.sun.xml.ws.api.server.BoundEndpoint
-
The address of the bound endpoint using the base address.
- getAddress(String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
- getAddressFor(QName, String) - Method in class com.sun.xml.ws.api.server.PortAddressResolver
-
Gets the endpoint address for a WSDL port
- getAddressFor(QName, String, String) - Method in class com.sun.xml.ws.api.server.PortAddressResolver
-
Gets the endpoint address for a WSDL port
- getAddressingVersion() - Method in interface com.sun.xml.ws.api.WSBinding
-
Gets the WS-Addressing version of this binding.
- getAddressingVersion() - Method in class com.sun.xml.ws.binding.BindingImpl
- getAllAttributes(Element) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- getAllChildren(Element) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- getAllServices() - Method in interface com.sun.xml.ws.api.server.SDDocument.WSDL
-
All <service> names that were in this WSDL, or empty set if there was none.
- getAMXClient(Object) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getAnnotation(Class<A>) - Method in class com.sun.xml.ws.spi.db.FieldGetter
- getAnnotation(Class<A>) - Method in class com.sun.xml.ws.spi.db.FieldSetter
- getAnnotation(Class<A>) - Method in class com.sun.xml.ws.spi.db.MethodGetter
- getAnnotation(Class<A>) - Method in class com.sun.xml.ws.spi.db.MethodSetter
- getAnnotation(Class<A>) - Method in interface com.sun.xml.ws.spi.db.PropertyGetter
- getAnnotation(Class<A>) - Method in interface com.sun.xml.ws.spi.db.PropertySetter
- getAnnotation(Class<A>, Class<?>) - Method in interface com.sun.xml.ws.api.databinding.MetadataReader
- getAnnotation(Class<A>, Class<?>) - Method in class com.sun.xml.ws.model.ExternalMetadataReader
- getAnnotation(Class<A>, Class<?>) - Method in class com.sun.xml.ws.model.ReflectAnnotationReader
- getAnnotation(Class<A>, Method) - Method in interface com.sun.xml.ws.api.databinding.MetadataReader
- getAnnotation(Class<A>, Method) - Method in class com.sun.xml.ws.model.ExternalMetadataReader
- getAnnotation(Class<A>, Method) - Method in class com.sun.xml.ws.model.ReflectAnnotationReader
- getAnnotations(Class<?>) - Method in interface com.sun.xml.ws.api.databinding.MetadataReader
- getAnnotations(Class<?>) - Method in class com.sun.xml.ws.model.ExternalMetadataReader
- getAnnotations(Class<?>) - Method in class com.sun.xml.ws.model.ReflectAnnotationReader
- getAnnotations(Method) - Method in interface com.sun.xml.ws.api.databinding.MetadataReader
- getAnnotations(Method) - Method in class com.sun.xml.ws.model.ExternalMetadataReader
- getAnnotations(Method) - Method in class com.sun.xml.ws.model.ReflectAnnotationReader
- getAnonymous() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets the soapbinding:binding/operation/wsaw:Anonymous.
- getAnonymousUri() - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Deprecated.
- getApplicationScopePropertyNames(boolean) - Method in class com.sun.xml.ws.api.message.Packet
-
Deprecated.Use
Packet.getHandlerScopePropertyNames(boolean). To be removed once Tango components are updated. - getArguments() - Method in exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
- getAssemblerContext() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
This is only needed to expose info for monitoring.
- getAssemblerContext() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getAssemblerContext() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getAsSOAPMessage() - Method in interface com.oracle.webservices.api.message.MessageContext
-
Gets the SAAJ SOAPMessage representation of the SOAP message.
- getAsSOAPMessage() - Method in class com.sun.xml.ws.api.message.Packet
- getAttachmentMarshaller() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
-
JAXBMessage writes envelope directly to the OutputStream(for SJSXP, woodstox).
- getAttachmentMarshaller() - Method in interface com.sun.xml.ws.streaming.MtomStreamWriter
-
Deprecated.
- getAttachmentPart(String) - Method in class com.sun.xml.ws.encoding.MimeMultipartParser
-
This method can be called to get a matching MIME attachment part for the given contentId.
- getAttachmentParts() - Method in class com.sun.xml.ws.encoding.MimeMultipartParser
-
Parses the entire stream and returns all MIME parts except root MIME part.
- getAttachments() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- getAttachments() - Method in class com.sun.xml.ws.api.message.Message
-
Gets the attachments of this message (attachments live outside a message.)
- getAttachments() - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- getAttribute(Attributes, String) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- getAttribute(String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointHttpContext
- getAttribute(String, String) - Method in interface com.sun.xml.ws.api.message.Header
-
Gets the attribute value on the header element.
- getAttribute(String, String) - Method in class com.sun.xml.ws.message.stream.OutboundStreamHeader
- getAttribute(String, String) - Method in class com.sun.xml.ws.message.stream.StreamHeader
- getAttribute(QName) - Method in interface com.sun.xml.ws.api.message.Header
-
Gets the attribute value on the header element.
- getAttribute(XMLStreamReader, String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- getAttribute(XMLStreamReader, String) - Static method in class com.sun.xml.ws.wsdl.parser.ParserUtil
- getAttribute(XMLStreamReader, String, String) - Static method in class com.sun.xml.ws.wsdl.parser.ParserUtil
- getAttribute(XMLStreamReader, QName) - Static method in class com.sun.xml.ws.wsdl.parser.ParserUtil
- getAttributeCount() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getAttributeCount() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getAttributeCount() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getAttributeLocalName(int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
-
Return an attribute's local name.
- getAttributeLocalName(int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getAttributeLocalName(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getAttributeName(int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
-
Return an attribute's qname.
- getAttributeName(int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getAttributeName(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getAttributeNames() - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointHttpContext
- getAttributeNamespace(int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getAttributeNamespace(int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getAttributeNamespace(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getAttributeNSOrNull(Element, String, String) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- getAttributeNSOrNull(Element, QName) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- getAttributeOrNull(Element, String) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- getAttributePrefix(int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getAttributePrefix(int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getAttributePrefix(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getAttributes(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
-
Read all attributes into an data structure.
- getAttributeType(int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getAttributeType(int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getAttributeType(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getAttributeValue(int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getAttributeValue(int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getAttributeValue(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getAttributeValue(String, String) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getAttributeValue(String, String) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getAttributeValue(String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getBackingStoreFactory(HighAvailabilityProvider.StoreType) - Method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Retrieves
BackingStoreFactoryimplementation of the requested type. - getBaseAddress() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getBaseAddress() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Gets the absolute URL up to the context path.
- getBaseType() - Method in class com.sun.xml.ws.encoding.ContentType
-
Return the MIME type string, without the parameters.
- getBaseType(Type, Class) - Static method in class com.sun.xml.ws.spi.db.BindingHelper
-
Gets the parameterization of the given base type.
- getBinding() - Method in class com.sun.xml.ws.api.message.Packet
- getBinding() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
Binding object - a
SOAPBindingisntance. - getBinding() - Method in interface com.sun.xml.ws.api.model.Parameter
-
Returns the binding associated with the parameter.
- getBinding() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPart
-
Gets the wsdl:part binding as seen thru wsdl:binding
- getBinding() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPort
-
Gets
WSDLBoundPortTypeassociated with theWSDLPort. - getBinding() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
The binding of the new pipeline to be created.
- getBinding() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Represents the binding for which this
WSEndpointis created for. - getBinding() - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGenExtnContext
- getBinding() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getBinding() - Method in class com.sun.xml.ws.model.ParameterImpl
- getBinding() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getBinding() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getBinding(QName) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
-
Gets
WSDLBoundPortTypethat modelswsdl:binding - getBinding(QName, String, WebParam.Mode) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Gets the
ParameterBindingfor a given operation, part name and the direction - IN/OUT - getBinding(QName, QName) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
-
Give a
WSDLBoundPortTypefor the given wsdl:service and wsdl:port names. - getBindingContext() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getBindingContext(Marshaller) - Static method in class com.sun.xml.ws.spi.db.BindingContextFactory
-
Deprecated.- Does jaxws need this?
- getBindingId() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Returns the binding ID.
- getBindingId() - Method in interface com.sun.xml.ws.api.WSBinding
-
Gets the binding ID, which uniquely identifies the binding.
- getBindingId() - Method in class com.sun.xml.ws.binding.BindingImpl
- getBindingId() - Method in class com.sun.xml.ws.developer.BindingTypeFeature
- getBindingID() - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- getBindingID() - Method in class com.sun.xml.ws.binding.BindingImpl
- getBindingIdForToken(String) - Static method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
-
JSR-109 defines short-form tokens for standard binding Ids.
- getBindingOperations() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Gets the
WSDLBoundOperations - getBindingProvider() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
The pipeline is created for this
WSBindingProvider. - getBindings() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
- getBodyEpilogue() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- getBodyPrologue() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- getBond() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getBoundary() - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- getBoundaryParameter() - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- getBoundEndpoints() - Method in class com.sun.xml.ws.api.server.Module
-
Gets the list of
BoundEndpointdeployed in this module. - getBoundEndpoints() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gets the list of
BoundEndpointthat are associated with this endpoint. - getBoundOperation() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundFault
-
Gives the owner
WSDLBoundOperation - getBoundPortType() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gives the owner
WSDLBoundPortType - getBoundPortTypeName() - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Gives the wsdl:binding@name value
- getBoundPortTypeName() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getBridge() - Method in interface com.sun.xml.ws.api.model.CheckedException
-
Deprecated.Why do you need this?
- getBridge() - Method in interface com.sun.xml.ws.api.model.Parameter
-
Deprecated.
- getBridge() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
-
Deprecated.
- getBridge() - Method in class com.sun.xml.ws.model.ParameterImpl
-
Deprecated.
- getBridge(TypeReference) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
-
Deprecated.use getBond
- getBridge(TypeReference) - Method in class com.sun.xml.ws.model.ParameterImpl
-
Deprecated.
- getBuildId() - Method in interface com.sun.xml.ws.spi.db.BindingContext
-
Gets the build information of the JAXB runtime.
- getCanonicalVersion(String) - Static method in class com.sun.xml.ws.util.VersionUtil
-
BugFix# 4948171 Method getCanonicalVersion.
- getCatalogFile() - Method in interface com.sun.xml.ws.transport.http.ResourceLoader
-
Gets the catalog XML file that should be consulted when loading resources from this
ResourceLoader. - getCatalogFile() - Method in interface com.sun.xml.ws.transport.httpspi.servlet.ResourceLoader
-
Gets the catalog XML file that should be consulted when loading resources from this
ResourceLoader. - getCatalogFile() - Method in class com.sun.xml.ws.transport.httpspi.servlet.ServletResourceLoader
- getCharacterEncodingScheme() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getCharacterEncodingScheme() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getCharacterEncodingScheme() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getCharacterOffset() - Method in class com.sun.xml.ws.util.xml.DummyLocation
- getCharSet() - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
-
Returns the character set encoding.
- getCheckedException(TypeReference) - Method in class com.sun.xml.ws.model.JavaMethodImpl
-
Deprecated.
- getCheckedException(Class) - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getCheckedExceptions() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
Gives the checked Exception thrown from this method.
- getCheckedExceptions() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getChildElements(Node) - Static method in class com.sun.xml.ws.util.DOMUtil
- getClassLoader() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getClassLoader() - Method in class com.sun.xml.ws.spi.db.BindingInfo
- getClientBridge(Method) - Method in interface com.sun.xml.ws.api.databinding.Databinding
- getClientBridge(Method) - Method in class com.sun.xml.ws.db.DatabindingImpl
- getCodec() - Method in class com.sun.xml.ws.api.message.Packet
- getCodec() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
Gets the
Codecthat is set byClientTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding. - getCodec() - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
Gets the
Codecthat is set byServerTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding. - getColumnNumber() - Method in class com.sun.xml.ws.util.xml.DummyLocation
- getCompletionCallback() - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Returns completion callback associated with this Fiber
- getComponent() - Method in class com.sun.xml.ws.api.ComponentFeature
-
Retrieves component
- getComponentFeatures() - Method in class com.sun.xml.ws.api.ComponentsFeature
-
Retrieves component
- getComponentRegistry() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Deprecated.
- getComponentRegistry() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getComponentRegistry() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getComponents() - Method in interface com.sun.xml.ws.api.ComponentRegistry
-
Returns the set of
Components registered with this object - getComponents() - Method in class com.sun.xml.ws.api.pipe.Fiber
- getComponents() - Method in class com.sun.xml.ws.api.server.Container
- getComponents() - Method in class com.sun.xml.ws.api.server.WSEndpoint
- getComponents() - Method in class com.sun.xml.ws.api.WSService
- getComponents() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getConfig() - Method in class com.sun.xml.ws.developer.StreamingAttachmentFeature
-
Returns the configuration object.
- getContainer() - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- getContainer() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
Returns the Container in which the client is running
- getContainer() - Method in class com.sun.xml.ws.api.server.ContainerResolver
-
Returns the
Containercontext in which client is running. - getContainer() - Method in class com.sun.xml.ws.api.server.ThreadLocalContainerResolver
- getContainer() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gets the
Containerobject. - getContainer() - Method in interface com.sun.xml.ws.api.wsdl.parser.WSDLParserExtensionContext
-
Provides the
Containerin which this service or client is running. - getContainer() - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGenExtnContext
- getContainer() - Method in class com.sun.xml.ws.api.WSService
-
Gets the
Containerobject. - getContainer() - Method in class com.sun.xml.ws.api.WSService.InitParams
- getContainer() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getContainer() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getContent(DataSource) - Method in class com.sun.xml.ws.encoding.ImageDataContentHandler
-
Return an object representing the data in its most preferred form.
- getContent(DataSource) - Method in class com.sun.xml.ws.encoding.StringDataContentHandler
- getContent(DataSource) - Method in class com.sun.xml.ws.encoding.XmlDataContentHandler
-
Create an object from the input stream
- getContentId() - Method in interface com.sun.xml.ws.api.message.Attachment
-
Content ID of the attachment.
- getContentId() - Method in class com.sun.xml.ws.message.stream.StreamAttachment
- getContentNegotiationString() - Method in class com.sun.xml.ws.api.message.Packet
- getContentType() - Method in interface com.oracle.webservices.api.message.ContentType
-
Gives non-null Content-Type header value.
- getContentType() - Method in interface com.oracle.webservices.api.message.MessageContext
-
Gets the Content-type of this message.
- getContentType() - Method in interface com.sun.xml.ws.api.message.Attachment
-
Gets the MIME content-type of this attachment.
- getContentType() - Method in interface com.sun.xml.ws.api.message.MessageWritable
-
Gets the Content-type of this message.
- getContentType() - Method in class com.sun.xml.ws.api.message.Packet
- getContentType() - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- getContentType() - Method in class com.sun.xml.ws.encoding.DataHandlerDataSource
-
Returns the MIME type of the data represented by this object.
- getContentType() - Method in class com.sun.xml.ws.encoding.MimeMultipartParser
- getContentType() - Method in class com.sun.xml.ws.message.stream.StreamAttachment
- getContentType() - Method in class com.sun.xml.ws.util.ByteArrayDataSource
- getContentType(Packet) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- getContenTypeBuilder(Packet) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- getContext() - Method in class com.sun.xml.ws.spi.db.OldBridge
-
Gets the
BindingContextto which this object belongs. - getContext() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getContext() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Environment specific context , if available
- getContext() - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
- getContext(Marshaller) - Method in class com.sun.xml.ws.spi.db.BindingContextFactory
-
Deprecated.- Does jaxws need this?
- getContextClassLoader() - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Gets the context
ClassLoaderof this fiber. - getContextPath() - Method in class com.sun.xml.ws.api.server.WebModule
-
Gets the host, port, and context path portion of this module.
- getContextPath() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getContextPath() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Portion of the request URI that groups related service addresses.
- getContextPath(HttpServletRequest) - Method in class com.sun.xml.ws.transport.http.servlet.ServletModule
-
Gets the host, port, and context path portion of this module using
HttpServletRequest - getContractClass() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getContractClass() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getCookie(String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getCookie(String) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Subclasses are expected to override
- getCookieHandler() - Method in class com.sun.xml.ws.developer.HttpConfigFeature
- getCurrentIfSet() - Static method in class com.sun.xml.ws.api.pipe.Fiber
-
Gets the current fiber that's running, if set.
- getCurrentPacket() - Static method in class com.sun.xml.ws.server.InvokerTube
-
This method can be called while the user service is servicing the request synchronously, to obtain the current request packet.
- getDatabinding() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getDatabindingMode() - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- getDatabindingMode() - Method in class com.sun.xml.ws.spi.db.BindingInfo
- getDeclaredPrefixes() - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Return an enumeration of all prefixes declared in this context.
- getDefault() - Static method in class com.sun.xml.ws.api.addressing.NonAnonymousResponseProcessor
- getDefault() - Static method in class com.sun.xml.ws.api.server.ContainerResolver
-
Returns the default container resolver which can be used to get
Container. - getDefaultAction(JavaMethod) - Static method in class com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension
- getDefaultBinding() - Static method in class com.sun.xml.ws.binding.BindingImpl
- getDefaultContentType() - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- getDefaultFaultAction() - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Gets the default fault Action value associated with this WS-Addressing version.
- getDefaultFaultAction() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getDefaultFaultAction(JavaMethod, CheckedException) - Static method in class com.sun.xml.ws.addressing.WsaActionUtil
- getDefaultFaultAction(JavaMethod, CheckedException) - Static method in class com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension
- getDefaultInputAction(JavaMethod) - Static method in class com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension
- getDefaultNamespace() - Method in class com.sun.xml.ws.spi.db.BindingInfo
- getDefaultOutputAction(JavaMethod) - Static method in class com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension
- getDefaultPortName(QName, Class) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gives the wsdl:service/wsdl:port default name computed from the endpoint implementaiton class
- getDefaultPortName(QName, Class<?>) - Static method in class com.sun.xml.ws.server.EndpointFactory
-
If portName is not already set via DD or programmatically, it uses annotations on implementorClass to get PortName.
- getDefaultPortName(QName, Class<?>, boolean) - Static method in class com.sun.xml.ws.server.EndpointFactory
- getDefaultPortName(QName, Class<?>, boolean, MetadataReader) - Static method in class com.sun.xml.ws.server.EndpointFactory
- getDefaultPortName(QName, Class<?>, MetadataReader) - Static method in class com.sun.xml.ws.server.EndpointFactory
- getDefaultPortName(QName, Class, boolean) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
- getDefaultPortName(QName, Class, boolean, MetadataReader) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
- getDefaultPortName(QName, Class, MetadataReader) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
- getDefaultResourceBundleName() - Method in exception com.sun.xml.ws.model.RuntimeModelerException
- getDefaultResourceBundleName() - Method in exception com.sun.xml.ws.server.ServerRtException
- getDefaultResourceBundleName() - Method in exception com.sun.xml.ws.server.UnsupportedMediaException
- getDefaultResourceBundleName() - Method in exception com.sun.xml.ws.streaming.XMLReaderException
- getDefaultResourceBundleName() - Method in exception com.sun.xml.ws.streaming.XMLStreamReaderException
- getDefaultResourceBundleName() - Method in exception com.sun.xml.ws.streaming.XMLStreamWriterException
- getDefaultResourceBundleName() - Method in exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
-
Gets the default resource bundle name for this kind of exception.
- getDefaultResourceBundleName() - Method in exception com.sun.xml.ws.util.UtilException
- getDefaultSchemaNamespaceSuffix() - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- getDefaultServiceName(Class) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gives the wsdl:service default name computed from the endpoint implementaiton class
- getDefaultServiceName(Class<?>) - Static method in class com.sun.xml.ws.server.EndpointFactory
-
If service name is not already set via DD or programmatically, it uses annotations
WebServiceProvider,WebServiceon implementorClass to get PortName. - getDefaultServiceName(Class<?>, boolean) - Static method in class com.sun.xml.ws.server.EndpointFactory
- getDefaultServiceName(Class<?>, boolean, MetadataReader) - Static method in class com.sun.xml.ws.server.EndpointFactory
- getDefaultServiceName(Class<?>, MetadataReader) - Static method in class com.sun.xml.ws.server.EndpointFactory
- getDefaultServiceName(Class, boolean) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
- getDefaultServiceName(Class, boolean, MetadataReader) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
- getDefaultServiceName(Class, MetadataReader) - Static method in class com.sun.xml.ws.api.server.WSEndpoint
- getDelegate(ServletConfig) - Method in class com.sun.xml.ws.transport.http.servlet.WSServlet
-
Gets the
WSServletDelegatethat we will be forwarding the requests to. - getDelegate(ServletConfig) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
-
Gets the
WSServletDelegatethat we will be forwarding the requests to. - getDescriptor() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPart
-
Gives the XML Schema descriptor referenced using either wsdl:part@element or wsdl:part@type.
- getDetailBean() - Method in interface com.sun.xml.ws.api.model.CheckedException
-
The detail bean is serialized inside the detail entry in the SOAP message.
- getDetailBean() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getDetailType() - Method in interface com.sun.xml.ws.api.model.CheckedException
-
Gives the
TypeInfoof the detail - getDetailType() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getDF() - Method in class com.sun.xml.ws.encoding.StringDataContentHandler
- getDocumentAddressResolver(PortAddressResolver) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
- getDomain() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getEffectiveInputAction(Packet) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
-
This method gives the Input addressing Action for a message.
- getElementName(Class) - Method in interface com.sun.xml.ws.spi.db.BindingContext
-
Allows to retrieve the element name based on Class.
- getElementName(Object) - Method in interface com.sun.xml.ws.spi.db.BindingContext
-
If the given object is bound to an element in XML by JAXB, returns the element name.
- getElementPropertyAccessor(Class<B>, String, String) - Method in interface com.sun.xml.ws.spi.db.BindingContext
-
Gets a
PropertyAccessorfor the specified element property of the specified wrapper bean class. - getElementQName(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- getElementText() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getElementText() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getElementText() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getElementText(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- getElementTextTrim() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getElementTextTrim() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getEncodedURL(String) - Static method in class com.sun.xml.ws.util.JAXWSUtils
- getEncoding() - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.HasEncodingWriter
- getEncoding() - Method in class com.sun.xml.ws.developer.SerializationFeature
- getEncoding() - Method in interface com.sun.xml.ws.encoding.HasEncoding
- getEncoding() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
- getEncoding() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getEncoding() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getEncoding() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getEncoding(XMLStreamWriter) - Static method in class com.sun.xml.ws.streaming.XMLStreamWriterUtil
-
Gives the encoding with which XMLStreamWriter is created.
- getEndpoint() - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
The created pipeline is used to serve this
WSEndpoint. - getEndpoint() - Method in class com.sun.xml.ws.api.server.Adapter
-
Gets the endpoint that this
Adapteris serving. - getEndpoint() - Method in interface com.sun.xml.ws.api.server.BoundEndpoint
-
The endpoint that was bound.
- getEndpoint() - Method in class com.sun.xml.ws.server.InvokerTube
- getEndpoint() - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
- getEndPointAddressString() - Method in class com.sun.xml.ws.api.message.Packet
-
Deprecated.The programatic acccess should be done via
Packet.endpointAddress. This is for JAX-WS client applications that access this property viaBindingProvider.ENDPOINT_ADDRESS_PROPERTY. - getEndpointBridge(Packet) - Method in interface com.sun.xml.ws.api.databinding.Databinding
-
Deserializes a request XML(SOAP) message to a JavaCallInfo instance representing a JAVA method call.
- getEndpointBridge(Packet) - Method in class com.sun.xml.ws.db.DatabindingImpl
- getEndpointClass() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getEndpointClass() - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGenExtnContext
- getEndpointClass() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getEndpointComponent() - Method in class com.sun.xml.ws.api.server.Adapter
- getEndpointReference(Class<T>, String, String, List<Element>, List<Element>) - Method in class com.sun.xml.ws.api.server.WSEndpoint
- getEndpointReference(Class<T>, String, String, List<Element>, List<Element>) - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getEndpointReference(Class<T>, String, String, Element...) - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Return EndpointReference instance, based on passed parameters and spec version represented by clazz
- getEndpointReference(Class<T>, String, String, Element...) - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getEndpointReference(Class<T>, Element...) - Method in class com.sun.xml.ws.server.AbstractWebServiceContext
- getEndpointReference(Class, String, String, List, List) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getEndpointReference(Class, String, String, Element...) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getEndpointReference(Element...) - Method in class com.sun.xml.ws.server.AbstractWebServiceContext
- getEndpointReferenceExtensions() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getEndpoints() - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointContextImpl
- getEngine() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Returns
Enginefor this endpoint - getEngine() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getEntityResolver() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getEPR() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPort
-
Returns endpoint reference
- getEPRAddress(Packet, WSEndpoint) - Method in interface com.sun.xml.ws.api.server.WebServiceContextDelegate
-
Gets the address of the endpoint.
- getEPRAddress(Packet, WSEndpoint) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getEPRExtension(WSEndpoint, WSEndpointReference.EPRExtension) - Method in class com.sun.xml.ws.api.server.EndpointReferenceExtensionContributor
- getEPRExtension(QName) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Returns the first extensibility element inside EPR root element with input QName.
- getEPRExtensions() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
- getErrorHandler() - Method in class com.sun.xml.ws.developer.SchemaValidationFeature
-
Invalid schema instances are rejected, a SOAP fault message is created for any invalid request and response message.
- getErrors() - Method in exception com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException
-
Returns a read-only list of
InaccessibleWSDLExceptions wrapped in this exception. - getEventType() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getEventType() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getEventType() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getEventType() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getException() - Method in interface com.oracle.webservices.api.databinding.JavaCallInfo
-
Gets the exception of this JavaCallInfo
- getException() - Method in class com.sun.xml.ws.api.databinding.JavaCallInfo
-
Gets the exception of this JavaCallInfo
- getExceptionClass() - Method in interface com.sun.xml.ws.api.model.CheckedException
-
The returned exception class would be userdefined or WSDL exception class.
- getExceptionClass() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getExceptionType() - Method in interface com.sun.xml.ws.api.model.CheckedException
-
Tells whether the exception class is a userdefined or a WSDL exception.
- getExceptionType() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getExpectedContentTypes() - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- getExtension(Class<T>) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
-
Gets the extension that is assignable to the given type.
- getExtensions() - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- getExtensions() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
-
Gets all the
WSDLExtensions added throughWSDLExtensible.addExtension(WSDLExtension). - getExtensions(Class<T>) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
-
Gets all the extensions that is assignable to the given type.
- getExternalMetadatReader(Class<?>, WSBinding) - Static method in class com.sun.xml.ws.server.EndpointFactory
- getFactory() - Method in class com.sun.xml.ws.developer.UsesJAXBContextFeature
-
Gets the
JAXBContextFactoryinstance to be used for creatingJAXBContextfor SEI. - getFastInfosetAcceptable(String) - Method in class com.sun.xml.ws.api.message.Packet
- getFault() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundFault
-
Gives the associated abstract fault from wsdl:portType/wsdl:operation/wsdl:fault.
- getFault(QName) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Gives
WSDLFaultfor the given soap fault detail value. - getFaultAction() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getFaultAction(Packet, Packet) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- getFaultBinding(String) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets
ParameterBindingfor a given wsdl part in wsdl:fault - getFaultInfoGetter() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getFaultMessage() - Method in exception com.sun.xml.ws.api.message.ExceptionHasMessage
-
Returns the exception into a fault Message
- getFaultMessage() - Method in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- getFaultMessageFeatures(QName, QName) - Method in interface com.sun.xml.ws.api.WSBinding
-
Experimental: Returns a list of features associated with
WSBindingthat apply to one of the fault messages of an operation. - getFaultMessageFeatures(QName, QName) - Method in class com.sun.xml.ws.binding.BindingImpl
- getFaultParts() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Map of wsdl:fault part name and the binding as
ParameterBinding - getFaults() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets all the
WSDLFaultbound to this operation. - getFaults() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Gets the
WSDLFaultcorresponding to wsdl:fault of this operation. - getFaultTo() - Method in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- getFaultTo() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Getter for wsa:FaultTo header
WSEndpointReference. - getFaultTo(boolean) - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
- getFaultTo(AddressingVersion, SOAPVersion) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Returns the value of WS-Addressing
FaultToheader. - getFaultTo(MessageHeaders, AddressingVersion, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- getFaultToFromRequest() - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
- getFeature(Annotation) - Static method in class com.sun.xml.ws.binding.WebServiceFeatureList
-
Returns a corresponding feature for a feature annotation(i.e which has
WebServiceFeatureAnnotationmeta annotation) - getFeature(Class<F>) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLFeaturedObject
- getFeature(Class<F>) - Method in interface com.sun.xml.ws.api.WSBinding
-
Gets a
WebServiceFeatureof the specific type. - getFeature(Class<F>) - Method in class com.sun.xml.ws.binding.BindingImpl
- getFeature(String, boolean, boolean) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Gets the
WebServiceFeaturecorresponding to the namespace URI of WS-Addressing policy assertion in the WSDL. - getFeature(WebServiceFeature[], Class<F>) - Static method in class com.sun.xml.ws.binding.WebServiceFeatureList
- getFeatureClass() - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
- getFeatures() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getFeatures() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLFeaturedObject
-
Gets the feature list associated with this object.
- getFeatures() - Method in interface com.sun.xml.ws.api.WSBinding
-
Returns a list of features associated with
WSBinding. - getFeatures() - Method in class com.sun.xml.ws.binding.BindingImpl
- getFeatures() - Method in class com.sun.xml.ws.db.DatabindingImpl
- getField() - Method in class com.sun.xml.ws.spi.db.FieldGetter
- getField() - Method in class com.sun.xml.ws.spi.db.FieldSetter
- getFileOrURL(String) - Static method in class com.sun.xml.ws.util.JAXWSUtils
- getFileOrURLName(String) - Static method in class com.sun.xml.ws.util.JAXWSUtils
- getFiles() - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- getFirst(String) - Method in class com.sun.xml.ws.transport.Headers
-
Returns the first value from the List of String values for the given key (if at least one exists).
- getFirst(String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
-
returns the first value from the List of String values for the given key (if at least one exists).
- getFirstChild(Element, String, String) - Static method in class com.sun.xml.ws.util.DOMUtil
-
Gets the first child of the given name, or null.
- getFirstDetailEntryName() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- getFirstDetailEntryName() - Method in class com.sun.xml.ws.api.message.Message
-
It gives S:Envelope/S:Body/S:Fault/detail 's first child's name.
- getFirstElementChild(Node) - Static method in class com.sun.xml.ws.util.DOMUtil
-
Gets the first element child.
- getFirstHeader(MessageHeaders, QName, boolean, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- getFirstPort() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLService
-
Gets the first
WSDLPortif any, or otherwise null. - getFirstServiceName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
-
Returns the first service QName from insertion order
- getFrom() - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
-
Gets the
wsa:Fromheader. - getFrom() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Getter for wsa:From header
WSEndpointReference. - getGenericType() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- getHaInfo() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getHandlerChain() - Method in interface com.sun.xml.ws.api.WSBinding
- getHandlerChain() - Method in class com.sun.xml.ws.binding.BindingImpl
- getHandlerConfig() - Method in class com.sun.xml.ws.binding.BindingImpl
- getHandlers() - Method in class com.sun.xml.ws.util.HandlerAnnotationInfo
-
Return the handlers specified by the handler chain descriptor.
- getHandlerScopePropertyNames(boolean) - Method in class com.sun.xml.ws.api.message.Packet
-
Gets a
Setthat stores handler-scope properties. - getHeaders() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- getHeaders() - Method in class com.sun.xml.ws.api.message.HeaderList
- getHeaders() - Method in class com.sun.xml.ws.api.message.Message
-
Gets all the headers of this message.
- getHeaders() - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- getHeaders() - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- getHeaders() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- getHeaders(String) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Deprecated.
- getHeaders(String, boolean) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Gets an iteration of headers
Headerin the specified namespace, including duplicates (if any.) - getHeaders(String, boolean) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
-
Get all headers in specified namespace
- getHeaders(String, String) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Deprecated.
- getHeaders(String, String, boolean) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Gets all the
Headers of the specified name, including duplicates (if any.) - getHeaders(String, String, boolean) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- getHeaders(QName, boolean) - Method in class com.sun.xml.ws.api.message.HeaderList
- getHeaders(QName, boolean) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- getHolderValue(Object) - Method in interface com.sun.xml.ws.api.model.Parameter
-
Gets the holder value if applicable.
- getHolderValue(Object) - Method in class com.sun.xml.ws.model.ParameterImpl
-
Gets the holder value if applicable.
- getHolderValueType(T) - Method in class com.sun.xml.ws.model.AbstractWrapperBeanGenerator
-
Returns Holder's value type.
- getID() - Method in class com.oracle.webservices.api.databinding.DatabindingModeFeature
- getID() - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- getID() - Method in class com.oracle.webservices.api.EnvelopeStyleFeature
- getID() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
- getID() - Method in class com.sun.xml.ws.api.ComponentFeature
- getID() - Method in class com.sun.xml.ws.api.ComponentsFeature
- getID() - Method in class com.sun.xml.ws.api.message.SuppressAutomaticWSARequestHeadersFeature
- getID() - Method in class com.sun.xml.ws.api.pipe.SyncStartForAsyncFeature
- getID() - Method in class com.sun.xml.ws.developer.BindingTypeFeature
- getID() - Method in class com.sun.xml.ws.developer.HttpConfigFeature
- getID() - Method in class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
- getID() - Method in class com.sun.xml.ws.developer.SchemaValidationFeature
- getID() - Method in class com.sun.xml.ws.developer.SerializationFeature
- getID() - Method in class com.sun.xml.ws.developer.servlet.HttpSessionScopeFeature
- getID() - Method in class com.sun.xml.ws.developer.StatefulFeature
- getID() - Method in class com.sun.xml.ws.developer.StreamingAttachmentFeature
- getID() - Method in class com.sun.xml.ws.developer.UsesJAXBContextFeature
- getID(AddressingVersion, SOAPVersion) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- getID(AddressingVersion, SOAPVersion) - Method in class com.sun.xml.ws.api.message.Message
-
Deprecated.
- getID(WSBinding) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- getID(WSBinding) - Method in class com.sun.xml.ws.api.message.Message
-
Deprecated.
- getImplClass() - Method in class com.sun.xml.ws.api.server.EndpointData
- getImplementationClass() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gets the application endpoint
Classthat eventually serves the request. - getImplementationClass() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getImplementationClass() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getImports() - Method in interface com.sun.xml.ws.api.server.SDDocument
-
returns the referenced documents
- getImports() - Method in class com.sun.xml.ws.server.SDDocumentImpl
- getInBinding() - Method in interface com.sun.xml.ws.api.model.Parameter
-
Returns the
ParameterBindingassociated with the IN mode - getInBinding() - Method in class com.sun.xml.ws.model.ParameterImpl
- getInboundHeaders() - Method in interface com.sun.xml.ws.developer.WSBindingProvider
- getIndex() - Method in interface com.sun.xml.ws.api.model.Parameter
-
Position of a parameter in the method signature.
- getIndex() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPart
-
Index value is as the order in which the wsdl:part appears inside the input or output wsdl:message.
- getIndex() - Method in class com.sun.xml.ws.model.ParameterImpl
- getIndex(String) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up the index of an attribute by local name.
- getIndex(String) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getIndex(String, String) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up the index of an attribute by URI and local name.
- getIndex(String, String) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getIndex(QName) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up the index of an attribute by QName.
- getIndex(QName) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getInlinedRepeatedElementBridge() - Method in class com.sun.xml.ws.model.ParameterImpl
- getInParts() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
- getInput() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Gets the wsdl:input of this operation
- getInput() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getInput() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Transport's underlying input stream.
- getInputAction() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getInputAction(Packet) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- getInputBinding(String) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets
ParameterBindingfor a given wsdl part in wsdl:input - getInputMessageFeatures(QName) - Method in interface com.sun.xml.ws.api.WSBinding
-
Experimental: Returns a list of features associated with
WSBindingthat apply to the input message of an operation. - getInputMessageFeatures(QName) - Method in class com.sun.xml.ws.binding.BindingImpl
- getInputParametersCount() - Method in class com.sun.xml.ws.model.JavaMethodImpl
-
Deprecated.no longer use in the new architecture
- getInputParts() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Map of wsdl:input part name and the binding as
ParameterBinding - getInputStream() - Method in class com.sun.xml.ws.encoding.DataHandlerDataSource
-
Returns an
InputStreamrepresenting this object. - getInputStream() - Method in class com.sun.xml.ws.util.ByteArrayDataSource
- getInstance() - Static method in class com.sun.xml.ws.api.server.ContainerResolver
-
Returns the container resolver which can be used to get client's
Container. - getInstance() - Static method in class com.sun.xml.ws.server.EndpointFactory
- getInternalContentType() - Method in class com.sun.xml.ws.api.message.Packet
- getInternalMessage() - Method in class com.sun.xml.ws.api.message.Packet
- getInvalidMapDetail(QName, Element) - Method in class com.sun.xml.ws.addressing.v200408.WsaTubeHelperImpl
- getInvalidMapDetail(QName, Element) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- getInvalidMapDetail(QName, Element) - Method in class com.sun.xml.ws.addressing.WsaTubeHelperImpl
- getInvalidMapText() - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Gets the description text when a header representing a WS-Addressing Message Addressing Property is invalid and cannot be processed.
- getInvoker(Packet) - Method in class com.sun.xml.ws.server.InvokerTube
-
Returns the
Invokerobject that serves the request. - getItemType() - Method in class com.sun.xml.ws.model.ParameterImpl
- getItemType() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- getIterableSPI(Class<E>) - Method in class com.sun.xml.ws.api.server.Container
- getIterableSPI(Class<S>) - Method in interface com.sun.xml.ws.api.ComponentEx
-
Gets an iterator of implementations of the specified SPI.
- getJavaMethod() - Method in interface com.sun.xml.ws.api.model.WSDLOperationMapping
- getJavaMethod(Method) - Method in interface com.sun.xml.ws.api.model.SEIModel
-
This method will be useful to get the
JavaMethodcorrrespondiong to aMethod- such as on the client side. - getJavaMethod(Method) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getJavaMethod(QName) - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Gives a
JavaMethodfor a givenQName. - getJavaMethod(QName) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getJavaMethodForWsdlOperation(QName) - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Gives the JavaMethod associated with the wsdl operation
- getJavaMethodForWsdlOperation(QName) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getJavaMethods() - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Gives all the
JavaMethodfor a wsdl:port for which thisSEIModelis created. - getJavaMethods() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getJAXBContext() - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Deprecated.Why do you need this?
- getJAXBContext() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
-
Deprecated.
- getJAXBContext() - Method in interface com.sun.xml.ws.spi.db.BindingContext
- getKey() - Method in class com.sun.xml.ws.api.ha.HaInfo
- getKey() - Method in exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
- getKindString() - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Returns
NextAction.kindin a human readable string, to assist debugging. - getKnownHeaders() - Method in interface com.sun.xml.ws.api.WSBinding
-
Returns set of header QNames known to be supported by this binding.
- getKnownHeaders() - Method in class com.sun.xml.ws.binding.BindingImpl
- getKnownHeaders() - Method in class com.sun.xml.ws.model.SOAPSEIModel
- getKnownNamespaceURIs() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getKnownNamespaceURIs() - Method in interface com.sun.xml.ws.spi.db.BindingContext
-
Gets the namespace URIs statically known to this
JAXBContext. - getLength() - Method in interface com.sun.xml.ws.streaming.Attributes
-
Return the number of attributes in the list.
- getLength() - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getLineNumber() - Method in class com.sun.xml.ws.util.xml.DummyLocation
- getLocalizerFor(ServletRequest) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
- getLocalName() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
-
Return an element's local name.
- getLocalName() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getLocalName() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getLocalName(int) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up an attribute's local name by index.
- getLocalName(int) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getLocalPart() - Method in interface com.sun.xml.ws.api.message.Header
-
Gets the local name of this header element.
- getLocalPart() - Method in class com.sun.xml.ws.message.stream.OutboundStreamHeader
- getLocalPart() - Method in class com.sun.xml.ws.message.stream.StreamHeader
- getLocalPart(String) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- getLocation() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLObject
-
Gets the source location information in the parsed WSDL.
- getLocation() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getLocation() - Method in exception com.sun.xml.ws.util.exception.LocatableWebServiceException
-
Locations related to this exception.
- getLocation() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getLocation() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getLocationFor(String, String) - Method in interface com.sun.xml.ws.wsdl.writer.DocumentLocationResolver
-
Produces a relative reference from one document to another.
- getManagedObjectManager() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Get the ManagedObjectManager for this endpoint.
- getManagedObjectManager() - Method in interface com.sun.xml.ws.developer.WSBindingProvider
-
Get the ManagedObjectManager for this provider.
- getManagedObjectManager() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getManagedObjectManager() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
-
Returns a real instance of
ManagedObjectManager - getMandatoryAttribute(XMLStreamReader, Attributes, String) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- getMandatoryAttribute(XMLStreamReader, String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- getMandatoryNonEmptyAttribute(XMLStreamReader, Attributes, String) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- getMandatoryNonEmptyAttribute(XMLStreamReader, String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- getMandatoryNonEmptyAttribute(XMLStreamReader, String) - Static method in class com.sun.xml.ws.wsdl.parser.ParserUtil
- getMappingInfo() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getMapRequiredDetail(QName, Element) - Method in class com.sun.xml.ws.addressing.v200408.WsaTubeHelperImpl
- getMapRequiredDetail(QName, Element) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- getMapRequiredDetail(QName, Element) - Method in class com.sun.xml.ws.addressing.WsaTubeHelperImpl
- getMapRequiredText() - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Gets the description text when a required WS-Addressing header representing a Message Addressing Property is absent.
- getMarshallerPool() - Method in interface com.sun.xml.ws.api.model.SEIModel
- getMarshallerPool() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getMatchingPort(QName) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLService
-
Gets the first port in this service which matches the portType
- getMBeanServer() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getMEP() - Method in interface com.sun.xml.ws.api.model.JavaMethod
- getMEP() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getMessage() - Method in class com.sun.xml.ws.api.message.Packet
-
Gets the last
Messageset throughPacket.setMessage(Message). - getMessage() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLFault
-
Gives the WSDLMessage corresponding to wsdl:fault@message This method should not be called before the entire WSDLModel is built.
- getMessage() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLInput
-
Gives the WSDLMessage corresponding to wsdl:input@message
- getMessage() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOutput
-
Gives the WSDLMessage corresponding to wsdl:output@message
- getMessage() - Method in exception com.sun.xml.ws.developer.ServerSideException
- getMessage() - Method in exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
- getMessage(QName) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
-
Returns the message with the given QName
- getMessageContext() - Method in class com.sun.xml.ws.server.AbstractWebServiceContext
- getMessageContextFactory() - Method in interface com.sun.xml.ws.api.databinding.Databinding
- getMessageContextFactory() - Method in interface com.sun.xml.ws.api.WSBinding
- getMessageContextFactory() - Method in class com.sun.xml.ws.binding.BindingImpl
- getMessageContextFactory() - Method in class com.sun.xml.ws.db.DatabindingImpl
- getMessageFactory() - Method in enum com.sun.xml.ws.api.SOAPVersion
- getMessageFactory() - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
- getMessageId() - Method in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- getMessageId() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
- getMessageID() - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
-
Gets the
wsa:MessageIDheader content as String. - getMessageID(AddressingVersion, SOAPVersion) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Returns the value of WS-Addressing
MessageIDheader. - getMessageID(MessageHeaders, AddressingVersion, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- getMessageIdFromRequest() - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
- getMessageName() - Method in interface com.sun.xml.ws.api.model.CheckedException
-
Gives the wsdl:portType/wsdl:operation/wsdl:fault@message value - that is the wsdl:message referenced by wsdl:fault
- getMessageName() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getMessages() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
-
Gives a
Mapof wsdl:message qualified name andcom.sun.xml.ws.api.model.wsdl.WSDLMesage - getMetadata() - Method in class com.sun.xml.ws.developer.EPRRecipe
-
Gets all the metadata added so far.
- getMetaData() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Parses the metadata inside this EPR and obtains it in a easy-to-process form.
- getMetadataClosure(String, SDDocumentResolver, boolean) - Static method in class com.sun.xml.ws.util.MetadataUtil
-
Gets closure of all the referenced documents from the primary document(typically the service WSDL).
- getMetadataReader() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getMetadataReader(ClassLoader, boolean) - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- getMethod() - Method in interface com.oracle.webservices.api.databinding.JavaCallInfo
-
Gets the method of this JavaCallInfo
- getMethod() - Method in interface com.sun.xml.ws.api.databinding.ClientCallBridge
- getMethod() - Method in class com.sun.xml.ws.api.databinding.JavaCallInfo
-
Gets the method of this JavaCallInfo
- getMethod() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
On the server side, it uses this for invocation of the web service
- getMethod() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getMethod() - Method in class com.sun.xml.ws.spi.db.MethodGetter
- getMethod() - Method in class com.sun.xml.ws.spi.db.MethodSetter
- getMethod(SEIModel) - Method in class com.sun.xml.ws.api.message.Message
-
Deprecated.
- getMimeHeaders() - Method in interface com.sun.xml.ws.api.message.AttachmentEx
-
Iterator of custom MIME headers associated with this attachment
- getMimeMultipartParser() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getMimeRootCodec(Packet) - Method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- getMimeType() - Method in class com.sun.xml.ws.api.model.ParameterBinding
-
Returns the MIME type associated with this binding.
- getMimeType() - Method in interface com.sun.xml.ws.api.pipe.Codec
-
Get the MIME type associated with this Codec.
- getMimeType() - Method in class com.sun.xml.ws.encoding.SOAPBindingCodec
- getMimeType() - Method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- getMimeTypeForFaultPart(String) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets the MIME type for a given wsdl part in wsdl:fault
- getMimeTypeForInputPart(String) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets the MIME type for a given wsdl part in wsdl:input
- getMimeTypeForOutputPart(String) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets the MIME type for a given wsdl part in wsdl:output
- getMode() - Method in class com.oracle.webservices.api.databinding.DatabindingModeFeature
- getMode() - Method in interface com.sun.xml.ws.api.model.Parameter
- getMode() - Method in class com.sun.xml.ws.model.ParameterImpl
- getModel() - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGenExtnContext
- getModel() - Method in class com.sun.xml.ws.db.DatabindingImpl
- getMtomAcceptable() - Method in class com.sun.xml.ws.api.message.Packet
- getMtomAttachments() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
- getMtomFeature() - Method in class com.sun.xml.ws.api.message.Packet
- getMtomRequest() - Method in class com.sun.xml.ws.api.message.Packet
- getName() - Method in interface com.oracle.webservices.api.message.BasePropertySet.Accessor
- getName() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Gets the QName of the EndpointReference element.
- getName() - Method in interface com.sun.xml.ws.api.message.AttachmentEx.MimeHeader
-
MIME header name
- getName() - Method in interface com.sun.xml.ws.api.model.Parameter
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundFault
-
Gives the wsdl:binding/wsdl:operation/wsdl:fault@name value
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Short-cut for
getOperation().getName() - getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Gets the name of the wsdl:binding@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLExtension
-
Gets the qualified name of the WSDL extensibility element or attribute.
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLFault
-
Gives wsdl:fault@name value
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLInput
-
Gives the wsdl:portType/wsdl:operation/wsdl:input@name
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLMessage
-
Gives wsdl:message@name value.
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Gets the name of the wsdl:portType/wsdl:operation@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOutput
-
Gives the wsdl:portType/wsdl:operation/wsdl:output@name
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPart
-
Gets wsdl:part@name attribute value.
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPort
-
Gets wsdl:port@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPortType
-
Gets the name of the wsdl:portType@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.
- getName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLService
-
Gets the name of the wsdl:service@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.
- getName() - Method in class com.sun.xml.ws.encoding.DataHandlerDataSource
-
Returns the name of this object.
- getName() - Method in class com.sun.xml.ws.model.ParameterImpl
- getName() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
-
Return an element's qname.
- getName() - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
-
Gets the name of the endpoint as given in the sun-jaxws.xml deployment descriptor.
- getName() - Method in class com.sun.xml.ws.util.ByteArrayDataSource
- getName() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getName() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getName(int) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up an attribute's QName by index.
- getName(int) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getNamespace() - Method in class com.sun.xml.ws.api.server.EndpointData
- getNamespace(String) - Static method in class com.sun.xml.ws.model.RuntimeModeler
-
gets the namespace
Stringfor a givenpackageName - getNamespaceContext() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
- getNamespaceContext() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getNamespaceContext() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getNamespaceContext() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getNamespaceContext() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getNamespaceContext() - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- getNamespaceCount() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getNamespaceCount() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getNamespaceCount() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getNamespacePrefix(int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getNamespacePrefix(int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getNamespacePrefix(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getNamespaceURI() - Method in interface com.sun.xml.ws.api.message.Header
-
Gets the namespace URI of this header element.
- getNamespaceURI() - Method in class com.sun.xml.ws.message.stream.OutboundStreamHeader
- getNamespaceURI() - Method in class com.sun.xml.ws.message.stream.StreamHeader
- getNamespaceURI() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getNamespaceURI() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getNamespaceURI() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getNamespaceURI() - Method in class com.sun.xml.ws.wsdl.parser.MemberSubmissionAddressingWSDLParserExtension
- getNamespaceURI() - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingMetadataWSDLParserExtension
- getNamespaceURI() - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- getNamespaceURI(int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getNamespaceURI(int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getNamespaceURI(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getNamespaceURI(String) - Method in class com.sun.xml.ws.encoding.TagInfoset
- getNamespaceURI(String) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
-
This method is not particularly fast, but shouldn't be called very often.
- getNamespaceURI(String) - Method in class com.sun.xml.ws.util.xml.NamespaceContextExAdaper
- getNamespaceURI(String) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite.ElemInfo
- getNamespaceURI(String) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getNamespaceURI(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getNext() - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Returns the next tube
- getNonAnonymousResponseProcessor() - Method in class com.sun.xml.ws.transport.http.HttpAdapter
- getNonEmptyAttribute(XMLStreamReader, Attributes, String) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- getNonEmptyAttribute(XMLStreamReader, String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- getNoneUri() - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Deprecated.
- getNoPoolProperty(String) - Static method in class com.sun.xml.ws.util.MrJarUtil
-
Get property used for enabling instance pooling of xml readers / writers.
- getNotUnderstoodExtensions() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible
-
Lists extensions marked as not understood
- getNotUnderstoodHeaders(Set<String>, Set<QName>, WSBinding) - Method in class com.sun.xml.ws.api.message.HeaderList
- getNotUnderstoodHeaders(Set<String>, Set<QName>, WSBinding) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
-
Returns a Set of QNames of headers that satisfy ALL the following conditions: (a) Have mustUnderstand = true (b) have NOT been explicitly marked as understood (c) If roles argument is non-null, the header has isIgnorable = false for the roles argument and SOAP version (d) If non-null binding is passed in, are NOT understood by the binding (e) If (d) is met, the header is NOT in the knownHeaders list passed in
- getNsUri() - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Deprecated.
- getObject(ObjectName) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getObjectName(Object) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getObjectRegistrationManager() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getOne() - Method in class com.sun.xml.ws.util.QNameMap
-
Returns one random item in the map.
- getOperation() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets the wsdl:portType/wsdl:operation model -
WSDLOperation, associated with this binding operation. - getOperation() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLFault
-
Gives the owning
WSDLOperation - getOperation() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLInput
-
Gives the owning
WSDLOperation - getOperation() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOutput
-
Gives the owning
WSDLOperation - getOperation() - Method in class com.sun.xml.ws.model.JavaMethodImpl
-
Deprecated.
- getOperation(WSDLBoundPortType) - Method in class com.sun.xml.ws.api.message.Message
-
Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, Use
Packet.getWSDLOperation()to get it correctly.This method works only for a request. A pipe can determine an operation for a request, and then keep it in a local variable to use it with a response, so there should be no need to find out operation from a response (besides, there might not be any response!).
- getOperation(WSDLPort) - Method in class com.sun.xml.ws.api.message.Message
-
Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, Use
Packet.getWSDLOperation()to get it correctly. - getOperation(String, String) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Gets the bound operation in this port for a tag name.
- getOperationDispatcher() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Nullable when there is no associated WSDL Model
- getOperationDispatcher() - Method in class com.sun.xml.ws.server.WSEndpointImpl
-
Nullable when there is no associated WSDL Model
- getOperationDispatcher() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getOperationFeature(Class<F>, QName) - Method in interface com.sun.xml.ws.api.WSBinding
-
Experimental: Gets a
WebServiceFeatureof the specific type that applies to an operation. - getOperationFeature(Class<F>, QName) - Method in class com.sun.xml.ws.binding.BindingImpl
- getOperationFeatures(QName) - Method in interface com.sun.xml.ws.api.WSBinding
-
Experimental: Returns a list of features associated with
WSBindingthat apply to a particular operation. - getOperationFeatures(QName) - Method in class com.sun.xml.ws.binding.BindingImpl
- getOperationModel() - Method in interface com.sun.xml.ws.api.databinding.ClientCallBridge
- getOperationModel() - Method in interface com.sun.xml.ws.api.databinding.EndpointCallBridge
- getOperationName() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
Gives the wsdl:operation@name value
- getOperationName() - Method in interface com.sun.xml.ws.api.model.WSDLOperationMapping
-
WSDL1.1 allows operation overloading on the operation name; the operation name should NOT be used as identifier of the operation.
- getOperationName() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getOperationQName() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getOperations() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPortType
-
Gets
Iterable<WSDLOperation> - getOperationSignature() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getOutBinding() - Method in interface com.sun.xml.ws.api.model.Parameter
-
Returns the
ParameterBindingassociated with the OUT mode - getOutBinding() - Method in class com.sun.xml.ws.model.ParameterImpl
- getOutParts() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
- getOutput() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Gets the wsdl:output of this operation.
- getOutput() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getOutput() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Transport's underlying output stream
- getOutputAction() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getOutputAction(Packet) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- getOutputBinding(String) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets
ParameterBindingfor a given wsdl part in wsdl:output - getOutputMessageFeatures(QName) - Method in interface com.sun.xml.ws.api.WSBinding
-
Experimental: Returns a list of features associated with
WSBindingthat apply to the output message of an operation. - getOutputMessageFeatures(QName) - Method in class com.sun.xml.ws.binding.BindingImpl
- getOutputParts() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Map of wsdl:output part name and the binding as
ParameterBinding - getOutputStream() - Method in class com.sun.xml.ws.encoding.DataHandlerDataSource
-
Returns the
OutputStreamfor this object. - getOutputStream() - Method in class com.sun.xml.ws.util.ByteArrayDataSource
- getOutputStream(XMLStreamWriter) - Static method in class com.sun.xml.ws.streaming.XMLStreamWriterUtil
-
Gives the underlying stream for XMLStreamWriter.
- getOwner() - Method in interface com.sun.xml.ws.api.model.CheckedException
-
Gets the root
SEIModelthat owns this model. - getOwner() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
Gets the root
SEIModelthat owns this model. - getOwner() - Method in interface com.sun.xml.ws.api.model.Parameter
-
Gets the root
SEIModelthat owns this model. - getOwner() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Gets the
WSDLModelthat owns this port type. - getOwner() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPort
-
Gets the
WSDLServicethat owns this port. - getOwner() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getOwner() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getOwner() - Method in class com.sun.xml.ws.model.ParameterImpl
- getPacket() - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Gets the current
Packetassociated with this fiber. - getPacket() - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Returns the last Packet
- getParameter(String) - Method in class com.sun.xml.ws.encoding.ContentType
-
Return the specified parameter value.
- getParameter(String, String) - Method in class com.sun.xml.ws.api.BindingID
-
Returns a parameter of this binding ID.
- getParameterAnnotations(Method) - Method in interface com.sun.xml.ws.api.databinding.MetadataReader
- getParameterAnnotations(Method) - Method in class com.sun.xml.ws.model.ExternalMetadataReader
- getParameterAnnotations(Method) - Method in class com.sun.xml.ws.model.ReflectAnnotationReader
- getParameterList() - Method in class com.sun.xml.ws.encoding.ContentType
-
Return a ParameterList object that holds all the available parameters.
- getParameterOrder() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Returns parameter order
- getParameters() - Method in interface com.oracle.webservices.api.databinding.JavaCallInfo
-
Gets the parameters of this JavaCallInfo
- getParameters() - Method in class com.sun.xml.ws.api.databinding.JavaCallInfo
-
Gets the parameters of this JavaCallInfo
- getParent() - Method in interface com.sun.xml.ws.api.model.CheckedException
-
Gets the parent
JavaMethodto which this checked exception belongs. - getParent() - Method in interface com.sun.xml.ws.api.model.Parameter
-
Gets the parent
JavaMethodto which this parameter belongs. - getParent() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLService
-
Gets the
WSDLModelthat owns this service. - getParent() - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- getParent() - Method in class com.sun.xml.ws.model.ParameterImpl
- getParentCollectionType() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- getPart(String, WebParam.Mode) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets
WSDLPartfor the given wsdl:input or wsdl:output part - getPartName() - Method in interface com.sun.xml.ws.api.model.Parameter
-
Gives the wsdl:part@name value
- getPartName() - Method in class com.sun.xml.ws.model.ParameterImpl
- getPath() - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointHttpContext
- getPathInfo() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getPathInfo() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Extra portion of the request URI after the end of the expected address of the service but before the query string
- getPayloadLocalPart() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- getPayloadLocalPart() - Method in class com.sun.xml.ws.api.message.Message
-
Gets the local name of the payload element.
- getPayloadLocalPart() - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- getPayloadLocalPart() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- getPayloadNamespaceURI() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- getPayloadNamespaceURI() - Method in class com.sun.xml.ws.api.message.Message
-
Gets the namespace URI of the payload element.
- getPayloadNamespaceURI() - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- getPayloadNamespaceURI() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- getPayloadQName() - Method in interface com.sun.xml.ws.api.message.StreamingSOAP
- getPayloadQName() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- getPCDATA() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getPCDATA() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getPermissions(CodeSource) - Method in class com.sun.xml.ws.util.MethodUtil
- getPIData() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getPIData() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getPIData() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getPITarget() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getPITarget() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getPITarget() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getPolicyMap() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
-
Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months.
- getPolicyMap() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months.
- getPolicyMap() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getPolicyMap() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getPolicyResolver() - Method in interface com.sun.xml.ws.api.wsdl.parser.WSDLParserExtensionContext
-
Provides the PolicyResolver
- getPool() - Method in class com.sun.xml.ws.api.server.Adapter
-
Returns a reference to the pool of Toolkits for this adapter.
- getPort() - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Gets the
WSDLPortthat represents the port that this SEI binds to. - getPort() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gets the port that this endpoint is serving.
- getPort() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getPort() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getPort() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getPort(WSEndpointReference, Class<T>, WebServiceFeature...) - Method in class com.sun.xml.ws.api.WSService
-
Works like
ServiceDelegate.getPort(EndpointReference, Class, WebServiceFeature...)but takesWSEndpointReference. - getPort(Service, Class<T>, WebServiceFeature...) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates a proxy that can be used to talk to this EPR.
- getPortAddressResolver(String) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
- getPortInfo() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
The pipeline is created for this
WSPortInfo. - getPortInfo() - Method in interface com.sun.xml.ws.developer.WSBindingProvider
- getPortName() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference.Metadata
- getPortName() - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- getPortName() - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Value of the wsdl:port name associated with the
SEIModel - getPortName() - Method in class com.sun.xml.ws.api.server.EndpointData
- getPortName() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gets the application endpoint's portName.
- getPortName() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getPortName() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getPortName() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getPortName() - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
-
Convenient method to return a port name from
WSEndpoint. - getPortName(Class<?>, MetadataReader, String) - Static method in class com.sun.xml.ws.model.RuntimeModeler
- getPortName(Class<?>, MetadataReader, String, boolean) - Static method in class com.sun.xml.ws.model.RuntimeModeler
- getPortName(Class<?>, String) - Static method in class com.sun.xml.ws.model.RuntimeModeler
-
gets the
wsdl:portNamefor a given implementation class - getPortName(Class<?>, String, boolean) - Static method in class com.sun.xml.ws.model.RuntimeModeler
- getPorts() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLService
-
Gives all the
WSDLPortin a wsdl:serviceWSDLService - getPortType() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Gets the
WSDLPortTypeassociated with the wsdl:binding - getPortType(QName) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
-
Gets
WSDLPortTypethat modelswsdl:portType - getPortTypeName() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference.Metadata
- getPortTypeName() - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Value of wsdl:portType bound to the port associated with the
SEIModel - getPortTypeName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Gets the wsdl:binding@type value, same as
WSDLPortType.getName() - getPortTypeName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Gives the enclosing wsdl:portType@name attribute value.
- getPortTypeName() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getPortTypeName(Class<?>) - Static method in class com.sun.xml.ws.model.RuntimeModeler
-
Gives portType QName from implementatorClass or SEI
- getPortTypeName(Class<?>, MetadataReader) - Static method in class com.sun.xml.ws.model.RuntimeModeler
- getPortTypeName(Class<?>, String, MetadataReader) - Static method in class com.sun.xml.ws.model.RuntimeModeler
- getPortTypes() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
- getPrefix() - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
- getPrefix() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getPrefix() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getPrefix() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getPrefix(int) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up an attribute's prefix by index.
- getPrefix(int) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getPrefix(String) - Method in class com.sun.xml.ws.encoding.TagInfoset
- getPrefix(String) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getPrefix(String) - Method in interface com.sun.xml.ws.streaming.PrefixFactory
-
Return a brand new prefix for the given URI.
- getPrefix(String) - Method in class com.sun.xml.ws.streaming.PrefixFactoryImpl
- getPrefix(String) - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Return one of the prefixes mapped to a Namespace URI.
- getPrefix(String) - Method in class com.sun.xml.ws.util.xml.NamespaceContextExAdaper
- getPrefix(String) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite.ElemInfo
- getPrefix(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- getPrefix(String) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- getPrefixes() - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Return an enumeration of all prefixes currently declared.
- getPrefixes(String) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getPrefixes(String) - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Return an enumeration of all prefixes currently declared for a URI.
- getPrefixes(String) - Method in class com.sun.xml.ws.util.xml.NamespaceContextExAdaper
- getPrefixes(String) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite.ElemInfo
- getPrimary() - Method in interface com.sun.xml.ws.api.server.ServiceDefinition
-
Gets the "primary"
SDDocumentthat represents a WSDL. - getPrimary() - Method in class com.sun.xml.ws.server.ServiceDefinitionImpl
- getPrimaryType() - Method in class com.sun.xml.ws.encoding.ContentType
-
Return the primary type.
- getProblemActionDetail(String, Element) - Method in class com.sun.xml.ws.addressing.v200408.WsaTubeHelperImpl
- getProblemActionDetail(String, Element) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- getProblemActionDetail(String, Element) - Method in class com.sun.xml.ws.addressing.WsaTubeHelperImpl
- getProperties() - Method in class com.oracle.webservices.api.databinding.DatabindingModeFeature
- getProperties(Map<String, Object>, Class<?>) - Method in interface com.sun.xml.ws.api.databinding.MetadataReader
- getProperties(Map<String, Object>, Class<?>) - Method in class com.sun.xml.ws.model.ExternalMetadataReader
- getProperties(Map<String, Object>, Class<?>) - Method in class com.sun.xml.ws.model.ReflectAnnotationReader
- getProperties(Map<String, Object>, Method) - Method in interface com.sun.xml.ws.api.databinding.MetadataReader
- getProperties(Map<String, Object>, Method) - Method in class com.sun.xml.ws.model.ExternalMetadataReader
- getProperties(Map<String, Object>, Method) - Method in class com.sun.xml.ws.model.ReflectAnnotationReader
- getProperties(Map<String, Object>, Method, int) - Method in interface com.sun.xml.ws.api.databinding.MetadataReader
- getProperties(Map<String, Object>, Method, int) - Method in class com.sun.xml.ws.model.ExternalMetadataReader
- getProperties(Map<String, Object>, Method, int) - Method in class com.sun.xml.ws.model.ReflectAnnotationReader
- getProperty(String) - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
- getProperty(String) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getProperty(String) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getProperty(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getProperty(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- getPropertyAccessor(String, String) - Method in class com.sun.xml.ws.spi.db.JAXBWrapperAccessor
- getPropertyAccessor(String, String) - Method in class com.sun.xml.ws.spi.db.WrapperAccessor
- getPropertyGetter(QName) - Method in class com.sun.xml.ws.spi.db.WrapperAccessor
- getPropertyMap() - Method in class com.oracle.webservices.api.message.BasePropertySet
-
Map representing the Fields and Methods annotated with
PropertySet.Property. - getPropertyMap() - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
- getPropertyMap() - Method in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- getPropertyMap() - Method in class com.sun.xml.ws.api.message.Packet
- getPropertyMap() - Method in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- getPropertyMap() - Method in class com.sun.xml.ws.api.PropertySet
-
Deprecated.
- getPropertyMap() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getPropertyName() - Method in exception com.oracle.webservices.api.message.ReadOnlyPropertyException
-
Gets the name of the property that was read-only.
- getPropertySet(T) - Method in class com.sun.xml.ws.api.server.AbstractServerAsyncTransport
-
If there are any properties associated with the connection, those will be added to
Packet - getPropertySetter(QName) - Method in class com.sun.xml.ws.spi.db.WrapperAccessor
- getProtocol() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getProtocol() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Subclasses are expected to override
- getPublicId() - Method in class com.sun.xml.ws.util.xml.DummyLocation
- getQName() - Method in class com.sun.xml.ws.addressing.WSEPRExtension
- getQName() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference.EPRExtension
- getQName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundFault
-
Gives the qualified name associated with the fault.
- getQName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLFault
-
Gives qualified name of the wsdl:fault 'name' attribute value.
- getQName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLInput
-
Gives qualified name of the wsdl:input 'name' attribute value.
- getQName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOutput
-
Gives qualified name of the wsdl:output 'name' attribute value.
- getQName() - Method in class com.sun.xml.ws.api.server.EndpointReferenceExtensionContributor
- getQName(XMLStreamReader, String) - Static method in class com.sun.xml.ws.wsdl.parser.ParserUtil
- getQNameAttribute(Attributes, String) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- getQNameAttribute(XMLStreamReader, String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- getQNameForJM(JavaMethodImpl) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
-
Deprecated.
- getQueryString() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getQueryString() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
HTTP Query string, such as "foo=bar", or null if none exists.
- getRawData() - Method in class com.sun.xml.ws.util.ByteArrayBuffer
-
Gets the underlying buffer that this
ByteArrayBufferuses. - getReader() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- getReferenceParameters() - Method in class com.sun.xml.ws.api.message.Packet
-
Gives a list of Reference Parameters in the Message
- getReferenceParameters() - Method in class com.sun.xml.ws.developer.EPRRecipe
-
Gets all the reference parameters added so far.
- getRelatesTo() - Method in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- getRelatesTo(AddressingVersion, SOAPVersion) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Returns the value of WS-Addressing
RelatesToheader. - getRelatesTo(MessageHeaders, AddressingVersion, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- getRelatesToID() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Getter for MessageID for wsa:RelatesTo header.
- getRelativeAddressFor(SDDocument, SDDocument) - Method in interface com.sun.xml.ws.api.server.DocumentAddressResolver
-
Produces a relative reference from one document to another.
- getReplicaInstance() - Method in class com.sun.xml.ws.api.ha.HaInfo
- getReplyTo() - Method in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- getReplyTo() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Getter for wsa:ReplyTo header
WSEndpointReference. - getReplyTo(boolean) - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
- getReplyTo(AddressingVersion, SOAPVersion) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Returns the value of WS-Addressing
ReplyToheader. - getReplyTo(MessageHeaders, AddressingVersion, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- getReplyToFromRequest() - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
- getRequest() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getRequestAttribute(String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getRequestAttribute(String) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Gets request metadata attribute
- getRequestHeader(String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getRequestHeader(String) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Gets an HTTP request header.
- getRequestHeaderNames() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getRequestHeaderNames() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Deprecated.This is a potentially expensive operation. Programs that want to access HTTP headers should consider using other methods such as
WSHTTPConnection.getRequestHeader(String). - getRequestHeaders() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getRequestHeaders() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Deprecated.This is a potentially expensive operation. Programs that want to access HTTP headers should consider using other methods such as
WSHTTPConnection.getRequestHeader(String). - getRequestHeaderValues(String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getRequestHeaderValues(String) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Gets an HTTP request header.
- getRequestMessageName() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
Gives the request wsdl:message@name value
- getRequestMessageName() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getRequestMethod() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getRequestMethod() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
HTTP request method, such as "GET" or "POST".
- getRequestNamespace() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets the namespace of request payload.
- getRequestPacket() - Method in interface com.sun.xml.ws.api.server.WSWebServiceContext
-
Obtains the request packet that is being processed.
- getRequestParameters() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getRequestPayloadName() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
Gives soap:Body's first child's name for request message.
- getRequestPayloadName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets the payload QName of the request message.
- getRequestPayloadName() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getRequestScheme() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getRequestScheme() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Requested scheme, e.g.
- getRequestURI() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getRequestURI() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Requested path.
- getRequestURL() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getResource(String) - Method in class com.sun.xml.ws.api.ResourceLoader
-
Returns the actual location of the resource from the 'resource' arg that represents a virtual locaion of a file understood by a container.
- getResource(String) - Method in interface com.sun.xml.ws.transport.http.ResourceLoader
-
Returns the actual location of the resource from the 'path' that represents a virtual locaion of a file inside a web application.
- getResource(String) - Method in interface com.sun.xml.ws.transport.httpspi.servlet.ResourceLoader
-
Returns the actual location of the resource from the 'path' that represents a virtual locaion of a file inside a web application.
- getResource(String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.ServletResourceLoader
- getResourceBundle() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getResourceBundle(Locale) - Method in exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
- getResourceBundleName() - Method in exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
- getResourceInjector(WSEndpoint) - Static method in class com.sun.xml.ws.api.server.AbstractInstanceResolver
- getResourceNames() - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- getResourcePaths(String) - Method in interface com.sun.xml.ws.transport.http.ResourceLoader
-
Returns the list of files in the given directory.
- getResourcePaths(String) - Method in interface com.sun.xml.ws.transport.httpspi.servlet.ResourceLoader
-
Returns the list of files in the given directory.
- getResourcePaths(String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.ServletResourceLoader
- getResponse() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getResponseHeaders() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getResponseHeaders() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
- getResponseMessageName() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
Gives the response wsdl:messageName value
- getResponseMessageName() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getResponseNamespace() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets the namespace of response payload.
- getResponsePacket() - Method in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- getResponseParameters() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getResponsePayloadName() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
Gives soap:Body's first child's name for response message.
- getResponsePayloadName() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gets the payload QName of the response message.
- getResponsePayloadName() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getReturnValue() - Method in interface com.oracle.webservices.api.databinding.JavaCallInfo
-
Gets the returnValue of this JavaCallInfo
- getReturnValue() - Method in class com.sun.xml.ws.api.databinding.JavaCallInfo
-
Gets the returnValue of this JavaCallInfo
- getRole(SOAPVersion) - Method in interface com.sun.xml.ws.api.message.Header
-
Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).
- getRole(SOAPVersion) - Method in class com.sun.xml.ws.message.stream.StreamHeader
- getRoles() - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
- getRoles() - Method in class com.sun.xml.ws.util.HandlerAnnotationInfo
-
Return the roles contained in the handler chain descriptor.
- getRoot() - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGenExtnContext
- getRoot() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getRootId() - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- getRootName() - Method in interface com.sun.xml.ws.api.server.SDDocument
-
Gets the root tag name of this document.
- getRootName() - Method in class com.sun.xml.ws.server.SDDocumentImpl
- getRootPart() - Method in class com.sun.xml.ws.encoding.MimeMultipartParser
-
Parses the stream and returns the root part.
- getSAAJFactory() - Method in class com.sun.xml.ws.api.message.Packet
- getSafeType(T) - Method in class com.sun.xml.ws.model.AbstractWrapperBeanGenerator
- getSatellite(Class<T>) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- getSatellite(Class<T>) - Method in interface com.oracle.webservices.api.message.DistributedPropertySet
- getSatellites() - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- getSatellites() - Method in interface com.oracle.webservices.api.message.DistributedPropertySet
- getSchemaOutput(String, Holder<String>) - Method in interface com.oracle.webservices.api.databinding.WSDLResolver
-
Create a Result object into which schema doc is to be generated.
- getSchemas() - Method in class com.sun.xml.ws.api.wsdl.parser.ServiceDescriptor
-
Gives list of schemas.
- getScope() - Method in enum com.sun.xml.ws.api.server.LazyMOMProvider
- getScope(String) - Method in class com.sun.xml.ws.server.EndpointMessageContextImpl
- getSEI() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
The SEI class for the endpoint
- getSEIMethod() - Method in interface com.sun.xml.ws.api.model.JavaMethod
-
This should be used if you want to access annotations on WebMethod Returns the SEI method if there is one.
- getSEIMethod() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getSEIModel() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
The created pipeline will use seiModel to get java concepts for the endpoint
- getSEIModel() - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
The created pipeline will use seiModel to get java concepts for the endpoint
- getSEIModel() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gets the
SEIModelthat represents the relationship between WSDL and Java SEI. - getSEIModel() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getSEIModel() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getSEIModel() - Method in class com.sun.xml.ws.spi.db.BindingInfo
- getServerName() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getServerName() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Server name
- getServerPort() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getServerPort() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Server port
- getService() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
The pipeline is created for this
WSService. - getService(QName) - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
-
Gets
WSDLServicethat modelswsdl:service - getServiceDefinition() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gets the description of the service.
- getServiceDefinition() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getServiceDefinition() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getServiceDefinition() - Method in class com.sun.xml.ws.transport.http.HttpAdapter
-
Return the last known service definition of the endpoint.
- getServiceName() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference.Metadata
- getServiceName() - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- getServiceName() - Method in class com.sun.xml.ws.api.server.EndpointData
- getServiceName() - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Gets the application endpoint's serviceName.
- getServiceName() - Method in class com.sun.xml.ws.server.WSEndpointImpl
- getServiceName() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getServiceName(Class<?>) - Static method in class com.sun.xml.ws.model.RuntimeModeler
-
gets the
wsdl:serviceNamefor a given implementation class - getServiceName(Class<?>, boolean) - Static method in class com.sun.xml.ws.model.RuntimeModeler
- getServiceName(Class<?>, MetadataReader) - Static method in class com.sun.xml.ws.model.RuntimeModeler
- getServiceName(Class<?>, MetadataReader, boolean) - Static method in class com.sun.xml.ws.model.RuntimeModeler
- getServiceQName() - Method in interface com.sun.xml.ws.api.model.SEIModel
-
wsdl:service qualified name for the port associated with the
SEIModel - getServiceQName() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getServices() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLModel
-
Gives a
Mapof wsdl:service qualified name andWSDLService - getServletContext() - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
- getSize(Object) - Method in interface com.sun.xml.ws.spi.db.RepeatedElementBridge.CollectionHandler
- getSoapAction() - Method in class com.sun.xml.ws.addressing.ProblemAction
- getSoapAction() - Method in class com.sun.xml.ws.addressing.v200408.ProblemAction
- getSOAPAction() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Gives soapbinding:operation@soapAction value.
- getSOAPAction() - Method in class com.sun.xml.ws.model.JavaMethodImpl
- getSOAPAction(Packet) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- getSOAPActionHeader() - Method in interface com.oracle.webservices.api.message.ContentType
-
Gives SOAPAction transport header value.
- getSOAPActionHeader() - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- getSoapBodyStyle() - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- getSOAPFactory() - Method in enum com.sun.xml.ws.api.SOAPVersion
- getSOAPFactory() - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
- getSOAPMessage() - Method in interface com.oracle.webservices.api.message.MessageContext
-
Deprecated.use getAsSOAPMessage
- getSOAPMessage() - Method in class com.sun.xml.ws.api.message.Packet
- getSoapVersion(WSFeatureList) - Static method in class com.sun.xml.ws.binding.WebServiceFeatureList
- getSOAPVersion() - Method in class com.sun.xml.ws.api.BindingID
-
Gets the SOAP version of this binding.
- getSOAPVersion() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- getSOAPVersion() - Method in class com.sun.xml.ws.api.message.Message
- getSOAPVersion() - Method in interface com.sun.xml.ws.api.WSBinding
-
Gets the SOAP version of this binding.
- getSOAPVersion() - Method in class com.sun.xml.ws.binding.BindingImpl
- getSOAPXopContentType(String, SOAPVersion, String) - Static method in class com.sun.xml.ws.encoding.MtomCodec
- getSPI(Class<S>) - Method in interface com.sun.xml.ws.api.Component
-
Gets the specified SPI.
- getSPI(Class<S>) - Method in class com.sun.xml.ws.api.pipe.Fiber
- getSPI(Class<S>) - Method in class com.sun.xml.ws.api.server.Adapter
- getSPI(Class<S>) - Method in class com.sun.xml.ws.api.server.Container
- getSPI(Class<S>) - Method in class com.sun.xml.ws.api.server.Module
- getSPI(Class<S>) - Method in class com.sun.xml.ws.api.server.WSEndpoint
- getSPI(Class<S>) - Method in class com.sun.xml.ws.api.WSService
- getSPI(Class<T>) - Method in interface com.sun.xml.ws.api.server.EndpointComponent
-
Deprecated.Gets the specified SPI.
- getSslFaultTo() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
- getSslReplyTo() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
- getState() - Method in class com.sun.xml.ws.api.message.Packet
- getStateName(int) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- getStateName(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- getStaticContentType(Packet) - Method in interface com.sun.xml.ws.api.pipe.Codec
-
If the MIME content-type of the encoding is known statically then this method returns it.
- getStaticContentType(Packet) - Method in class com.sun.xml.ws.encoding.MtomCodec
-
Return the soap 1.1 and soap 1.2 specific XOP packaged ContentType
- getStaticContentType(Packet) - Method in class com.sun.xml.ws.encoding.SOAPBindingCodec
- getStaticContentType(Packet) - Method in class com.sun.xml.ws.encoding.StreamSOAPCodec
- getStaticContentType(Packet) - Method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- getStaticContentTypeStatic(Packet, SOAPVersion) - Static method in class com.sun.xml.ws.encoding.MtomCodec
- getStatus() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getStatus() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Gets the last value set by
WSHTTPConnection.setStatus(int). - getStringContent() - Method in interface com.sun.xml.ws.api.message.Header
-
Used to obtain value XYZ from a header that looks like "<header>XYZ</header>".
- getStyle() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Is this a document style or RPC style? Since we only support literal and not encoding, this means either doc/lit or rpc/lit.
- getStyles() - Method in class com.oracle.webservices.api.EnvelopeStyleFeature
- getSubType() - Method in class com.sun.xml.ws.encoding.ContentType
-
Return the subType.
- getSystemId() - Method in class com.sun.xml.ws.api.server.SDDocumentSource
-
System ID of this document.
- getSystemId() - Method in class com.sun.xml.ws.server.SDDocumentImpl
- getSystemId() - Method in class com.sun.xml.ws.util.xml.DummyLocation
- getTarget() - Method in class com.sun.xml.ws.api.ComponentFeature
-
Retrieves target
- getTarget(HttpServletRequest) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
-
Determines which
ServletAdapterserves the given request. - getTarget(HttpServletRequest) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSServletDelegate
-
Determines which
EndpointAdapterserves the given request. - getTargetNamespace() - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- getTargetNamespace() - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Namespace of the wsd;:port associated with the
SEIModel - getTargetNamespace() - Method in interface com.sun.xml.ws.api.server.SDDocument.Schema
-
Gets the target namepsace of this schema.
- getTargetNamespace() - Method in interface com.sun.xml.ws.api.server.SDDocument.WSDL
-
Gets the target namepsace of this schema.
- getTargetNamespace() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
-
This is the targetNamespace for the WSDL containing the PortType definition
- getTerminalPipe() - Method in class com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
-
Deprecated.The last
Pipein the pipeline. - getTerminalTube() - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
The last
Pipein the pipeline. - getterPattern(Method) - Static method in class com.sun.xml.ws.spi.db.PropertyGetterBase
- getText() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getText() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getText() - Method in class com.sun.xml.ws.util.xml.CDATA
- getText() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getText() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getTextCharacters() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getTextCharacters() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getTextCharacters() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getTextCharacters() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getTextCharacters(int, char[], int, int) - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getTextCharacters(int, char[], int, int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getTextCharacters(int, char[], int, int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getTextCharacters(int, char[], int, int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getTextForNode(Node) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- getTextLength() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getTextLength() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getTextLength() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getTextLength() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getTextStart() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- getTextStart() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getTextStart() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getTextStart() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getThrowable() - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Returns the Throwable generated by the last Tube
- getThrowable() - Method in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- getTo() - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
-
Gets the
wsa:Toheader. - getTo(AddressingVersion, SOAPVersion) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Returns the value of WS-Addressing
Toheader. - getTo(MessageHeaders, AddressingVersion, SOAPVersion) - Static method in class com.sun.xml.ws.api.message.AddressingUtils
- getToAsReference() - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
-
Gets the
wsa:Toheader. - getTransferData(DataFlavor, DataSource) - Method in class com.sun.xml.ws.encoding.ImageDataContentHandler
-
Returns an object which represents the data to be transferred.
- getTransferData(DataFlavor, DataSource) - Method in class com.sun.xml.ws.encoding.StringDataContentHandler
-
Return the Transfer Data of type DataFlavor from InputStream.
- getTransferData(DataFlavor, DataSource) - Method in class com.sun.xml.ws.encoding.XmlDataContentHandler
- getTransferDataFlavors() - Method in class com.sun.xml.ws.encoding.ImageDataContentHandler
-
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
- getTransferDataFlavors() - Method in class com.sun.xml.ws.encoding.StringDataContentHandler
-
Return the DataFlavors for this
DataContentHandler. - getTransferDataFlavors() - Method in class com.sun.xml.ws.encoding.XmlDataContentHandler
- getTransport() - Method in class com.sun.xml.ws.api.BindingID
-
Returns wsdl:binding@transport attribute.
- getTransportBackChannel(T) - Method in class com.sun.xml.ws.api.server.AbstractServerAsyncTransport
-
TransportBackChannelused by jax-ws runtime to close the connection while the processing of the request is still continuing. - getTransportHeaders(Packet) - Static method in class com.sun.xml.ws.api.message.Message
- getTransportHeaders(Packet, boolean) - Static method in class com.sun.xml.ws.api.message.Message
- getType() - Method in interface com.sun.xml.ws.spi.db.PropertyGetter
- getType() - Method in class com.sun.xml.ws.spi.db.PropertyGetterBase
- getType() - Method in interface com.sun.xml.ws.spi.db.PropertySetter
- getType() - Method in class com.sun.xml.ws.spi.db.PropertySetterBase
- getTypeInfo() - Method in class com.sun.xml.ws.model.ParameterImpl
- getTypeInfo() - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- getTypeInfo() - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- getTypeInfo() - Method in interface com.sun.xml.ws.spi.db.XMLBridge
-
Gets the
TypeInfofrom which this bridge was created. - getTypeName(TypeInfo) - Method in interface com.sun.xml.ws.spi.db.BindingContext
-
Returns the name of the XML Type bound to the specified Java type.
- getTypeReference() - Method in class com.sun.xml.ws.model.ParameterImpl
-
Deprecated.use getTypeInfo
- getTypeReference() - Method in class com.sun.xml.ws.spi.db.OldBridge
-
Gets the
TypeInfofrom which this bridge was created. - getUnderstoodHeaders() - Method in class com.sun.xml.ws.api.message.HeaderList
- getUnderstoodHeaders() - Method in interface com.sun.xml.ws.api.message.MessageHeaders
-
Return a Set of QNames of headers that have been explicitly marked as understood.
- getURI() - Method in class com.sun.xml.ws.api.EndpointAddress
-
Returns an URI of the endpoint address.
- getURI(int) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up an attribute's URI by index.
- getURI(int) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getURI(String) - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Look up a prefix and get the currently-mapped Namespace URI.
- getURL() - Method in class com.sun.xml.ws.api.EndpointAddress
-
Returns an URL of this endpoint adress.
- getURL() - Method in interface com.sun.xml.ws.api.server.SDDocument
-
Gets the system ID of the document where it's taken from.
- getURL() - Method in class com.sun.xml.ws.server.SDDocumentImpl
- getUrlPattern() - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
- getUserPrincipal() - Method in class com.sun.xml.ws.server.AbstractWebServiceContext
- getUserPrincipal() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getUserPrincipal() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
User principal associated with the request
- getUserPrincipal(Packet) - Method in interface com.sun.xml.ws.api.server.WebServiceContextDelegate
-
Implements
WebServiceContext.getUserPrincipal()for the given packet. - getUserPrincipal(Packet) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getUserStateId() - Method in class com.sun.xml.ws.api.message.Packet
- getUTF8Stream(String) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- getUUID() - Static method in class com.sun.xml.ws.util.JAXWSUtils
- getValidation() - Method in class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
- getValidator() - Method in class com.sun.xml.ws.server.ServerSchemaValidationTube
- getValidPath() - Method in class com.sun.xml.ws.transport.http.HttpAdapter
-
Returns the "/abc/def/ghi" portion if the URL pattern is "/abc/def/ghi/*".
- getValidPath() - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
-
Returns the "/abc/def/ghi" portion if the URL pattern is "/abc/def/ghi/*".
- getValidVersionString() - Static method in class com.sun.xml.ws.util.VersionUtil
- getValue() - Method in interface com.sun.xml.ws.api.message.AttachmentEx.MimeHeader
-
MIME header value
- getValue() - Method in class com.sun.xml.ws.util.QNameMap.Entry
- getValue(int) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up an attribute's value by index.
- getValue(int) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getValue(String) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up the value of an attribute by local name.
- getValue(String) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getValue(String, String) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up the value of an attribute by URI and local name.
- getValue(String, String) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getValue(QName) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Look up the value of an attribute by QName.
- getValue(QName) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- getVersion() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Gets the addressing version of this EPR.
- getVersion() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- getVersion() - Method in class com.sun.xml.ws.util.RuntimeVersion
-
Get JAX-WS version
- getVersion() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- getVersion() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- getWebServiceContextDelegate() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getWebServiceContextDelegate() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Returns the
WebServiceContextDelegatefor this connection. - getWebServiceContextDelegate(T) - Method in class com.sun.xml.ws.api.server.AbstractServerAsyncTransport
-
Return a
WebServiceContextDelegateusing the underlying connection. - getWebServiceFeature(Annotation) - Static method in class com.sun.xml.ws.api.WebServiceFeatureFactory
-
Returns a corresponding feature for a feature annotation(i.e which has
WebServiceFeatureAnnotationmeta annotation) - getWrapperChildren() - Method in class com.sun.xml.ws.model.WrapperParameter
- getWrapperType() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- getWriter() - Method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.HasEncodingWriter
- getWsaHelper(WSDLPort, SEIModel, WSBinding) - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Deprecated.TODO why are we exposing implementation specificc class through api? TODO Remove it if no one elase uses it.
- getWSBinding() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getWSBinding() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getWSDL(String) - Method in interface com.oracle.webservices.api.databinding.WSDLResolver
-
Create a Result object into which concrete WSDL is to be generated.
- getWsdlActionTag() - Method in class com.sun.xml.ws.wsdl.parser.MemberSubmissionAddressingWSDLParserExtension
- getWsdlActionTag() - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingMetadataWSDLParserExtension
- getWsdlActionTag() - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- getWSDLAddress(Packet, WSEndpoint) - Method in interface com.sun.xml.ws.api.server.WebServiceContextDelegate
-
Gets the address of the primary WSDL.
- getWSDLAddress(Packet, WSEndpoint) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- getWSDLBoundOperation() - Method in interface com.sun.xml.ws.api.model.WSDLOperationMapping
- getWSDLExceptionFaultInfo(Class) - Method in class com.sun.xml.ws.model.RuntimeModeler
-
returns the method that corresponds to "getFaultInfo".
- getWsdliLocation() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference.Metadata
- getWsdlLocation(Class<?>) - Static method in class com.sun.xml.ws.server.EndpointFactory
-
Returns the wsdl from @WebService, or @WebServiceProvider annotation using wsdlLocation element.
- getWsdlLocation(Class<?>, MetadataReader) - Static method in class com.sun.xml.ws.server.EndpointFactory
-
Returns the wsdl from @WebService, or @WebServiceProvider annotation using wsdlLocation element.
- getWSDLLocation() - Method in interface com.sun.xml.ws.api.model.SEIModel
-
Location of the WSDL that defines the port associated with the
SEIModel - getWSDLLocation() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getWsdlModel() - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
-
The created pipeline will be used to serve this port.
- getWsdlModel() - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
The created pipeline will be used to serve this port.
- getWSDLModel() - Method in interface com.sun.xml.ws.api.wsdl.parser.WSDLParserExtensionContext
-
Gives the
EditableWSDLModel. - getWSDLOperation() - Method in class com.sun.xml.ws.api.message.Packet
-
Returns the QName of the wsdl operation associated with this packet.
- getWSDLOperationMapping() - Method in interface com.sun.xml.ws.api.message.MessageMetadata
- getWSDLOperationMapping() - Method in class com.sun.xml.ws.api.message.Packet
- getWsdlPort() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getWsdlPrefix() - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
- getWsdlResolver() - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- getWSDLs() - Method in class com.sun.xml.ws.api.wsdl.parser.ServiceDescriptor
-
Gives list of wsdls
- getWsdlSource() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference.Metadata
- getWsdlSource() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getWsdlURL() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- getWsdlURL() - Method in class com.sun.xml.ws.spi.db.BindingInfo
- getWsEndpoint() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- getWSEndpointReference() - Method in interface com.sun.xml.ws.developer.WSBindingProvider
-
Similar to {link BindingProvider#getEndpointReference(}, but returns WSEndpointReference that has more convenience methods
- getWSFeatureList(Iterable<Annotation>) - Static method in class com.sun.xml.ws.api.WebServiceFeatureFactory
-
Returns a feature list for feature annotations(i.e which have
WebServiceFeatureAnnotationmeta annotation) - getXMLBridge() - Method in class com.sun.xml.ws.model.ParameterImpl
- getXMLBridge(TypeInfo) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- getXMLCodec() - Method in interface com.sun.xml.ws.api.pipe.SOAPBindingCodec
- getXMLCodec() - Method in class com.sun.xml.ws.encoding.SOAPBindingCodec
- getXopHref() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- GLASSFISH_JAXB - Static variable in class com.oracle.webservices.api.databinding.DatabindingModeFeature
- GLASSFISH_JMX - com.sun.xml.ws.api.server.LazyMOMProvider.Scope
-
Same as STANDALONE.
- GLASSFISH_NO_JMX - com.sun.xml.ws.api.server.LazyMOMProvider.Scope
-
In this scope almost all Gmbal API call are deferred until a JMX connection to a Glassfish server is created
H
- HA_INFO - Static variable in class com.sun.xml.ws.api.message.Packet
- HaInfo - Class in com.sun.xml.ws.api.ha
-
This class has HA information
- HaInfo(String, String, boolean) - Constructor for class com.sun.xml.ws.api.ha.HaInfo
- handle(WSHTTPConnection) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
-
Receives the incoming HTTP connection and dispatches it to JAX-WS.
- handle(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
-
Version of
HttpAdapter.handle(WSHTTPConnection)that takes convenient parameters for servlet. - handle(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
- handle(T) - Method in class com.sun.xml.ws.api.server.AbstractServerAsyncTransport
-
Reads and decodes infoset from the connection and invokes the endpoints.
- handleAttribute(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.Writes out the
i-th attribute of the current element. - handleAttribute(int) - Method in class com.sun.xml.ws.wsdl.writer.WSDLPatcher
- handleCDATA() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- handleCharacters() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- handleCharacters() - Method in class com.sun.xml.ws.wsdl.writer.WSDLPatcher
- handleComment() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- handleDTD() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- handleEndElement() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- handleEndElement() - Method in class com.sun.xml.ws.wsdl.writer.WSDLPatcher
- handleEntityReference() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- handleGet(WSHTTPConnection) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
- handleMetadataRequest(HttpAdapter, WSHTTPConnection) - Method in class com.sun.xml.ws.transport.http.HttpMetadataPublisher
-
When
HttpAdapterreceives a GET request with a query string (which is a convention for metadata requests, such as '?wsdl' or '?xsd=...'), then this method is invoked to allow components to intercept the request. - handlePI() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- handler() - Method in annotation type com.sun.xml.ws.developer.SchemaValidation
-
Configure the validation behaviour w.r.t error handling.
- HANDLER_CHAIN_CONTAINS_HANDLER_ONLY(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
-
A HandlerChain can only contain Handler instances: {0}
- HANDLER_MESSAGE_CONTEXT_INVALID_CLASS(Object, Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
-
"{0}" is not an allowed value for the property "{1}"
- HANDLER_NESTED_ERROR(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
-
handler error: {0}
- HANDLER_NOT_VALID_TYPE(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
-
{0} does not implement one of the handler interfaces.
- HANDLER_PREDESTROY_IGNORE(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
-
Exception ignored from invoking handler @PreDestroy method: {0}
- HandlerAnnotationInfo - Class in com.sun.xml.ws.util
-
Used to hold a list of handlers and a set of roles from an annotated endpoint.
- HandlerAnnotationInfo() - Constructor for class com.sun.xml.ws.util.HandlerAnnotationInfo
- HandlerAnnotationProcessor - Class in com.sun.xml.ws.util
-
Used by client and server side to create handler information from annotated class.
- HandlerAnnotationProcessor() - Constructor for class com.sun.xml.ws.util.HandlerAnnotationProcessor
- handlerConfig - Variable in class com.sun.xml.ws.api.message.Packet
-
This property holds the snapshot of HandlerConfiguration at the time of invocation.
- HandlerMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- HandlerMessages() - Constructor for class com.sun.xml.ws.resources.HandlerMessages
- handleSpace() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- handleStartElement() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- handleStartElement() - Method in class com.sun.xml.ws.wsdl.writer.WSDLPatcher
- hasAttachments() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- hasAttachments() - Method in class com.sun.xml.ws.api.message.Message
-
Optimization hint for the derived class to check if we may have some attachments.
- HasEncoding - Interface in com.sun.xml.ws.encoding
-
A
XMLStreamWriterdoesn't expose any method to give encoding. - hashCode() - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- hashCode() - Method in class com.sun.xml.ws.api.BindingID
- hashCode() - Method in class com.sun.xml.ws.binding.BindingImpl.MessageKey
- hashCode() - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- hashCode() - Method in class com.sun.xml.ws.util.QNameMap.Entry
- hashCode() - Method in class com.sun.xml.ws.util.xml.CDATA
- hasHeaders() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- hasHeaders() - Method in class com.sun.xml.ws.api.message.HeaderList
- hasHeaders() - Method in class com.sun.xml.ws.api.message.Message
-
Returns true if headers are present in the message.
- hasHeaders() - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- hasHeaders() - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- hasHeaders() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- hasName() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- hasName() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- hasName() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- hasNext() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- hasNext() - Method in class com.sun.xml.ws.util.xml.NamedNodeMapIterator
- hasNext() - Method in class com.sun.xml.ws.util.xml.NodeListIterator
- hasNext() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- hasNext() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- hasPayload() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- hasPayload() - Method in class com.sun.xml.ws.api.message.Message
-
Returns true if a
Messagehas a payload. - hasPayload() - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- hasPayload() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- hasPortType() - Method in interface com.sun.xml.ws.api.server.SDDocument.WSDL
-
This WSDL has a portType definition that matches what
WSEndpointis serving. - hasService() - Method in interface com.sun.xml.ws.api.server.SDDocument.WSDL
-
This WSDL has a service definition that matches the
WSEndpoint. - hasSomeData(InputStream) - Static method in class com.sun.xml.ws.util.StreamUtils
- hasSslEprs() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
- hasSwaRef() - Method in interface com.sun.xml.ws.spi.db.BindingContext
-
Returns true if this context includes a class that has
XmlAttachmentRef. - hasText() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- hasText() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- hasText() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- hasValue(PropertySet) - Method in interface com.oracle.webservices.api.message.BasePropertySet.Accessor
- head - Variable in class com.sun.xml.ws.api.server.Adapter.Toolkit
-
This object from
WSEndpointserves the request. - Header - Interface in com.sun.xml.ws.api.message
-
A SOAP header.
- HEADER - com.sun.xml.ws.api.model.ParameterBinding.Kind
- HEADER - Static variable in class com.sun.xml.ws.api.model.ParameterBinding
-
Singleton instance that represents 'HEADER'
- HeaderList - Class in com.sun.xml.ws.api.message
- HeaderList() - Constructor for class com.sun.xml.ws.api.message.HeaderList
-
Deprecated.
- HeaderList(HeaderList) - Constructor for class com.sun.xml.ws.api.message.HeaderList
-
Copy constructor.
- HeaderList(MessageHeaders) - Constructor for class com.sun.xml.ws.api.message.HeaderList
- HeaderList(SOAPVersion) - Constructor for class com.sun.xml.ws.api.message.HeaderList
-
Creates an empty
HeaderListwith the given soap version - Headers - Class in com.sun.xml.ws.api.message
-
Factory methods for various
Headerimplementations. - Headers - Class in com.sun.xml.ws.transport
- Headers - Class in com.sun.xml.ws.transport.httpspi.servlet
- Headers() - Constructor for class com.sun.xml.ws.transport.Headers
- Headers() - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.Headers
- HighAvailabilityProvider - Enum in com.sun.xml.ws.api.ha
-
Singleton high-availability provider for Metro
- HighAvailabilityProvider.StoreType - Enum in com.sun.xml.ws.api.ha
-
Enumeration of supported backing store factory types
- HighAvailabilityProviderException - Exception in com.sun.xml.ws.api.ha
- HighAvailabilityProviderException(String) - Constructor for exception com.sun.xml.ws.api.ha.HighAvailabilityProviderException
- HighAvailabilityProviderException(String, Throwable) - Constructor for exception com.sun.xml.ws.api.ha.HighAvailabilityProviderException
- HOLDER_CLASS - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- HOSTNAME_VERIFIER - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Set this property on the
BindingProvider.getRequestContext()to enableHttpsURLConnection.setHostnameVerifier(HostnameVerifier)}. - HTML_NON_ROOT_PAGE_BODY_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
A Web Service is installed at this URL.
- HTML_NON_ROOT_PAGE_BODY_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Invalid request URI.
- HTML_NON_ROOT_PAGE_TITLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Web Service
- HTML_ROOT_PAGE_BODY_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
A Web Service is installed at this URL.
- HTML_ROOT_PAGE_BODY_2_A() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
It supports the following ports:
- HTML_ROOT_PAGE_BODY_2_B() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- HTML_ROOT_PAGE_BODY_4() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
This endpoint is incorrectly configured.
- HTML_ROOT_PAGE_TITLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Web Service
- HTML_WSDL_PAGE_NO_WSDL() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
No WSDL document available for publishing.
- HTML_WSDL_PAGE_TITLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Web Service
- HTTP_CLIENT_FAILED(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
HTTP transport error: {0}
- HTTP_CLIENT_STREAMING_CHUNK_SIZE - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Set this property on the
BindingProvider.getRequestContext()to enableHttpURLConnection.setChunkedStreamingMode(int) - HTTP_EXCHANGE - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
- HTTP_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
HTTP Status-Code 404: Not Found - {0}
- HTTP_REQUEST_URL - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Reconstructs the URL the client used to make the request.
- HTTP_STATUS_CODE(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
The server sent HTTP status code {0}: {1}
- HttpAdapter - Class in com.sun.xml.ws.transport.http
-
Adapterthat receives messages in HTTP. - HttpAdapter(WSEndpoint, HttpAdapterList<? extends HttpAdapter>) - Constructor for class com.sun.xml.ws.transport.http.HttpAdapter
-
Deprecated.remove as soon as we can update the test util.
- HttpAdapter(WSEndpoint, HttpAdapterList<? extends HttpAdapter>, String) - Constructor for class com.sun.xml.ws.transport.http.HttpAdapter
- HttpAdapter.CompletionCallback - Interface in com.sun.xml.ws.transport.http
- HttpAdapterList<T extends HttpAdapter> - Class in com.sun.xml.ws.transport.http
-
List of
HttpAdapters created together. - HttpAdapterList() - Constructor for class com.sun.xml.ws.transport.http.HttpAdapterList
- httpBindingId - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
Binding ID for SOAP/HTTP binding of this SOAP version.
- HTTPBindingImpl - Class in com.sun.xml.ws.binding
- HttpConfigFeature - Class in com.sun.xml.ws.developer
-
A proxy's HTTP configuration (e.g cookie handling) can be configured using this feature.
- HttpConfigFeature() - Constructor for class com.sun.xml.ws.developer.HttpConfigFeature
- HttpConfigFeature(CookieHandler) - Constructor for class com.sun.xml.ws.developer.HttpConfigFeature
- HttpEndpoint - Class in com.sun.xml.ws.api.server
-
Light-weight http server transport for
WSEndpoint. - HttpEndpoint() - Constructor for class com.sun.xml.ws.api.server.HttpEndpoint
- HttpMetadataPublisher - Class in com.sun.xml.ws.transport.http
-
Intercepts GET HTTP requests to process the requests.
- HttpMetadataPublisher() - Constructor for class com.sun.xml.ws.transport.http.HttpMetadataPublisher
- HttpserverMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- HttpserverMessages() - Constructor for class com.sun.xml.ws.resources.HttpserverMessages
- HttpSessionInstanceResolver<T> - Class in com.sun.xml.ws.server.servlet
-
Instance resolver that ties a service instance per
HttpSession. - HttpSessionInstanceResolver(Class<T>) - Constructor for class com.sun.xml.ws.server.servlet.HttpSessionInstanceResolver
- HttpSessionScope - Annotation Type in com.sun.xml.ws.developer.servlet
-
Designates a service class that should be tied to
HttpSessionscope. - HttpSessionScopeFeature - Class in com.sun.xml.ws.developer.servlet
- HttpSessionScopeFeature() - Constructor for class com.sun.xml.ws.developer.servlet.HttpSessionScopeFeature
I
- id - Variable in class com.sun.xml.ws.api.pipe.Engine
- ID - Static variable in class com.oracle.webservices.api.databinding.DatabindingModeFeature
-
Constant value identifying the DatabindingFeature
- ID - Static variable in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Constant value identifying the
OneWayFeature - ID - Static variable in class com.sun.xml.ws.developer.BindingTypeFeature
- ID - Static variable in class com.sun.xml.ws.developer.HttpConfigFeature
-
Constant value identifying the
HttpConfigFeaturefeature. - ID - Static variable in class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
-
Constant value identifying the MemberSubmissionAddressingFeature
- ID - Static variable in class com.sun.xml.ws.developer.SchemaValidationFeature
-
Constant value identifying the SchemaValidationFeature
- ID - Static variable in class com.sun.xml.ws.developer.SerializationFeature
-
Constant value identifying this feature
- ID - Static variable in class com.sun.xml.ws.developer.servlet.HttpSessionScopeFeature
-
Constant value identifying the
HttpSessionScopefeature. - ID - Static variable in class com.sun.xml.ws.developer.StatefulFeature
-
Constant value identifying the StatefulFeature
- ID - Static variable in class com.sun.xml.ws.developer.StreamingAttachmentFeature
-
Constant value identifying the
StreamingAttachmentfeature. - ID - Static variable in class com.sun.xml.ws.developer.UsesJAXBContextFeature
-
Constant value identifying the
UsesJAXBContextfeature. - identityTransform(Source, T) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
-
Performs identity transformation.
- ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- ignorableWhitespace(char[], int, int) - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- ImageDataContentHandler - Class in com.sun.xml.ws.encoding
- ImageDataContentHandler() - Constructor for class com.sun.xml.ws.encoding.ImageDataContentHandler
- implicitRole - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
If the actor/role attribute is absent, this SOAP version assumes this value.
- implicitRoleSet - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
Singleton set that contains
SOAPVersion.implicitRole. - ImpliesWebServiceFeature - Interface in com.sun.xml.ws.api
-
Deprecated.
- implyFeatures(WSFeatureList) - Method in interface com.sun.xml.ws.api.ImpliesWebServiceFeature
-
Deprecated.Callback that may inspect the current feature list and add additional features
- in - Variable in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- IN_MEMORY - com.sun.xml.ws.api.ha.HighAvailabilityProvider.StoreType
-
In-memory replicated
BackingStoreFactoryimplementation - InaccessibleWSDLException - Exception in com.sun.xml.ws.wsdl.parser
-
A list of
InaccessibleWSDLExceptionwrapped in one exception. - InaccessibleWSDLException(List<Throwable>) - Constructor for exception com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException
- InaccessibleWSDLException.Builder - Class in com.sun.xml.ws.wsdl.parser
- inbound() - Method in annotation type com.sun.xml.ws.developer.SchemaValidation
-
Turns validation on/off for inbound messages
- INBOUND_HEADER_LIST_PROPERTY - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Acccess the list of SOAP headers in the SOAP message.
- INBOUND_TRANSPORT_HEADERS - Static variable in class com.sun.xml.ws.api.message.Packet
-
Inbound transport headers are captured in a transport neutral way.
- INFO_SERVLET_DESTROYING() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET57: JAX-WS servlet: destroy
- INFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET55: got empty request message
- INFO_SERVLET_INITIALIZING() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET56: JAX-WS servlet: init
- init(Map<String, Object>) - Method in class com.sun.xml.ws.db.DatabindingProviderImpl
- init(Map<String, Object>) - Method in interface com.sun.xml.ws.spi.db.DatabindingProvider
- init(ServletConfig) - Method in class com.sun.xml.ws.transport.http.servlet.WSServlet
- init(ServletConfig) - Method in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
- INIT_PARAMS - Static variable in class com.sun.xml.ws.api.WSService
-
To create a
Service, we need to go through the API that doesn't let us pass parameters, so as a hack we use thread local. - initBackingStoreConfiguration(String, Class<K>, Class<V>) - Method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Creates
BackingStoreConfigurationinstance initialized with all mandatory fields. - initHaEnvironment(String, String) - Method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
This method is not meant to be used directly by the user of the Metro
HighAvailabilityProviderclass. - initHaEnvironment(String, String, boolean) - Method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
- initializeJavaActivationHandlers() - Static method in class com.sun.xml.ws.binding.BindingImpl
- initMOMForScope(LazyMOMProvider.Scope) - Method in enum com.sun.xml.ws.api.server.LazyMOMProvider
-
Initializes this provider with a given scope.
- InitParams() - Constructor for class com.sun.xml.ws.api.WSService.InitParams
- initWSDLMap(ServiceDefinition) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
-
Fill in WSDL map.
- inject(WSWebServiceContext, Object) - Method in class com.sun.xml.ws.api.server.ResourceInjector
-
Performs resource injection.
- inject(WSWebServiceContext, Object) - Method in class com.sun.xml.ws.server.DefaultResourceInjector
- inject(T, Callable<R>) - Method in class com.sun.xml.ws.util.InjectionPlan
-
Perform injection, but resource is only generated if injection is necessary.
- inject(T, R) - Method in class com.sun.xml.ws.util.InjectionPlan.FieldInjectionPlan
- inject(T, R) - Method in class com.sun.xml.ws.util.InjectionPlan
-
Perform injection
- inject(T, R) - Method in class com.sun.xml.ws.util.InjectionPlan.MethodInjectionPlan
- InjectionPlan<T,R> - Class in com.sun.xml.ws.util
-
Encapsulates which field/method the injection is done, and performs the injection.
- InjectionPlan() - Constructor for class com.sun.xml.ws.util.InjectionPlan
- InjectionPlan.FieldInjectionPlan<T,R> - Class in com.sun.xml.ws.util
- InjectionPlan.MethodInjectionPlan<T,R> - Class in com.sun.xml.ws.util
- inlineSchema(boolean) - Method in interface com.oracle.webservices.api.databinding.WSDLGenerator
-
Sets the inlineSchema boolean.
- inlineSchema(boolean) - Method in class com.sun.xml.ws.db.DatabindingProviderImpl.JaxwsWsdlGen
- inputMessageFeatures - Variable in class com.sun.xml.ws.binding.BindingImpl
- INSTANCE - com.sun.xml.ws.api.ha.HighAvailabilityProvider
- INSTANCE - com.sun.xml.ws.api.server.LazyMOMProvider
- INSTANCE - Static variable in class com.sun.xml.ws.util.xml.DummyLocation
- InstanceResolver<T> - Class in com.sun.xml.ws.api.server
-
Determines the instance that serves the given request packet.
- InstanceResolver() - Constructor for class com.sun.xml.ws.api.server.InstanceResolver
- InstanceResolverAnnotation - Annotation Type in com.sun.xml.ws.api.server
-
Meta annotation for selecting instance resolver.
- INTERNAL_ERR - Static variable in class com.sun.xml.ws.transport.http.WSHTTPConnection
- INVALID_ADDRESS(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Invalid address: {0}
- INVALID_ADDRESS_SUBCODE - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- INVALID_ADDRESSING_HEADER_EXCEPTION(Object, Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Invalid WS-Addressing header: "{0}",Reason: "{1}"
- INVALID_BINDING_ID(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Invalid binding id: {0}.
- INVALID_CARDINALITY - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- INVALID_DATASOURCE_DISPATCH_BINDING(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Can not create Dispatch
with {0}. - INVALID_DATASOURCE_DISPATCH_MSGMODE(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Can not create Dispatch
of Service.Mode.PAYLOAD{0}. - INVALID_EPR - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- INVALID_EPR_PORT_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
EndpointName specified in EPR {0} is not a WSDL port QName, valid Ports are {1}
- INVALID_MAP_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- INVALID_MAP_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- INVALID_MAP_TEXT - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- INVALID_MAP_TEXT - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- INVALID_NULLARG_SOAP_MSGMODE(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
SOAP/HTTP Binding in {0} is not allowed with a null invocation argument.
- INVALID_NULLARG_URI() - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Endpoint address URI is not allowed with a null argument
- INVALID_NULLARG_XMLHTTP_REQUEST_METHOD(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
A XML/HTTP request using MessageContext.HTTP_REQUEST_METHOD equals {0} with a Null invocation Argument is not allowed.
- INVALID_PORT_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
{0} is not a valid port.
- INVALID_PROPERTY_VALUE_INTEGER(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
Ignoring system property "{0}" as value "{1}" is invalid, property value must be a valid integer.
- INVALID_PROPERTY_VALUE_LONG(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
Ignoring system property "{0}" as value "{1}" is invalid, property value must be a valid long.
- INVALID_QUERY_LEADING_CHAR(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Leading '?' of MessageContext.QUERY_STRING: {0} is not valid.
- INVALID_QUERY_STRING(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Unable to resolve endpoint address using the supplied query string: {0}.
- INVALID_RESPONSE() - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
No response returned.
- INVALID_RESPONSE_DESERIALIZATION() - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Failed to deserialize the response.
- INVALID_SERVICE_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
{0} is not a valid service.
- INVALID_SERVICE_NAME_NULL(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
{0} is not a valid service
- INVALID_SERVICE_NO_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
No wsdl metadata for service: {0}, can't create proxy! Try creating Service by providing a WSDL URL
- INVALID_SOAP_ACTION() - Static method in class com.sun.xml.ws.resources.ClientMessages
-
A valid SOAPAction should be set in the RequestContext when Addressing is enabled, Use BindingProvider.SOAPACTION_URI_PROPERTY to set it.
- INVALID_SOAP_ROLE_NONE() - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Cannot set SOAP 1.2 role "none"
- INVALID_SOAPMESSAGE_DISPATCH_BINDING(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Can not create Dispatch
with {0} Binding. - INVALID_SOAPMESSAGE_DISPATCH_MSGMODE(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Can not create Dispatch
of {0}. - INVALID_URI(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Endpoint String: {0} is and invalid URI.
- INVALID_URI_DECODE() - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Unable to decode the resolved endpoint using UTF-8 encoding.
- INVALID_URI_PATH_QUERY(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Unable to construct a URI with this path info {0} and this query string {1}.
- INVALID_URI_RESOLUTION(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
-
Unable to resolve endpoint address using the supplied path: {0}.
- INVALID_WSAW_ANONYMOUS(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Invalid value obtained from wsaw:Anonymous: "{0}"
- INVALID_WSDL_URL(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Invalid WSDL URL: {0}
- invalidAddressTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the QName of the fault code when a header representing an address is not valid.
- invalidCardinalityTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the QName of the fault code when a header representing a WS-Addressing Message Addressing Property occurs greater than expected number.
- invalidMapTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the QName of the fault code when a header representing a WS-Addressing Message Addressing Property is invalid and cannot be processed.
- invocationProperties - Variable in class com.sun.xml.ws.api.message.Packet
-
Bag to capture properties that are available for the whole message invocation (namely on both requests and responses.)
- invoke(Tube, Packet) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the next action should be to invoke the next tube's
Tube.processRequest(Packet), then later invoke the current tube'sTube.processResponse(Packet)with the response packet. - invoke(Method, Object, Object[]) - Static method in class com.sun.xml.ws.util.MethodUtil
- invoke(T, AsyncProviderCallback<T>, WebServiceContext) - Method in interface com.sun.xml.ws.api.server.AsyncProvider
-
Schedules an execution of a request.
- invokeAndForget(Tube, Packet) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the next action should be to invoke the next tube's
Tube.processRequest(Packet), but the current tube doesn't want to receive the response packet to itsTube.processResponse(Packet). - invokeAsync(Tube, Packet) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the next action is to invoke the next tube in the tubeline async from the thread that started the tubeline.
- invokeAsync(WSHTTPConnection) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
- invokeAsync(WSHTTPConnection, HttpAdapter.CompletionCallback) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
- invokeAsync(ServletContext, HttpServletRequest, HttpServletResponse, HttpAdapter.CompletionCallback) - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
-
Version of
HttpAdapter.handle(WSHTTPConnection)that takes convenient parameters for servlet. - invokeAsyncProvider(Packet, T, AsyncProviderCallback, WebServiceContext) - Method in class com.sun.xml.ws.api.server.Invoker
- invokeMethod(Method, Object, Object...) - Static method in class com.sun.xml.ws.api.server.AbstractInstanceResolver
-
Helper for invoking a method with elevated privilege.
- invokeProvider(Packet, T) - Method in class com.sun.xml.ws.api.server.Invoker
-
Invokes
Provider.invoke(Object) - Invoker - Class in com.sun.xml.ws.api.server
-
Hides the detail of calling into application endpoint implementation.
- Invoker() - Constructor for class com.sun.xml.ws.api.server.Invoker
- InvokerTube<T> - Class in com.sun.xml.ws.server
-
Base code for
ProviderInvokerTubeandSEIInvokerTube. - InvokerTube(Invoker) - Constructor for class com.sun.xml.ws.server.InvokerTube
- IS_FAULT_CREATED - Static variable in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- IS_REQUIRED - Static variable in class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
-
Constant ID for the
requiredfeature parameter - isAdapterDeliversNonAnonymousResponse - Variable in class com.sun.xml.ws.api.message.Packet
-
Determines if the governing
AdapterorFiber.CompletionCallbackwill handle delivering response messages targeted at non-anonymous endpoint addresses. - isAnonymous() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Returns true if this has anonymous URI as the
address. - isAnonymousRequired(WSDLBoundOperation) - Method in class com.sun.xml.ws.addressing.W3CWsaServerTube
- isAnonymousRequired(WSDLBoundOperation) - Method in class com.sun.xml.ws.addressing.WsaServerTube
- isAsync - Variable in enum com.sun.xml.ws.api.model.MEP
-
True for
MEP.ASYNC_CALLBACKandMEP.ASYNC_POLL. - isAsync() - Method in class com.sun.xml.ws.model.JavaMethodImpl
-
Returns if the java method is async
- isAttachment() - Method in class com.sun.xml.ws.api.model.ParameterBinding
- isAttachmentParameter(ParameterImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- isAttributeSpecified(int) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- isAttributeSpecified(int) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- isAttributeSpecified(int) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- isBare() - Method in enum com.sun.xml.ws.api.databinding.SoapBodyStyle
- isBody() - Method in class com.sun.xml.ws.api.model.ParameterBinding
- isBodyParameter(ParameterImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Determines if a parameter is associated with the message Body
- isCancelled() - Method in class com.sun.xml.ws.util.CompletedFuture
- isCharacters() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- isCharacters() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- isCharacters() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- isCheckedException(Method, Class) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- isClientSide() - Method in interface com.sun.xml.ws.api.wsdl.parser.WSDLParserExtensionContext
-
Returns true if the WSDL parsing is happening on the client side.
- isClosed() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Retuns whether connection is closed or not.
- isContextSupported(Object) - Static method in class com.sun.xml.ws.spi.db.BindingContextFactory
- isDefaultAction() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLFault
-
True if this is the default action
- isDefaultAction() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLInput
-
Checks if the Action value is implicitly derived using the rules defined in WS-Addressing.
- isDefaultAction() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOutput
-
Checks if the Action value is implicitly derived using the rules defined in WS-Addressing.
- isDisabledJreplica() - Method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
- isDocument() - Method in enum com.sun.xml.ws.api.databinding.SoapBodyStyle
- isDocumentWrapper() - Method in enum com.sun.xml.ws.api.databinding.SoapBodyStyle
- isDone() - Method in class com.sun.xml.ws.util.CompletedFuture
- isEarlyBackchannelCloseAllowed - Variable in class com.sun.xml.ws.addressing.WsaServerTube
- isEmpty() - Method in interface com.sun.xml.ws.api.message.AttachmentSet
-
Returns true if there's no attachment.
- isEmpty() - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- isEmpty() - Method in class com.sun.xml.ws.util.QNameMap
-
Returns true if this map is empty.
- isEnabled() - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- isEnabled(WSBinding) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Returns true if
bindingcontains either aAddressingFeatureorMemberSubmissionAddressingFeatureand is enabled. - isEnabled(Class<? extends WebServiceFeature>) - Method in interface com.sun.xml.ws.api.WSFeatureList
-
Checks if a particular
WebServiceFeatureis enabled. - isEnabled(Class<? extends WebServiceFeature>) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- isEndElement() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- isEndElement() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- isEndElement() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- isFailOver() - Method in class com.sun.xml.ws.api.ha.HaInfo
- isFault() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- isFault() - Method in class com.sun.xml.ws.api.message.Message
-
Returns true if this message is a fault.
- isFaultCreated() - Method in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- isFeatureEnabled(Class<? extends WebServiceFeature>) - Method in interface com.sun.xml.ws.api.WSBinding
-
Checks if a particular
WebServiceFeatureis enabled. - isFeatureEnabled(Class<? extends WebServiceFeature>) - Method in class com.sun.xml.ws.binding.BindingImpl
- isFeatureEnabled(Class<? extends WebServiceFeature>, WebServiceFeatureList, WebServiceFeatureList) - Static method in class com.sun.xml.ws.binding.FeatureListUtil
- isFeatureEnabled(Class<? extends WebServiceFeature>, WebServiceFeature[]) - Static method in class com.sun.xml.ws.binding.WebServiceFeatureList
- isFor(String) - Method in class com.sun.xml.ws.db.DatabindingProviderImpl
- isFor(String) - Method in class com.sun.xml.ws.spi.db.BindingContextFactory
-
Check to see if the BindingContextFactory is for the databinding mode/flavor.
- isFor(String) - Method in interface com.sun.xml.ws.spi.db.DatabindingProvider
- isGlobalElement() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- isHaEnvironmentConfigured() - Method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Provides information on whether there is a HA service available in the current JVM or not.
- isHeader() - Method in class com.sun.xml.ws.api.model.ParameterBinding
- isHeaderParameter(ParameterImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- isIgnorable(SOAPVersion, Set<String>) - Method in interface com.sun.xml.ws.api.message.Header
-
Checks if this header is ignorable for us (IOW, make sure that this header has a problematic "mustUnderstand" header value that we have to reject.)
- isIgnorable(SOAPVersion, Set<String>) - Method in class com.sun.xml.ws.message.stream.StreamHeader
- isIN() - Method in interface com.sun.xml.ws.api.model.Parameter
- isIN() - Method in class com.sun.xml.ws.model.ParameterImpl
- isInbound() - Method in enum com.sun.xml.ws.api.message.Packet.State
- isInbound() - Method in class com.sun.xml.ws.developer.SchemaValidationFeature
-
Turns validation on/off for inbound messages
- isInitialized() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
-
Returns
trueif this proxy contains a reference to real ManagedObjectManager instance,falseotherwise. - isInlineSchemas() - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- isINOUT() - Method in interface com.sun.xml.ws.api.model.Parameter
- isINOUT() - Method in class com.sun.xml.ws.model.ParameterImpl
- isInputActionDefault(Packet) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- isKnownFault(QName, Method) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- isLiteral() - Method in enum com.sun.xml.ws.api.databinding.SoapBodyStyle
- isManagedObject(Object) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- isMTOMEnabled() - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
-
Used typically by the runtime to enable/disable Mtom optimization
- isNamespaceDeclaration(int) - Method in interface com.sun.xml.ws.streaming.Attributes
-
Return true if the attribute at the given index is a namespace declaration.
- isNamespaceDeclaration(int) - Method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil.AttributesImpl
- isNillable() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- isNone() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
- isNoValidation() - Method in class com.sun.xml.ws.server.ServerSchemaValidationTube
- isOneWay - Variable in class com.sun.xml.ws.api.message.Packet
-
Deprecated.
- isOneWay() - Method in enum com.sun.xml.ws.api.model.MEP
- isOneWay() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLOperation
-
Returns true if this operation is an one-way operation.
- isOneWay(WSDLPort) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- isOneWay(WSDLPort) - Method in class com.sun.xml.ws.api.message.Message
-
Returns true if this message is a request message for a one way operation according to the given WSDL.
- isOperationFeatureEnabled(Class<? extends WebServiceFeature>, QName) - Method in interface com.sun.xml.ws.api.WSBinding
-
Experimental: Checks if a particular
WebServiceFeatureon an operation is enabled. - isOperationFeatureEnabled(Class<? extends WebServiceFeature>, QName) - Method in class com.sun.xml.ws.binding.BindingImpl
- isOUT() - Method in interface com.sun.xml.ws.api.model.Parameter
- isOUT() - Method in class com.sun.xml.ws.model.ParameterImpl
- isOutbound() - Method in class com.sun.xml.ws.developer.SchemaValidationFeature
-
Turns validation on/off for outbound messages
- isPayloadStreamReader() - Method in interface com.sun.xml.ws.api.message.StreamingSOAP
- isPayloadStreamReader() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- isProtocolMessage() - Method in class com.sun.xml.ws.api.message.Packet
- isReferenceParameter(String) - Method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Returns true if the given local name is considered as a reference parameter in EPR.
- isReferenceParameterTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the QName of the reference parameter in a SOAP message.
- isRelay() - Method in interface com.sun.xml.ws.api.message.Header
-
True if this header is to be relayed if not processed.
- isRelay() - Method in class com.sun.xml.ws.message.stream.StreamHeader
- isRepeatedElement() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- isRequest() - Method in enum com.sun.xml.ws.api.message.Packet.Status
- isRequestReplyMEP() - Method in class com.sun.xml.ws.api.message.Packet
- isRequired() - Method in class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
- isRequired(WSBinding) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Returns true if
bindingcontains either aAddressingFeatureorMemberSubmissionAddressingFeatureand is required. - isRequired(WebServiceFeature) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Returns true if the WebServiceFeature is either a
AddressingFeatureorMemberSubmissionAddressingFeatureand is required. - isResponse() - Method in enum com.sun.xml.ws.api.message.Packet.Status
- isResponse() - Method in interface com.sun.xml.ws.api.model.Parameter
-
If true, this parameter maps to the return value of a method invocation.
- isResponse() - Method in class com.sun.xml.ws.model.ParameterImpl
-
If true, this parameter maps to the return value of a method invocation.
- isReturnValue() - Method in interface com.sun.xml.ws.api.model.Parameter
-
Returns true if this parameter is bound to the return value from the
JavaMethod. - isReturnValue() - Method in class com.sun.xml.ws.model.ParameterImpl
- isRpc() - Method in enum com.sun.xml.ws.api.databinding.SoapBodyStyle
- isRpcLit(JavaMethodImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Determines if a
JavaMethodis rpc/literal - isSchema() - Method in interface com.sun.xml.ws.api.server.SDDocument
-
Returns true if this document is schema.
- isSchema() - Method in class com.sun.xml.ws.server.SDDocumentImpl
- isSecure() - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- isSecure() - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Whether connection is HTTPS or not
- isSecureXmlProcessingDisabled() - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- isServlet30Based() - Static method in class com.sun.xml.ws.transport.http.servlet.ServletUtil
- isSOAP11() - Method in enum com.oracle.webservices.api.EnvelopeStyle.Style
-
Checks if the style is SOAP 1.1.
- isSOAP12() - Method in enum com.oracle.webservices.api.EnvelopeStyle.Style
-
Checks if the style is SOAP 1.2.
- isStandalone() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- isStandalone() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- isStandalone() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- isStartedSync() - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Returns true if the current Fiber on the current thread was started synchronously.
- isStartElement() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- isStartElement() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- isStartElement() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- isSynchronous() - Static method in class com.sun.xml.ws.api.pipe.Fiber
-
(ADVANCED) Returns true if the current fiber is being executed synchronously.
- isSynchronous() - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
-
If this server pipeline is known to be used for serving synchronous transport, then this method returns true.
- isSynchronousMEP - Variable in class com.sun.xml.ws.api.message.Packet
-
Indicates whether is invoking a synchronous pattern.
- isUnbound() - Method in class com.sun.xml.ws.api.model.ParameterBinding
- isUnderstood(int) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Returns true if a
Headerat the given index was "understood". - isUnderstood(Header) - Method in class com.sun.xml.ws.api.message.HeaderList
- isUnderstood(Header) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
-
True if the header has been explicitly marked understood, false otherwise
- isUnderstood(String, String) - Method in class com.sun.xml.ws.api.message.HeaderList
- isUnderstood(String, String) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
-
True if the header has been explicitly marked understood, false otherwise
- isUnderstood(QName) - Method in class com.sun.xml.ws.api.message.HeaderList
- isUnderstood(QName) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
-
True if the header has been explicitly marked understood, false otherwise
- isUseAsyncWithSyncInvoke() - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Getter for whether async is to be used with sync invoke
- isUseProviderTube(Class<?>, boolean) - Method in class com.sun.xml.ws.server.EndpointFactory
- isUserInRole(Packet, String) - Method in interface com.sun.xml.ws.api.server.WebServiceContextDelegate
-
Implements
WebServiceContext.isUserInRole(String)for the given packet. - isUserInRole(Packet, String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- isUserInRole(String) - Method in class com.sun.xml.ws.server.AbstractWebServiceContext
- isUserInRole(String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- isUserInRole(String) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Whether user associated with the request holds the given role
- isValidVersion(String) - Static method in class com.sun.xml.ws.util.VersionUtil
- isVersion20(String) - Static method in class com.sun.xml.ws.util.VersionUtil
- isVoidType(T) - Method in class com.sun.xml.ws.model.AbstractWrapperBeanGenerator
- isWhiteSpace() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- isWhiteSpace() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- isWhiteSpace() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- isWrapperStyle() - Method in interface com.sun.xml.ws.api.model.Parameter
- isWrapperStyle() - Method in class com.sun.xml.ws.model.ParameterImpl
- isWrapperStyle() - Method in class com.sun.xml.ws.model.WrapperParameter
-
Deprecated.Why are you calling a method that always return true?
- isWrapperStyle(JavaMethodImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Determines if the
methodis wrapper style - isWSDL() - Method in interface com.sun.xml.ws.api.server.SDDocument
-
Returns true if this document is WSDL.
- isWSDL() - Method in class com.sun.xml.ws.server.SDDocumentImpl
- isXML() - Method in enum com.oracle.webservices.api.EnvelopeStyle.Style
-
Checks if the style is XML.
- isXopReference() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- iterator() - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- iterator() - Method in class com.sun.xml.ws.server.ServiceDefinitionImpl
- iterator() - Method in class com.sun.xml.ws.util.ServiceFinder
-
Returns discovered objects incrementally.
- iterator() - Method in class com.sun.xml.ws.util.xml.NamespaceContextExAdaper
- iterator(Object) - Method in interface com.sun.xml.ws.spi.db.RepeatedElementBridge.CollectionHandler
J
- JavaCallInfo - Class in com.sun.xml.ws.api.databinding
-
On the client or service-requestor side, a JavaCallInfo object represents a method call on the service proxy to be serialized as a SOAP request message to be sent to the service.
- JavaCallInfo - Interface in com.oracle.webservices.api.databinding
-
On the client or service-requestor side, a JavaCallInfo object represents a method call on the service proxy to be serialized as a SOAP request message to be sent to the service.
- JavaCallInfo() - Constructor for class com.sun.xml.ws.api.databinding.JavaCallInfo
- JavaCallInfo(Method, Object[]) - Constructor for class com.sun.xml.ws.api.databinding.JavaCallInfo
- JavaMethod - Interface in com.sun.xml.ws.api.model
-
Abstracts the annotated
Methodof a SEI. - JavaMethodImpl - Class in com.sun.xml.ws.model
-
Build this runtime model using java SEI and annotations
- JavaMethodImpl(AbstractSEIModelImpl, Method, Method, MetadataReader) - Constructor for class com.sun.xml.ws.model.JavaMethodImpl
- JAXB_CONTEXT_FACTORY_PROPERTY - Static variable in class com.sun.xml.ws.spi.db.BindingContextFactory
- jaxbContext - Variable in class com.sun.xml.ws.model.AbstractSEIModelImpl
-
Deprecated.
- JAXBContextFactory - Interface in com.sun.xml.ws.developer
-
Factory to create
JAXBContext. - JAXBWrapperAccessor - Class in com.sun.xml.ws.spi.db
-
JAXBWrapperAccessor
- JAXBWrapperAccessor(Class<?>) - Constructor for class com.sun.xml.ws.spi.db.JAXBWrapperAccessor
- JAXRPCSERVLET_11_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSRuntimeInfoParser could not parse sun-jaxws.xml runtime descriptor
- JAXWS_PACKAGE_PD - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- JAXWS_RI_PROPERTY_PUBLISH_STATUS_PAGE - Static variable in class com.sun.xml.ws.transport.http.servlet.WSServlet
- JAXWS_RI_PROPERTY_PUBLISH_STATUS_PAGE - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
- JAXWS_RI_PROPERTY_PUBLISH_WSDL - Static variable in class com.sun.xml.ws.transport.http.servlet.WSServlet
- JAXWS_RI_PROPERTY_PUBLISH_WSDL - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
- JAXWS_RI_RUNTIME_INFO - Static variable in class com.sun.xml.ws.transport.http.servlet.WSServlet
- JAXWS_RI_RUNTIME_INFO - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
- JAXWS_VERSION_20 - Static variable in class com.sun.xml.ws.util.VersionUtil
- JAXWS_VERSION_DEFAULT - Static variable in class com.sun.xml.ws.util.VersionUtil
- JAXWS_WSDL_DD_DIR - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- JAXWS_WSDL_DD_DIR - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- JAXWSExceptionBase - Exception in com.sun.xml.ws.util.exception
-
Represents a
WebServiceExceptionwith localizable message. - JAXWSExceptionBase(Localizable) - Constructor for exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
- JAXWSExceptionBase(Localizable, Throwable) - Constructor for exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
- JAXWSExceptionBase(String) - Constructor for exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
- JAXWSExceptionBase(String, Object...) - Constructor for exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
-
Deprecated.Should use the localizable constructor instead.
- JAXWSExceptionBase(Throwable) - Constructor for exception com.sun.xml.ws.util.exception.JAXWSExceptionBase
-
Creates a new exception that wraps the specified exception.
- JAXWSOutputSchemaResolver() - Constructor for class com.sun.xml.ws.wsdl.writer.WSDLGenerator.JAXWSOutputSchemaResolver
- JAXWSProperties - Interface in com.sun.xml.ws.developer
- JAXWSRIDeploymentProbeProvider - Class in com.sun.xml.ws.transport.http.servlet
-
sun-jaxws.xml deployment probe.
- JAXWSRIDeploymentProbeProvider() - Constructor for class com.sun.xml.ws.transport.http.servlet.JAXWSRIDeploymentProbeProvider
- JAXWSRIServletProbeProvider - Class in com.sun.xml.ws.transport.http.servlet
-
Keeps track of webservice start and end for sun-jaxws.xml deployments.
- JAXWSRIServletProbeProvider() - Constructor for class com.sun.xml.ws.transport.http.servlet.JAXWSRIServletProbeProvider
- jaxwsRuntimeVersion() - Method in class com.sun.xml.ws.server.MonitorRootService
- JAXWSUtils - Class in com.sun.xml.ws.util
- JAXWSUtils() - Constructor for class com.sun.xml.ws.util.JAXWSUtils
K
- keepTransportBackChannelOpen() - Method in class com.sun.xml.ws.api.message.Packet
-
Keeps the transport back channel open (by seeting
Packet.transportBackChannelto null.) - keySet() - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- keySet() - Method in class com.sun.xml.ws.util.QNameMap
- kind - Variable in class com.sun.xml.ws.api.model.ParameterBinding
-
Represents the kind of
ParameterBinding.
L
- LAX - com.sun.xml.ws.developer.MemberSubmissionAddressing.Validation
- LazyMOMProvider - Enum in com.sun.xml.ws.api.server
-
The lazy provider is intended to defer Gmbal API calls until there is a JMX connection.
- LazyMOMProvider.DefaultScopeChangeListener - Interface in com.sun.xml.ws.api.server
-
Default interface for all object that want to be notified about scope change.
- LazyMOMProvider.Scope - Enum in com.sun.xml.ws.api.server
-
Possible scopes (environments) in which the provider (and object associated with it) could be in.
- LazyMOMProvider.ScopeChangeListener - Interface in com.sun.xml.ws.api.server
-
Interface for all object that want to be notified about scope change, introducing required methods.
- LazyMOMProvider.WSEndpointScopeChangeListener - Interface in com.sun.xml.ws.api.server
-
Interface used for distinguishing between a registration of a WSEndpointImpl rather than of other classes.
- LISTENER_INFO_DESTROY() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET13: JAX-WS context listener destroyed
- LISTENER_INFO_INITIALIZE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET12: JAX-WS context listener initializing
- LISTENER_PARSING_FAILED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET11: failed to parse runtime descriptor: {0}
- loadClass(String) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- loadClass(String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- loadClass(String, boolean) - Method in class com.sun.xml.ws.util.MethodUtil
- loadFrom(BackingStore<K, V>, K, String) - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Helper method that avoids the need for exception handling boilerplate code when loading data from a
BackingStoreinstance. - LOCAL_CLIENT_FAILED(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
local transport error: {0}
- localizableACTION_NOT_SUPPORTED_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableADDRESSING_NOT_ENABLED(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableADDRESSING_SHOULD_BE_ENABLED() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableALREADY_HTTP_SERVER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableALREADY_HTTPS_SERVER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableANNOTATION_ONLY_ONCE(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableBINDING_API_NO_FAULT_MESSAGE_NAME() - Static method in class com.sun.xml.ws.resources.BindingApiMessages
- localizableCAN_NOT_GENERATE_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableCANNOT_EXTEND_HANDLER_DIRECTLY(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
- localizableCANNOT_INSTANTIATE_HANDLER(Object, Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
- localizableDD_MTOM_CONFLICT(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableDISPATCH_CANNOT_FIND_METHOD(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableDUPLICATE_ABSTRACT_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableDUPLICATE_PORT(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableDUPLICATE_PORT_KNOWN_HEADER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableDUPLICATE_PRIMARY_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableEPR_WITHOUT_ADDRESSING_ON() - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableERROR_IMPLEMENTOR_FACTORY_NEW_INSTANCE_FAILED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_IMPLEMENTOR_FACTORY_NO_CONFIGURATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_IMPLEMENTOR_FACTORY_NO_INPUT_STREAM() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_IMPLEMENTOR_FACTORY_SERVANT_INIT_FAILED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_IMPLEMENTOR_REGISTRY_CANNOT_READ_CONFIGURATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_IMPLEMENTOR_REGISTRY_CLASS_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_IMPLEMENTOR_REGISTRY_DUPLICATE_NAME(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_IMPLEMENTOR_REGISTRY_FILE_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_IMPLEMENTOR_REGISTRY_INCOMPLETE_INFORMATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_IMPLEMENTOR_REGISTRY_UNKNOWN_NAME(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_SERVLET_CAUGHT_THROWABLE(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_SERVLET_CAUGHT_THROWABLE_IN_INIT(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_SERVLET_CAUGHT_THROWABLE_WHILE_RECOVERING(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_SERVLET_INIT_CONFIG_FILE_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_SERVLET_INIT_CONFIG_PARAMETER_MISSING(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_SERVLET_NO_IMPLEMENTOR_FOR_PORT(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_SERVLET_NO_PORT_SPECIFIED() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_SERVLET_NO_RESPONSE_WAS_PRODUCED() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableERROR_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableERROR_WSDL_PUBLISHER_CANNOT_READ_CONFIGURATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableEXCEPTION_CANNOT_CREATE_TRANSFORMER() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableEXCEPTION_INCORRECT_TYPE(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
- localizableEXCEPTION_NOTFOUND(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
- localizableEXCEPTION_TEMPLATE_CREATION_FAILED() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableEXCEPTION_TRANSFORMATION_FAILED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableFAILED_TO_CREATE_NEW_INSTANCE(Object) - Static method in class com.sun.xml.ws.resources.ContextClassloaderLocalMessages
- localizableFAILED_TO_INSTANTIATE_INSTANCE_RESOLVER(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableFAILED_TO_PARSE(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableFAILED_TO_PARSE_EPR(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableFAILED_TO_PARSE_WITH_MEX(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableFAILED_TO_READ_RESPONSE(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
- localizableFASTINFOSET_DECODING_NOT_ACCEPTED() - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableFASTINFOSET_NO_IMPLEMENTATION() - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableFAULT_TO_CANNOT_PARSE() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableGENERATE_NON_STANDARD_WSDL() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableHANDLER_CHAIN_CONTAINS_HANDLER_ONLY(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
- localizableHANDLER_MESSAGE_CONTEXT_INVALID_CLASS(Object, Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
- localizableHANDLER_NESTED_ERROR(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
- localizableHANDLER_NOT_VALID_TYPE(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
- localizableHANDLER_PREDESTROY_IGNORE(Object) - Static method in class com.sun.xml.ws.resources.HandlerMessages
- localizableHTML_NON_ROOT_PAGE_BODY_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTML_NON_ROOT_PAGE_BODY_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTML_NON_ROOT_PAGE_TITLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTML_ROOT_PAGE_BODY_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTML_ROOT_PAGE_BODY_2_A() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTML_ROOT_PAGE_BODY_2_B() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTML_ROOT_PAGE_BODY_4() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTML_ROOT_PAGE_TITLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTML_WSDL_PAGE_NO_WSDL() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTML_WSDL_PAGE_TITLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableHTTP_CLIENT_FAILED(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableHTTP_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableHTTP_STATUS_CODE(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINFO_SERVLET_DESTROYING() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableINFO_SERVLET_GOT_EMPTY_REQUEST_MESSAGE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableINFO_SERVLET_INITIALIZING() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableINVALID_ADDRESS(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINVALID_ADDRESSING_HEADER_EXCEPTION(Object, Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableINVALID_BINDING_ID(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINVALID_DATASOURCE_DISPATCH_BINDING(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_DATASOURCE_DISPATCH_MSGMODE(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_EPR_PORT_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINVALID_NULLARG_SOAP_MSGMODE(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_NULLARG_URI() - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_NULLARG_XMLHTTP_REQUEST_METHOD(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_PORT_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINVALID_PROPERTY_VALUE_INTEGER(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableINVALID_PROPERTY_VALUE_LONG(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableINVALID_QUERY_LEADING_CHAR(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_QUERY_STRING(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_RESPONSE() - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_RESPONSE_DESERIALIZATION() - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_SERVICE_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINVALID_SERVICE_NAME_NULL(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINVALID_SERVICE_NO_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINVALID_SOAP_ACTION() - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINVALID_SOAP_ROLE_NONE() - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableINVALID_SOAPMESSAGE_DISPATCH_BINDING(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_SOAPMESSAGE_DISPATCH_MSGMODE(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_URI(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_URI_DECODE() - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_URI_PATH_QUERY(Object, Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_URI_RESOLUTION(Object) - Static method in class com.sun.xml.ws.resources.DispatchMessages
- localizableINVALID_WSAW_ANONYMOUS(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableINVALID_WSDL_URL(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableJAXRPCSERVLET_11_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableLISTENER_INFO_DESTROY() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableLISTENER_INFO_INITIALIZE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableLISTENER_PARSING_FAILED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableLOCAL_CLIENT_FAILED(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableMASM_0001_DEFAULT_CFG_FILE_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0002_DEFAULT_CFG_FILE_LOCATED(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0003_DEFAULT_CFG_FILE_NOT_LOADED(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0004_NO_TUBELINES_SECTION_IN_DEFAULT_CFG_FILE(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0005_NO_DEFAULT_TUBELINE_IN_DEFAULT_CFG_FILE(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0006_APP_CFG_FILE_LOCATED(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0007_APP_CFG_FILE_NOT_FOUND() - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0008_INVALID_URI_REFERENCE(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0009_CANNOT_FORM_VALID_URL(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0010_ERROR_READING_CFG_FILE_FROM_LOCATION(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0011_LOADING_RESOURCE(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0012_LOADING_VIA_SERVLET_CONTEXT(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0013_ERROR_INVOKING_SERVLET_CONTEXT_METHOD(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0014_UNABLE_TO_LOAD_CLASS(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0015_CLASS_DOES_NOT_IMPLEMENT_INTERFACE(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0016_UNABLE_TO_INSTANTIATE_TUBE_FACTORY(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0017_UNABLE_TO_LOAD_TUBE_FACTORY_CLASS(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0018_MSG_LOGGING_SYSTEM_PROPERTY_SET_TO_VALUE(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0019_MSG_LOGGING_SYSTEM_PROPERTY_ILLEGAL_VALUE(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMASM_0020_ERROR_CREATING_URI_FROM_GENERATED_STRING(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
- localizableMESSAGE_TOO_LONG(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableMEX_METADATA_SYSTEMID_NULL() - Static method in class com.sun.xml.ws.resources.WsdlmodelMessages
- localizableMISSING_HEADER_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNESTED_DESERIALIZATION_ERROR(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
- localizableNESTED_ENCODING_ERROR(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
- localizableNESTED_MODELER_ERROR(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableNESTED_SERIALIZATION_ERROR(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
- localizableNO_CONTENT_TYPE() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableNO_CURRENT_PACKET() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableNO_SUCH_CONTENT_ID(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
- localizableNO_SUNJAXWS_XML(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableNO_WSDL_NO_PORT(Object) - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableNON_ANONYMOUS_RESPONSE() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNON_ANONYMOUS_RESPONSE_NULL_HEADERS(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNON_ANONYMOUS_RESPONSE_ONEWAY() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNON_ANONYMOUS_RESPONSE_SENDING(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNON_ANONYMOUS_UNKNOWN_PROTOCOL(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNON_LOGICAL_HANDLER_SET(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableNON_UNIQUE_DISPATCH_QNAME(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableNON_UNIQUE_OPERATION_SIGNATURE(Object, Object, Object, Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNOT_A_VALID_BARE_METHOD(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableNOT_IMPLEMENT_PROVIDER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableNOT_KNOW_HTTP_CONTEXT_TYPE(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableNOT_ZERO_PARAMETERS(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableNOTFOUND_PORT_IN_WSDL(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableNOTFOUND_SERVICE_IN_WSDL(Object, Object) - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableNULL_ACTION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNULL_ADDRESS() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableNULL_ADDRESS_SERVICE_ENDPOINT() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableNULL_ADDRESSING_VERSION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNULL_BINDING() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNULL_EPR() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableNULL_HEADERS() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNULL_IMPLEMENTOR() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableNULL_MESSAGE() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNULL_PACKET() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNULL_PORTNAME() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableNULL_SERVICE() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableNULL_SOAP_VERSION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNULL_WSA_HEADERS() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableNULL_WSDL() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
- localizableNULL_WSDL_PORT() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizablePORT_NAME_REQUIRED() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizablePROVIDER_INVALID_PARAMETER_TYPE(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizablePROVIDER_NOT_PARAMETERIZED(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizablePUBLISHER_INFO_APPLYING_TRANSFORMATION(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizablePUBLISHER_INFO_GENERATING_WSDL(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableREPLY_TO_CANNOT_PARSE() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableRUNTIME_MODELER_ADDRESSING_RESPONSES_NOSUCHMETHOD(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_CANNOT_GET_SERVICE_NAME_FROM_INTERFACE(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_CLASS_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_ENDPOINT_INTERFACE_NO_WEBSERVICE(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_EXTERNAL_METADATA_GENERIC(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_EXTERNAL_METADATA_UNABLE_TO_READ(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_EXTERNAL_METADATA_UNSUPPORTED_SCHEMA(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_EXTERNAL_METADATA_WRONG_FORMAT(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_FEATURE_CONFLICT(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_INVALID_SOAPBINDING_PARAMETERSTYLE(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_METHOD_NOT_FOUND(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_MTOM_CONFLICT(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_NO_OPERATIONS(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_NO_PACKAGE(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_NO_WEBSERVICE_ANNOTATION(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_ONEWAY_OPERATION_NO_CHECKED_EXCEPTIONS(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_ONEWAY_OPERATION_NO_OUT_PARAMETERS(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_PORTNAME_SERVICENAME_NAMESPACE_MISMATCH(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_SOAPBINDING_CONFLICT(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATIC(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATICFINAL(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_WEBMETHOD_MUST_BE_PUBLIC(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_WRAPPER_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_WSFEATURE_ILLEGAL_FTRCONSTRUCTOR(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_WSFEATURE_MORETHANONE_FTRCONSTRUCTOR(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_MODELER_WSFEATURE_NO_FTRCONSTRUCTOR(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIME_PARSER_CLASS_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_INVALID_ATTRIBUTE_VALUE(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_INVALID_ATTRIBUTE_VALUE(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_INVALID_ELEMENT(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_INVALID_VERSION_NUMBER() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_MISSING_ATTRIBUTE(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_MISSING_ATTRIBUTE_NO_LINE() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_UNEXPECTED_CONTENT(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_WRONG_ELEMENT(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_WSDL_INCORRECTSERVICE(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_WSDL_INCORRECTSERVICEPORT(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_WSDL_MULTIPLEBINDING(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_WSDL_NOSERVICE_IN_WSDLMODEL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_WSDL_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_PARSER_XML_READER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_SAXPARSER_EXCEPTION(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_WSDL_PATCHER() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableRUNTIME_WSDLPARSER_INVALID_WSDL(Object, Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableRUNTIMEMODELER_INVALID_SOAPBINDING_ON_METHOD(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableRUNTIMEMODELER_INVALIDANNOTATION_ON_IMPL(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSENDER_NESTED_ERROR(Object) - Static method in class com.sun.xml.ws.resources.SenderMessages
- localizableSENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION(Object) - Static method in class com.sun.xml.ws.resources.SenderMessages
- localizableSENDER_REQUEST_MESSAGE_NOT_READY() - Static method in class com.sun.xml.ws.resources.SenderMessages
- localizableSENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL() - Static method in class com.sun.xml.ws.resources.SenderMessages
- localizableSERVER_RT_ERR(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSERVICE_NAME_REQUIRED() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSERVLET_ERROR_NO_ENDPOINT_SPECIFIED() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_ERROR_NO_RESPONSE_MESSAGE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_FAULTSTRING_INVALID_CONTENT_TYPE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_FAULTSTRING_INVALID_SOAP_ACTION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_FAULTSTRING_MISSING_PORT() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_FAULTSTRING_PORT_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_COLUMN_HEADER_INFORMATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_COLUMN_HEADER_PORT_NAME() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_COLUMN_HEADER_STATUS() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_ENDPOINT_TABLE(Object, Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_INFORMATION_TABLE(Object, Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_METHOD() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_NO_INFO_AVAILABLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_TITLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_HTML_TITLE_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_INFO_DESTROY() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_INFO_EMPTY_REQUEST_MESSAGE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_INFO_INITIALIZE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_NO_ADDRESS_AVAILABLE(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_TRACE_INVOKING_IMPLEMENTOR(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_TRACE_WRITING_FAULT_RESPONSE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_TRACE_WRITING_SUCCESS_RESPONSE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_NAME() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSERVLET_WARNING_MISSING_CONTEXT_INFORMATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableSOAP_FACTORY_CREATE_ERR(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
- localizableSOAP_FAULT_CREATE_ERR(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
- localizableSOAP_MSG_CREATE_ERR(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
- localizableSOAP_MSG_FACTORY_CREATE_ERR(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
- localizableSOAP_PROTOCOL_INVALID_FAULT_CODE(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
- localizableSOAP_VERSION_MISMATCH_ERR(Object, Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
- localizableSOAPDECODER_ERR() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSOAPENCODER_ERR() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSOURCEREADER_INVALID_SOURCE(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableSTATEFUL_COOKIE_HEADER_INCORRECT(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSTATEFUL_COOKIE_HEADER_REQUIRED(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSTATEFUL_INVALID_WEBSERVICE_CONTEXT(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSTATEFUL_REQURES_ADDRESSING(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSTATIC_RESOURCE_INJECTION_ONLY(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableSTAX_CANT_CREATE() - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableSTAXREADER_XMLSTREAMEXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableSTREAMING_IO_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableSTREAMING_PARSE_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableTRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableTRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableTRACE_SERVLET_REQUEST_FOR_PORT_NAMED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableTRACE_SERVLET_WRITING_FAULT_RESPONSE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableTRACE_SERVLET_WRITING_SUCCESS_RESPONSE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableUNABLE_TO_CREATE_JAXB_CONTEXT() - Static method in class com.sun.xml.ws.resources.ModelerMessages
- localizableUNDEFINED_BINDING(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableUNDEFINED_PORT_TYPE(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableUNEXPECTED_HTTP_METHOD(Object) - Static method in class com.sun.xml.ws.resources.HttpserverMessages
- localizableUNKNOWN_WSA_HEADER() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableUNSUPPORTED_CHARSET(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableUNSUPPORTED_CONTENT_TYPE(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableUNSUPPORTED_OPERATION(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableUTIL_FAILED_TO_FIND_HANDLERCHAIN_FILE(Object, Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
- localizableUTIL_FAILED_TO_PARSE_HANDLERCHAIN_FILE(Object, Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
- localizableUTIL_HANDLER_CANNOT_COMBINE_SOAPMESSAGEHANDLERS() - Static method in class com.sun.xml.ws.resources.UtilMessages
- localizableUTIL_HANDLER_CLASS_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
- localizableUTIL_HANDLER_ENDPOINT_INTERFACE_NO_WEBSERVICE(Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
- localizableUTIL_HANDLER_NO_WEBSERVICE_ANNOTATION(Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
- localizableUTIL_LOCATION(Object, Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
- localizableUTIL_PARSER_WRONG_ELEMENT(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
- localizableVALIDATION_CLIENT_NULL_ACTION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableVALIDATION_SERVER_NULL_ACTION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableWOODSTOX_CANT_LOAD(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableWRONG_ADDRESSING_VERSION(Object, Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableWRONG_FIELD_TYPE(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableWRONG_NO_PARAMETERS(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableWRONG_PARAMETER_TYPE(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableWRONG_TNS_FOR_PORT(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableWSAW_ANONYMOUS_PROHIBITED() - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableWSDL_BOUND_OPERATION_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
- localizableWSDL_CONTAINS_NO_SERVICE(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableWSDL_IMPORT_SHOULD_BE_WSDL(Object) - Static method in class com.sun.xml.ws.resources.WsdlmodelMessages
- localizableWSDL_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
- localizableWSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.WsdlmodelMessages
- localizableWSDL_REQUIRED() - Static method in class com.sun.xml.ws.resources.ServerMessages
- localizableWSM_1001_FAILED_ASSERTION(Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
- localizableWSM_1002_EXPECTED_MANAGEMENT_ASSERTION(Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
- localizableWSM_1003_MANAGEMENT_ASSERTION_MISSING_ID(Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
- localizableWSM_1004_EXPECTED_XML_TAG(Object, Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
- localizableWSM_1005_EXPECTED_COMMUNICATION_CHILD() - Static method in class com.sun.xml.ws.resources.ManagementMessages
- localizableWSM_1006_CLIENT_MANAGEMENT_ENABLED() - Static method in class com.sun.xml.ws.resources.ManagementMessages
- localizableWSM_1007_FAILED_MODEL_TRANSLATOR_INSTANTIATION() - Static method in class com.sun.xml.ws.resources.ManagementMessages
- localizableWSM_1008_EXPECTED_INTEGER_DISPOSE_DELAY_VALUE(Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
- localizableWSP_1001_XML_EXCEPTION_WHEN_PROCESSING_POLICY_REFERENCE() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1002_UNABLE_TO_MARSHALL_POLICY_OR_POLICY_REFERENCE() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1003_UNABLE_TO_CHECK_ELEMENT_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1004_POLICY_URIS_CAN_NOT_BE_NULL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1005_POLICY_REFERENCE_DOES_NOT_EXIST(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1006_POLICY_MAP_EXTENDER_CAN_NOT_BE_NULL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1007_POLICY_EXCEPTION_WHILE_FINISHING_PARSING_WSDL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1008_NOT_MARSHALLING_WSDL_SUBJ_NULL(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1009_NOT_MARSHALLING_ANY_POLICIES_POLICY_MAP_IS_NULL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1010_NO_POLICIES_DEFINED() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1011_FAILED_TO_RETRIEVE_EFFECTIVE_POLICY_FOR_SUBJECT(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1012_FAILED_CONFIGURE_WSDL_MODEL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1013_EXCEPTION_WHEN_READING_POLICY_ELEMENT(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1014_CAN_NOT_FIND_POLICY(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1015_SERVER_SIDE_ASSERTION_VALIDATION_FAILED(Object, Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1016_POLICY_ID_NULL_OR_DUPLICATE(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1017_MAP_UPDATE_FAILED() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1018_FAILED_TO_MARSHALL_POLICY(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1019_CREATE_EMPTY_POLICY_MAP() - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1020_DUPLICATE_ID(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSP_1021_FAULT_NOT_BOUND(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
- localizableWSSERVLET_11_DIAG_CAUSE_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_11_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_11_DIAG_CHECK_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_12_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_12_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_13_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_13_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_14_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_14_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_15_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_15_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_16_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_16_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_17_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_17_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_18_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_18_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_19_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_19_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_20_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_20_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_21_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_21_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_22_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_22_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_23_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_23_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_23_DIAG_CHECK_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_24_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_24_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_25_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_25_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_26_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_26_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_27_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_27_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_28_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_28_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_29_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_29_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_30_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_30_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_31_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_31_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_32_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_32_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_33_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_33_DIAG_CAUSE_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_33_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_33_DIAG_CHECK_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_34_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_34_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_35_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_35_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_43_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_43_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_44_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_44_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_49_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_49_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_50_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_50_DIAG_CAUSE_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_50_DIAG_CAUSE_3() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_50_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_50_DIAG_CHECK_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_50_DIAG_CHECK_3() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_51_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_51_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_63_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_63_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_64_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_64_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_65_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableWSSERVLET_65_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
- localizableXML_CANNOT_INTERNALIZE_MESSAGE() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_CONTENT_TYPE_MUSTBE_MULTIPART() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_CONTENT_TYPE_PARSE_ERR() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_GET_DS_ERR() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_GET_SOURCE_ERR() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_INVALID_CONTENT_TYPE(Object) - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_NO_CONTENT_TYPE() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_NULL_HEADERS() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_ROOT_PART_INVALID_CONTENT_TYPE(Object) - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_SET_PAYLOAD_ERR() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXML_UNKNOWN_CONTENT_TYPE() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
- localizableXMLREADER_ILLEGAL_STATE_ENCOUNTERED(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLREADER_IO_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLREADER_NESTED_ERROR(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLREADER_PARSE_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLREADER_UNEXPECTED_CHARACTER_CONTENT(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLREADER_UNEXPECTED_STATE(Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLREADER_UNEXPECTED_STATE_MESSAGE(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLREADER_UNEXPECTED_STATE_TAG(Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLRECORDER_RECORDING_ENDED() - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLWRITER_IO_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLWRITER_NESTED_ERROR(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXMLWRITER_NO_PREFIX_FOR_URI(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
- localizableXSD_UNEXPECTED_ELEMENT_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
- localizableXSD_UNKNOWN_PREFIX(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
- localName - Variable in class com.sun.xml.ws.encoding.TagInfoset
-
Local name of the start tag.
- localName - Variable in class com.sun.xml.ws.util.QNameMap.Entry
-
The localPart.
- LocatableWebServiceException - Exception in com.sun.xml.ws.util.exception
-
WebServiceExceptionwith source location informaiton. - LocatableWebServiceException(String, Throwable, XMLStreamReader) - Constructor for exception com.sun.xml.ws.util.exception.LocatableWebServiceException
- LocatableWebServiceException(String, Throwable, Locator...) - Constructor for exception com.sun.xml.ws.util.exception.LocatableWebServiceException
- LocatableWebServiceException(String, XMLStreamReader) - Constructor for exception com.sun.xml.ws.util.exception.LocatableWebServiceException
- LocatableWebServiceException(String, Locator...) - Constructor for exception com.sun.xml.ws.util.exception.LocatableWebServiceException
- LocatableWebServiceException(Throwable, XMLStreamReader) - Constructor for exception com.sun.xml.ws.util.exception.LocatableWebServiceException
- LocatableWebServiceException(Throwable, Locator...) - Constructor for exception com.sun.xml.ws.util.exception.LocatableWebServiceException
- locateWSDL(Class<Service>, String) - Method in class com.sun.xml.ws.api.WSDLLocator
-
Returns the actual WSDL location
- LOGGER - Static variable in class com.sun.xml.ws.spi.db.BindingContextFactory
- LoggingDomain - Static variable in class com.sun.xml.ws.util.Constants
-
WS SI Logging Domain
M
- MAJOR_VERSION - Variable in class com.sun.xml.ws.util.Version
-
Represents the major JAX-WS version, such as "2.0".
- MALFORMED_XML - Static variable in class com.sun.xml.ws.transport.http.WSHTTPConnection
- ManagementMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- ManagementMessages() - Constructor for class com.sun.xml.ws.resources.ManagementMessages
- mangleName(String) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- mangleNameToClassName(String) - Static method in class com.sun.xml.ws.spi.db.BindingHelper
-
Computes a Java class name from a local name.
- mangleNameToPropertyName(String) - Static method in class com.sun.xml.ws.spi.db.BindingHelper
-
Computes a Java class name from a local name.
- mangleNameToVariableName(String) - Static method in class com.sun.xml.ws.spi.db.BindingHelper
-
Computes a Java identifier from a local name.
- MAP_REQUIRED_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- MAP_REQUIRED_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- MAP_REQUIRED_TEXT - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- MAP_REQUIRED_TEXT - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- mapAllowsAdditionalProperties() - Method in class com.oracle.webservices.api.message.BasePropertySet
-
Used when constructing the
BasePropertySet.MapViewfor this object - it controls if theBasePropertySet.MapViewservers only to access strongly typed values or allows also different values - mappingInfo - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- MappingInfo - Class in com.sun.xml.ws.api.databinding
-
A MappingInfo object is the collection of all the properties of the mapping between a JAVA contract class (SEI) and it's corresponding WSDL artifacts (wsdl:portType and wsdl:binding).
- MappingInfo() - Constructor for class com.sun.xml.ws.api.databinding.MappingInfo
- mapRequiredTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the QName of the fault code when a required header representing a WS-Addressing Message Addressing Property is not present.
- marshal(BridgeContext, T, OutputStream, NamespaceContext) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(BridgeContext, T, XMLStreamWriter) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(BridgeContext, T, Result) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(BridgeContext, T, Node) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(BridgeContext, T, ContentHandler) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(Marshaller, T, OutputStream, NamespaceContext) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(Marshaller, T, XMLStreamWriter) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(Marshaller, T, Result) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(Marshaller, T, Node) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(Marshaller, T, ContentHandler) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(T, OutputStream, NamespaceContext) - Method in class com.sun.xml.ws.spi.db.OldBridge
-
Marshals the specified type object with the implicit element name associated with this instance of
XMLBridge. - marshal(T, OutputStream, NamespaceContext, AttachmentMarshaller) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(T, OutputStream, NamespaceContext, AttachmentMarshaller) - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- marshal(T, OutputStream, NamespaceContext, AttachmentMarshaller) - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- marshal(T, OutputStream, NamespaceContext, AttachmentMarshaller) - Method in interface com.sun.xml.ws.spi.db.XMLBridge
- marshal(T, XMLStreamWriter) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(T, XMLStreamWriter, AttachmentMarshaller) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(T, XMLStreamWriter, AttachmentMarshaller) - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- marshal(T, XMLStreamWriter, AttachmentMarshaller) - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- marshal(T, XMLStreamWriter, AttachmentMarshaller) - Method in interface com.sun.xml.ws.spi.db.XMLBridge
- marshal(T, Result) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(T, Result) - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- marshal(T, Result) - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- marshal(T, Result) - Method in interface com.sun.xml.ws.spi.db.XMLBridge
- marshal(T, Node) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(T, Node) - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- marshal(T, Node) - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- marshal(T, Node) - Method in interface com.sun.xml.ws.spi.db.XMLBridge
- marshal(T, ContentHandler) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(T, ContentHandler, AttachmentMarshaller) - Method in class com.sun.xml.ws.spi.db.OldBridge
- marshal(T, ContentHandler, AttachmentMarshaller) - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- marshal(T, ContentHandler, AttachmentMarshaller) - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- marshal(T, ContentHandler, AttachmentMarshaller) - Method in interface com.sun.xml.ws.spi.db.XMLBridge
- Marshaller(JAXBContext) - Constructor for class com.sun.xml.ws.util.Pool.Marshaller
- MASM_0001_DEFAULT_CFG_FILE_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0001: Default configuration file [ {0} ] was not found
- MASM_0002_DEFAULT_CFG_FILE_LOCATED(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0002: Default [ {0} ] configuration file located at [ {1} ]
- MASM_0003_DEFAULT_CFG_FILE_NOT_LOADED(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0003: Default [ {0} ] configuration file was not loaded
- MASM_0004_NO_TUBELINES_SECTION_IN_DEFAULT_CFG_FILE(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0004: No
section found in the default [ {0} ] configuration file - MASM_0005_NO_DEFAULT_TUBELINE_IN_DEFAULT_CFG_FILE(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0005: No default tubeline is defined in the default [ {0} ] configuration file
- MASM_0006_APP_CFG_FILE_LOCATED(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0006: Application metro.xml configuration file located at [ {0} ]
- MASM_0007_APP_CFG_FILE_NOT_FOUND() - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0007: No application metro.xml configuration file found.
- MASM_0008_INVALID_URI_REFERENCE(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0008: Invalid URI reference [ {0} ]
- MASM_0009_CANNOT_FORM_VALID_URL(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0009: Cannot form a valid URL from the resource name "{0}".
- MASM_0010_ERROR_READING_CFG_FILE_FROM_LOCATION(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0010: Unable to unmarshall metro config file from location [ {0} ]
- MASM_0011_LOADING_RESOURCE(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0011: Trying to load [ {0} ] via parent resouce loader [ {1} ]
- MASM_0012_LOADING_VIA_SERVLET_CONTEXT(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0012: Trying to load [ {0} ] via servlet context [ {1} ]
- MASM_0013_ERROR_INVOKING_SERVLET_CONTEXT_METHOD(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0013: Unable to invoke {0} method on servlet context instance
- MASM_0014_UNABLE_TO_LOAD_CLASS(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0014: Unable to load [ {0} ] class
- MASM_0015_CLASS_DOES_NOT_IMPLEMENT_INTERFACE(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0015: Class [ {0} ] does not implement [ {1} ] interface
- MASM_0016_UNABLE_TO_INSTANTIATE_TUBE_FACTORY(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0016: Unable to instantiate Tube factory class [ {0} ]
- MASM_0017_UNABLE_TO_LOAD_TUBE_FACTORY_CLASS(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0017: Unable to load Tube factory class [ {0} ]
- MASM_0018_MSG_LOGGING_SYSTEM_PROPERTY_SET_TO_VALUE(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0018: Message logging {0} system property detected to be set to value {1}
- MASM_0019_MSG_LOGGING_SYSTEM_PROPERTY_ILLEGAL_VALUE(Object, Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0019: Illegal logging level value "{1}" stored in the {0} message logging system property.
- MASM_0020_ERROR_CREATING_URI_FROM_GENERATED_STRING(Object) - Static method in class com.sun.xml.ws.resources.TubelineassemblyMessages
-
MASM0020: Unable to create a new URI instance for generated endpoint URI string [ {0} ]
- master2copy - Variable in class com.sun.xml.ws.api.pipe.TubeCloner
- masterTubeline - Variable in class com.sun.xml.ws.server.WSEndpointImpl
- matchQNames(QName, QName) - Static method in class com.sun.xml.ws.util.JAXWSUtils
- MEMBER - com.sun.xml.ws.api.addressing.AddressingVersion
- MemberSubmissionAddressing - Annotation Type in com.sun.xml.ws.developer
-
This feature represents the use of WS-Addressing with either the SOAP 1.1/HTTP or SOAP 1.2/HTTP binding.
- MemberSubmissionAddressing.Validation - Enum in com.sun.xml.ws.developer
-
Property to determine if the incoming messsages should be checked for conformance with MemberSubmission version of WS-Addressing.
- MemberSubmissionAddressingConstants - Interface in com.sun.xml.ws.addressing.v200408
-
Constants for Member Submission WS-Addressing version
- MemberSubmissionAddressingFeature - Class in com.sun.xml.ws.developer
-
Addressing Feature representing MemberSubmission Version.
- MemberSubmissionAddressingFeature() - Constructor for class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
-
Create an MemberSubmissionAddressingFeature The instance created will be enabled.
- MemberSubmissionAddressingFeature(boolean) - Constructor for class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
-
Create an MemberSubmissionAddressingFeature
- MemberSubmissionAddressingFeature(boolean, boolean) - Constructor for class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
-
Create an
MemberSubmissionAddressingFeature - MemberSubmissionAddressingFeature(boolean, boolean, MemberSubmissionAddressing.Validation) - Constructor for class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
-
Create an
MemberSubmissionAddressingFeature - MemberSubmissionAddressingWSDLParserExtension - Class in com.sun.xml.ws.wsdl.parser
-
Member Submission WS-Addressing Runtime WSDL parser extension
- MemberSubmissionAddressingWSDLParserExtension() - Constructor for class com.sun.xml.ws.wsdl.parser.MemberSubmissionAddressingWSDLParserExtension
- MemberSubmissionEndpointReference - Class in com.sun.xml.ws.developer
-
Data model for Member Submission WS-Addressing specification.
- MemberSubmissionEndpointReference() - Constructor for class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- MemberSubmissionEndpointReference(Source) - Constructor for class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
-
construct an EPR from infoset representation
- MemberSubmissionEndpointReference.Address - Class in com.sun.xml.ws.developer
- MemberSubmissionEndpointReference.AttributedQName - Class in com.sun.xml.ws.developer
- MemberSubmissionEndpointReference.Elements - Class in com.sun.xml.ws.developer
- MemberSubmissionEndpointReference.ServiceNameType - Class in com.sun.xml.ws.developer
- MemberSubmissionWsaClientTube - Class in com.sun.xml.ws.addressing.v200408
- MemberSubmissionWsaClientTube(MemberSubmissionWsaClientTube, TubeCloner) - Constructor for class com.sun.xml.ws.addressing.v200408.MemberSubmissionWsaClientTube
- MemberSubmissionWsaClientTube(WSDLPort, WSBinding, Tube) - Constructor for class com.sun.xml.ws.addressing.v200408.MemberSubmissionWsaClientTube
- MemberSubmissionWsaServerTube - Class in com.sun.xml.ws.addressing.v200408
- MemberSubmissionWsaServerTube(MemberSubmissionWsaServerTube, TubeCloner) - Constructor for class com.sun.xml.ws.addressing.v200408.MemberSubmissionWsaServerTube
- MemberSubmissionWsaServerTube(WSEndpoint, WSDLPort, WSBinding, Tube) - Constructor for class com.sun.xml.ws.addressing.v200408.MemberSubmissionWsaServerTube
- memoryThreshold() - Method in annotation type com.sun.xml.ws.developer.StreamingAttachment
-
After this threshold(no of bytes per attachment), large attachment is written to file system.
- MEP - Enum in com.sun.xml.ws.api.model
-
Constants that represents four message exchange patterns.
- mergeFeature(Class<F>, WebServiceFeatureList, WebServiceFeatureList) - Static method in class com.sun.xml.ws.binding.FeatureListUtil
- mergeFeatures(WSDLPort, boolean, boolean) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
-
Extracts features from
WSDLFeaturedObject.getFeatures(). - mergeFeatures(Iterable<WebServiceFeature>, boolean) - Method in interface com.sun.xml.ws.api.WSFeatureList
-
Merges the extra features that are not already set on binding.
- mergeFeatures(Iterable<WebServiceFeature>, boolean) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
-
Merges the extra features that are not already set on binding.
- mergeFeatures(WebServiceFeature[], boolean) - Method in interface com.sun.xml.ws.api.WSFeatureList
-
Merges the extra features that are not already set on binding.
- mergeFeatures(WebServiceFeature[], boolean) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- mergeList(WebServiceFeatureList...) - Static method in class com.sun.xml.ws.binding.FeatureListUtil
-
Merge all features into one list.
- Message - Class in com.sun.xml.ws.api.message
-
Represents a SOAP message.
- Message() - Constructor for class com.sun.xml.ws.api.message.Message
- MESSAGE_TOO_LONG(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Message has been truncated use {0} property to increase the amount of printed part of the message
- messageAttributes(EditableWSDLMessage, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- MessageContext - Interface in com.oracle.webservices.api.message
-
MessageContext represents a container of a SOAP message and all the properties including the transport headers.
- messageContextFactory - Variable in class com.sun.xml.ws.binding.BindingImpl
- MessageContextFactory - Class in com.oracle.webservices.api.message
- MessageContextFactory - Class in com.sun.xml.ws.api.message
-
The MessageContextFactory implements com.oracle.webservices.api.message.MessageContextFactory as a factory of Packet and public facade of Codec(s).
- MessageContextFactory() - Constructor for class com.oracle.webservices.api.message.MessageContextFactory
- MessageContextFactory(WSFeatureList) - Constructor for class com.sun.xml.ws.api.message.MessageContextFactory
- MessageContextFactory(WebServiceFeature[]) - Constructor for class com.sun.xml.ws.api.message.MessageContextFactory
- messageElements(EditableWSDLMessage, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- MessageHeaders - Interface in com.sun.xml.ws.api.message
-
Interface representing all the headers of a
Message - messageIDTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the MessageID QName in the SOAP message for a specific WS-Addressing Version.
- MessageKey(QName, QName) - Constructor for class com.sun.xml.ws.binding.BindingImpl.MessageKey
- MessageMetadata - Interface in com.sun.xml.ws.api.message
-
In order for the Message to get properties from the Packet ...
- Messages - Class in com.sun.xml.ws.api.message
-
Factory methods for various
Messageimplementations. - MessageWritable - Interface in com.sun.xml.ws.api.message
-
A Message implementation may implement this interface as an alternative way to write the message into the OutputStream.
- metadataReader - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- MetadataReader - Interface in com.sun.xml.ws.api.databinding
-
MetadataReader
- metadataResolver(EntityResolver) - Method in class com.sun.xml.ws.api.wsdl.parser.MetadataResolverFactory
-
Gets a
MetaDataResolver - MetaDataResolver - Class in com.sun.xml.ws.api.wsdl.parser
-
Resolves metadata such as WSDL/schema.
- MetaDataResolver() - Constructor for class com.sun.xml.ws.api.wsdl.parser.MetaDataResolver
- MetadataResolverFactory - Class in com.sun.xml.ws.api.wsdl.parser
-
Extension point for resolving metadata using wsimport.
- MetadataResolverFactory() - Constructor for class com.sun.xml.ws.api.wsdl.parser.MetadataResolverFactory
- MetadataUtil - Class in com.sun.xml.ws.util
-
WSDL, schema document metadata utility class.
- MetadataUtil() - Constructor for class com.sun.xml.ws.util.MetadataUtil
- MethodGetter - Class in com.sun.xml.ws.spi.db
-
MethodGetter
- MethodGetter(Method) - Constructor for class com.sun.xml.ws.spi.db.MethodGetter
- MethodInjectionPlan(Method) - Constructor for class com.sun.xml.ws.util.InjectionPlan.MethodInjectionPlan
- MethodSetter - Class in com.sun.xml.ws.spi.db
-
MethodInjection
- MethodSetter(Method) - Constructor for class com.sun.xml.ws.spi.db.MethodSetter
- MethodUtil - Class in com.sun.xml.ws.util
- MEX_METADATA - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- MEX_METADATA_DIALECT_ATTRIBUTE - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- MEX_METADATA_DIALECT_VALUE - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- MEX_METADATA_SECTION - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- MEX_METADATA_SYSTEMID_NULL() - Static method in class com.sun.xml.ws.resources.WsdlmodelMessages
-
MEX WSDL metadata can not be parsed, the systemId is of the MEX source is null.
- MexEntityResolver - Class in com.sun.xml.ws.wsdl.parser
-
Entity resolver that works on MEX Metadata
- MexEntityResolver(List<? extends Source>) - Constructor for class com.sun.xml.ws.wsdl.parser.MexEntityResolver
- MimeMultipartParser - Class in com.sun.xml.ws.encoding
-
Parses Mime multipart message into primary part and attachment parts.
- MimeMultipartParser(InputStream, String, StreamingAttachmentFeature) - Constructor for class com.sun.xml.ws.encoding.MimeMultipartParser
- MIMEPartStreamingDataHandler - Class in com.sun.xml.ws.encoding
-
Implementation of
StreamingDataHandlerto access MIME attachments efficiently. - MIMEPartStreamingDataHandler(MIMEPart) - Constructor for class com.sun.xml.ws.encoding.MIMEPartStreamingDataHandler
- MISSING_ADDRESS_IN_EPR - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- MISSING_HEADER_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Missing WS-Addressing header: "{0}"
- model - Variable in class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
- ModelerMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- ModelerMessages() - Constructor for class com.sun.xml.ws.resources.ModelerMessages
- Module - Class in com.sun.xml.ws.api.server
-
Represents an object scoped to the current "module" (like a JavaEE web appliation).
- Module() - Constructor for class com.sun.xml.ws.api.server.Module
- MonitorBase - Class in com.sun.xml.ws.server
- MonitorBase() - Constructor for class com.sun.xml.ws.server.MonitorBase
- MonitorRootService - Class in com.sun.xml.ws.server
- moveTo(File) - Method in class com.sun.xml.ws.encoding.DataSourceStreamingDataHandler
- moveTo(File) - Method in class com.sun.xml.ws.encoding.MIMEPartStreamingDataHandler
- MrJarUtil - Class in com.sun.xml.ws.util
-
Utility class used as a JEP 238 multi release jar versioned class.
- MrJarUtil() - Constructor for class com.sun.xml.ws.util.MrJarUtil
- MSNS - Static variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- MTOM_THRESHOLOD_VALUE - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
- MtomCodec - Class in com.sun.xml.ws.encoding
-
Mtom message Codec.
- MtomCodec.ByteArrayBuffer - Class in com.sun.xml.ws.encoding
- MtomCodec.MtomStreamWriterImpl - Class in com.sun.xml.ws.encoding
- MtomCodec.MtomXMLStreamReaderEx - Class in com.sun.xml.ws.encoding
- MtomStreamWriter - Interface in com.sun.xml.ws.streaming
-
Deprecated.use org.jvnet.staxex.util.MtomStreamWriter
- MtomStreamWriterImpl(XMLStreamWriter, List<MtomCodec.ByteArrayBuffer>, String, MTOMFeature) - Constructor for class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
- MtomXMLStreamReaderEx(MimeMultipartParser, XMLStreamReader) - Constructor for class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
N
- name - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.AttributedQName
- name() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPartDescriptor
-
Gives Qualified name of the XML Schema element or type
- NamedNodeMapIterator - Class in com.sun.xml.ws.util.xml
- NamedNodeMapIterator(NamedNodeMap) - Constructor for class com.sun.xml.ws.util.xml.NamedNodeMapIterator
- NamespaceContextExAdaper - Class in com.sun.xml.ws.util.xml
- NamespaceContextExAdaper(NamespaceContext) - Constructor for class com.sun.xml.ws.util.xml.NamespaceContextExAdaper
- NamespaceSupport - Class in com.sun.xml.ws.util
-
Encapsulate Namespace logic for use by SAX drivers.
- NamespaceSupport() - Constructor for class com.sun.xml.ws.util.NamespaceSupport
-
Create a new Namespace support object.
- NamespaceSupport(NamespaceSupport) - Constructor for class com.sun.xml.ws.util.NamespaceSupport
- NESTED_DESERIALIZATION_ERROR(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
-
deserialization error: {0}
- NESTED_ENCODING_ERROR(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
-
encoding error: {0}
- NESTED_MODELER_ERROR(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
runtime modeler error: {0}
- NESTED_SERIALIZATION_ERROR(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
-
serialization error: {0}
- newContext(BindingInfo) - Method in class com.sun.xml.ws.spi.db.BindingContextFactory
- newContext(JAXBContext) - Method in class com.sun.xml.ws.spi.db.BindingContextFactory
- newDocumentBuilderFactory(boolean) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- newFactory(WebServiceFeature...) - Method in class com.oracle.webservices.api.message.MessageContextFactory
- newFactory(WebServiceFeature...) - Method in class com.sun.xml.ws.api.message.MessageContextFactory
- newInputStream() - Method in class com.sun.xml.ws.util.ByteArrayBuffer
-
Creates a new
InputStreamthat reads from this buffer. - newInputStream(int, int) - Method in class com.sun.xml.ws.util.ByteArrayBuffer
-
Creates a new
InputStreamthat reads a part of this bfufer. - newInstance() - Static method in class com.oracle.webservices.api.databinding.DatabindingFactory
-
Create a new instance of a
DatabindingFactory. - newInstance() - Static method in class com.sun.xml.ws.api.databinding.DatabindingFactory
-
Create a new instance of a
WsFactory. - newInstance(XMLOutputFactory) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.Zephyr
- newMapRequiredFault(MissingAddressingHeaderException) - Method in class com.sun.xml.ws.addressing.WsaTubeHelper
- newSAXParserFactory(boolean) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- newTransformer() - Static method in class com.sun.xml.ws.util.xml.XmlUtil
-
Creates a new identity transformer.
- newTransformerFactory(boolean) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- newWrapperInstace(Class<?>) - Method in interface com.sun.xml.ws.spi.db.BindingContext
- newXMLInputFactory(boolean) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- newXPathFactory(boolean) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- next() - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- next() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- next() - Method in class com.sun.xml.ws.util.xml.NamedNodeMapIterator
- next() - Method in class com.sun.xml.ws.util.xml.NodeListIterator
- next() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- next() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- next(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- NextAction - Class in com.sun.xml.ws.api.pipe
-
Indicates what shall happen after
Tube.processRequest(Packet)orTube.processResponse(Packet)returns. - NextAction() - Constructor for class com.sun.xml.ws.api.pipe.NextAction
- nextContent(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- nextElementContent(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- nextTag() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- nextTag() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- nextTag() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- nextWhiteSpaceContent(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
-
Moves next and read spaces from the reader as long as to the next element.
- NO_CONTENT_TYPE() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Request doesn't have a Content-Type
- NO_CURRENT_PACKET() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
This thread is not currently processing any web service request.
- NO_OP_COMPLETION_CALLBACK - Static variable in class com.sun.xml.ws.transport.http.HttpAdapter
- NO_SUCH_CONTENT_ID(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
-
There''s no attachment for the content ID "{0}"
- NO_SUNJAXWS_XML(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Runtime descriptor "{0}" is missing
- NO_WSDL_NO_PORT(Object) - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface {0} should have WSDL information
- NoCloseInputStream - Class in com.sun.xml.ws.util
-
InputStreamthat cannot be closed. - NoCloseInputStream(InputStream) - Constructor for class com.sun.xml.ws.util.NoCloseInputStream
- NoCloseOutputStream - Class in com.sun.xml.ws.util
-
OutputStreamthat cannot be closed. - NoCloseOutputStream(OutputStream) - Constructor for class com.sun.xml.ws.util.NoCloseOutputStream
- NodeListIterator - Class in com.sun.xml.ws.util.xml
- NodeListIterator(NodeList) - Constructor for class com.sun.xml.ws.util.xml.NodeListIterator
- NoLock(XMLInputFactory) - Constructor for class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.NoLock
- NoLock(XMLOutputFactory) - Constructor for class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.NoLock
- NON_ANONYMOUS_RESPONSE() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Sending 202 and processing non-anonymous response
- NON_ANONYMOUS_RESPONSE_NULL_HEADERS(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
No response headers found in non-anonymous response from "{0}"
- NON_ANONYMOUS_RESPONSE_ONEWAY() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Ignoring non-anonymous response for one-way message
- NON_ANONYMOUS_RESPONSE_SENDING(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Sending non-anonymous reply to "{0}"
- NON_ANONYMOUS_UNKNOWN_PROTOCOL(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Unknown protocol: "{0}"
- NON_LOGICAL_HANDLER_SET(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Cannot set {0} on binding.
- NON_UNIQUE_DISPATCH_QNAME(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Non unique body parts! In a port, as per BP 1.1 R2710 operations must have unique operation signature on the wire for successful dispatch.
- NON_UNIQUE_OPERATION_SIGNATURE(Object, Object, Object, Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Operations in a port should have unique operation signature to successfuly identify a associated wsdl operation for a message.
- NonAnonymousResponseProcessor - Class in com.sun.xml.ws.api.addressing
-
Delivers response messages targeted at non-anonymous endpoint addresses
- NonAnonymousResponseProcessor() - Constructor for class com.sun.xml.ws.api.addressing.NonAnonymousResponseProcessor
- NONE - Static variable in class com.sun.xml.ws.api.server.Container
-
Constant that represents a "no
Container", which always returns null fromContainer.getSPI(Class). - noneUri - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Gets the none URI value associated with this WS-Addressing version.
- nonNullAsyncHandlerGiven - Variable in class com.sun.xml.ws.api.message.Packet
-
Indicates whether a non-null AsyncHandler was given at the point of making the request that created this packet.
- NOOP - com.sun.xml.ws.api.ha.HighAvailabilityProvider.StoreType
-
NOOP implementation of
BackingStoreFactoryinterface - NOT_A_VALID_BARE_METHOD(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
SEI {0} has method {1} annotated as BARE but it has more than one parameter bound to body.
- NOT_IMPLEMENT_PROVIDER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
"{0}" doesn't implement Provider
- NOT_KNOW_HTTP_CONTEXT_TYPE(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Doesn''t support Endpoint.publish({0}).
- NOT_ZERO_PARAMETERS(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Method "{0}" shouldn''t have any arguments
- NOTFOUND_PORT_IN_WSDL(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
Port: {0} not a valid port in Service: {1} in WSDL: {2}
- NOTFOUND_SERVICE_IN_WSDL(Object, Object) - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
Service: {0} not found in WSDL: {1}
- ns - Variable in class com.sun.xml.ws.encoding.TagInfoset
-
Namespace declarations on this tag.
- NS_RUNTIME - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- NS_RUNTIME - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- NS_SOAP_BINDING - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- NS_SOAP_BINDING_ADDRESS - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- NS_SOAP_ENCODING - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- NS_SOAP11_HTTP_BINDING - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- NS_SOAP12_BINDING - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- NS_SOAP12_BINDING_ADDRESS - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- NS_WSDL - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- NS_WSDL_SOAP - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- NS_WSDL_SOAP12 - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- NS_XMLNS - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- nsUri - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Namespace URI
- nsUri - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
SOAP envelope namespace URI.
- nsUri - Variable in class com.sun.xml.ws.encoding.TagInfoset
-
Namespace URI of the start tag in stax-style.
- nsUri - Variable in class com.sun.xml.ws.util.QNameMap.Entry
-
The namespace URI.
- NULL_ACTION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Populating request Addressing headers and found null Action
- NULL_ADDRESS() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
Address in an EPR cannot be null
- NULL_ADDRESS_SERVICE_ENDPOINT() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
Address in an EPR cannot be null, when serviceName or portName is null
- NULL_ADDRESSING_VERSION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Unexpected null Addressing version
- NULL_BINDING() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Populating request Addressing headers and found null Binding
- NULL_EPR() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
EndpointReference is null
- NULL_HEADERS() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
No headers found when processing the server inbound request and WS-Addressing is required
- NULL_IMPLEMENTOR() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Implementor cannot be null
- NULL_MESSAGE() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Null message found when processing the server inbound request and WS-Addressing is required
- NULL_PACKET() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Populating request Addressing headers and found null Packet
- NULL_PORTNAME() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
EPR doesn't have EndpointName in the Metadata
- NULL_SERVICE() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
serviceName can't be null when portName is specified
- NULL_SOAP_VERSION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Unexpected null SOAP version
- NULL_WSA_HEADERS() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
No WS-Addressing headers found processing the server inbound request
- NULL_WSDL() - Static method in class com.sun.xml.ws.resources.ProviderApiMessages
-
EPR doesn't have WSDL Metadata which is needed for the current operation
- NULL_WSDL_PORT() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Populating request Addressing headers and found null WSDLPort
O
- OK - Static variable in class com.sun.xml.ws.transport.http.WSHTTPConnection
- OldBridge<T> - Class in com.sun.xml.ws.spi.db
-
Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
- OldBridge(JAXBContextImpl) - Constructor for class com.sun.xml.ws.spi.db.OldBridge
- onCompletion() - Method in interface com.sun.xml.ws.transport.http.HttpAdapter.CompletionCallback
- onCompletion(Packet) - Method in interface com.sun.xml.ws.api.pipe.Fiber.CompletionCallback
-
Indicates that the fiber has finished its execution.
- onCompletion(Packet) - Method in interface com.sun.xml.ws.api.server.WSEndpoint.CompletionCallback
-
Indicates that the jax-ws runtime has finished execution of a request submitted via schedule().
- onCompletion(Throwable) - Method in interface com.sun.xml.ws.api.pipe.Fiber.CompletionCallback
-
Indicates that the fiber has finished abnormally, by throwing a given
Throwable. - ONE_WAY - com.sun.xml.ws.api.model.MEP
- ONEWAY - Static variable in class com.sun.xml.ws.transport.http.WSHTTPConnection
- OneWayFeature - Class in com.sun.xml.ws.api.addressing
-
Unsupported RI extension to work around an issue in WSIT.
- OneWayFeature() - Constructor for class com.sun.xml.ws.api.addressing.OneWayFeature
-
Create an
OneWayFeature. - OneWayFeature(boolean) - Constructor for class com.sun.xml.ws.api.addressing.OneWayFeature
-
Create an
OneWayFeature - OneWayFeature(boolean, WSEndpointReference) - Constructor for class com.sun.xml.ws.api.addressing.OneWayFeature
-
Create an
OneWayFeature - OneWayFeature(boolean, WSEndpointReference, WSEndpointReference, String) - Constructor for class com.sun.xml.ws.api.addressing.OneWayFeature
-
Create an
OneWayFeature - OneWayFeature(AddressingPropertySet, AddressingVersion) - Constructor for class com.sun.xml.ws.api.addressing.OneWayFeature
- ONLY_ANONYMOUS_ADDRESS_SUPPORTED - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- ONLY_NON_ANONYMOUS_ADDRESS_SUPPORTED - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- onRecycled() - Method in interface com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.RecycleAware
- onRecycled() - Method in interface com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.RecycleAware
- onRecycled() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- onRecycled() - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- onStartup(Set<Class<?>>, ServletContext) - Method in class com.sun.xml.ws.transport.http.servlet.WSServletContainerInitializer
- onTimeout(T, StatefulWebServiceManager<T>) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager.Callback
-
Application has a chance to decide if the object should be unexported, or kept alive.
- openConnection() - Method in class com.sun.xml.ws.api.EndpointAddress
-
Tries to open
URLConnectionfor this endpoint. - operationFeatures - Variable in class com.sun.xml.ws.binding.BindingImpl
- optional - com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation.ANONYMOUS
- out - Variable in class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- outbound() - Method in annotation type com.sun.xml.ws.developer.SchemaValidation
-
Turns validation on/off for outbound messages
- OUTBOUND_TRANSPORT_HEADERS - Static variable in class com.sun.xml.ws.api.message.Packet
-
Outbound transport headers are captured in a transport neutral way.
- OutboundStreamHeader - Class in com.sun.xml.ws.message.stream
-
Used to represent outbound header created from
XMLStreamBuffer. - OutboundStreamHeader(XMLStreamBuffer, String, String) - Constructor for class com.sun.xml.ws.message.stream.OutboundStreamHeader
- outputMessageFeatures - Variable in class com.sun.xml.ws.binding.BindingImpl
- owner - Variable in class com.sun.xml.ws.api.pipe.Fiber
- owner - Variable in class com.sun.xml.ws.server.AbstractMultiInstanceResolver
- owner - Variable in class com.sun.xml.ws.transport.http.HttpAdapter
P
- packet - Variable in class com.sun.xml.ws.developer.ValidationErrorHandler
- Packet - Class in com.sun.xml.ws.api.message
-
Represents a container of a
Message. - Packet() - Constructor for class com.sun.xml.ws.api.message.Packet
- Packet(Message) - Constructor for class com.sun.xml.ws.api.message.Packet
- Packet.State - Enum in com.sun.xml.ws.api.message
- Packet.Status - Enum in com.sun.xml.ws.api.message
- packetTakesPriorityOverRequestContext - Variable in class com.sun.xml.ws.api.message.Packet
-
During invocation of a client Stub or Dispatch a Packet is created then the Stub's RequestContext is copied into the Packet.
- Parameter - Interface in com.sun.xml.ws.api.model
-
Runtime Parameter that abstracts the annotated java parameter
- ParameterBinding - Class in com.sun.xml.ws.api.model
-
Denotes the binding of a parameter.
- ParameterBinding.Kind - Enum in com.sun.xml.ws.api.model
-
Represents 4 kinds of binding.
- ParameterImpl - Class in com.sun.xml.ws.model
-
runtime Parameter that abstracts the annotated java parameter
- ParameterImpl(JavaMethodImpl, TypeInfo, WebParam.Mode, int) - Constructor for class com.sun.xml.ws.model.ParameterImpl
- parse(XMLEntityResolver.Parser, XMLEntityResolver, boolean, Container, PolicyResolver, WSDLParserExtension...) - Static method in class com.sun.xml.ws.api.model.wsdl.WSDLModel.WSDLParser
-
Parses WSDL from the given wsdlLoc and gives a
WSDLModelbuilt from it. - parse(XMLEntityResolver.Parser, XMLEntityResolver, boolean, Container, PolicyResolver, WSDLParserExtension...) - Static method in class com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
- parse(XMLEntityResolver.Parser, XMLEntityResolver, boolean, Container, WSDLParserExtension...) - Static method in class com.sun.xml.ws.api.model.wsdl.WSDLModel.WSDLParser
-
Parses WSDL from the given wsdlLoc and gives a
WSDLModelbuilt from it. - parse(XMLEntityResolver.Parser, XMLEntityResolver, boolean, Container, WSDLParserExtension...) - Static method in class com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
- parse(XMLEntityResolver.Parser, XMLEntityResolver, boolean, WSDLParserExtension...) - Static method in class com.sun.xml.ws.api.model.wsdl.WSDLModel.WSDLParser
-
Parses WSDL from the given wsdlLoc and gives a
WSDLModelbuilt from it. - parse(File) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
-
Parses the
sun-jaxws.xmlfile and configures a set ofHttpAdapters. - parse(File) - Method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
-
Parses the
sun-jaxws.xmlfile and configures a set ofEndpointAdapters. - parse(Class) - Static method in class com.oracle.webservices.api.message.BasePropertySet
-
This method parses a class for fields and methods with
PropertySet.Property. - parse(Class) - Static method in class com.sun.xml.ws.api.PropertySet
-
Deprecated.
- parse(Class<?>) - Static method in class com.sun.xml.ws.api.BindingID
-
Figures out the binding from
BindingTypeannotation. - parse(String) - Static method in class com.sun.xml.ws.api.BindingID
-
Parses a binding ID string into a
BindingIDobject. - parse(String) - Method in class com.sun.xml.ws.api.BindingIDFactory
-
Parses a binding ID string into
BindingIDif possible. - parse(String, InputStream) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
-
Parses the
sun-jaxws.xmlfile and configures a set ofHttpAdapters. - parse(String, InputStream) - Method in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
-
Parses the
sun-jaxws.xmlfile and configures a set ofEndpointAdapters. - parse(URL, Source, EntityResolver, boolean, Container, PolicyResolver, WSDLParserExtension...) - Static method in class com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
-
Parses the WSDL and gives WSDLModel.
- parse(URL, Source, EntityResolver, boolean, Container, WSDLParserExtension...) - Static method in class com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
-
Parses the WSDL and gives WSDLModel.
- parse(URL, Source, EntityResolver, boolean, Container, Class, PolicyResolver, boolean, WSDLParserExtension...) - Static method in class com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
-
Parses the WSDL and gives WSDLModel.
- parse(URL, Source, EntityResolver, boolean, Container, Class, PolicyResolver, WSDLParserExtension...) - Static method in class com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
-
Parses the WSDL and gives WSDLModel.
- parse(URL, Source, EntityResolver, boolean, Container, Class, WSDLParserExtension...) - Static method in class com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
-
Parses the WSDL and gives WSDLModel.
- parseAnnotations(Class<?>) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- parseAnnotations(Iterable<Annotation>) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
-
Adds the corresponding features to the list for feature annotations(i.e which have
WebServiceFeatureAnnotationmeta annotation) - parseEagerly() - Method in annotation type com.sun.xml.ws.developer.StreamingAttachment
-
MIME message is parsed eagerly.
- parseImport(URL, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
- parseInt(byte[], int, int, int) - Static method in class com.sun.xml.ws.util.ASCIIUtility
-
Convert the bytes within the specified range of the given byte array into a signed integer in the given radix .
- parser - Variable in class com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver.Parser
-
The parser instance parsing the infoset.
- Parser(SDDocumentSource) - Constructor for class com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver.Parser
-
Creates a
XMLEntityResolver.Parserthat reads fromSDDocumentSource. - Parser(URL, XMLStreamReader) - Constructor for class com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver.Parser
- ParserUtil - Class in com.sun.xml.ws.wsdl.parser
-
TODO: made public just for now
- ParserUtil() - Constructor for class com.sun.xml.ws.wsdl.parser.ParserUtil
- parseTokenList(String) - Static method in class com.sun.xml.ws.util.xml.XmlUtil
- parts() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLMessage
-
Gets all the parts.
- patchAnonymousDefault(EditableWSDLBoundPortType) - Method in class com.sun.xml.ws.wsdl.parser.MemberSubmissionAddressingWSDLParserExtension
- patchAnonymousDefault(EditableWSDLBoundPortType) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingMetadataWSDLParserExtension
- patchAnonymousDefault(EditableWSDLBoundPortType) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
-
Patch the default value of wsaw:Anonymous=optional if none is specified
- Payload - com.sun.xml.ws.util.xml.XMLReaderComposite.State
- payloadIndex - Variable in class com.sun.xml.ws.util.xml.XMLReaderComposite
- payloadReader - Variable in class com.sun.xml.ws.util.xml.XMLReaderComposite
- PayloadStreamReaderMessage - Class in com.sun.xml.ws.message.stream
-
Messagebacked byXMLStreamReaderas payload - PayloadStreamReaderMessage(MessageHeaders, XMLStreamReader, AttachmentSet, SOAPVersion) - Constructor for class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- PayloadStreamReaderMessage(XMLStreamReader, SOAPVersion) - Constructor for class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- PD_JAXWS_PACKAGE_PD - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- Pipe - Interface in com.sun.xml.ws.api.pipe
-
Deprecated.Use
Tube. - PipeCloner - Class in com.sun.xml.ws.api.pipe
-
Deprecated.Use
TubeCloner. - PipeClonerImpl - Class in com.sun.xml.ws.api.pipe
-
Clones the whole pipeline.
- PipeClonerImpl() - Constructor for class com.sun.xml.ws.api.pipe.PipeClonerImpl
- PipeClonerImpl(Map<Object, Object>) - Constructor for class com.sun.xml.ws.api.pipe.PipeClonerImpl
- PipelineAssembler - Interface in com.sun.xml.ws.api.pipe
-
Creates a pipeline.
- PipelineAssemblerFactory - Class in com.sun.xml.ws.api.pipe
-
Deprecated.Use
TubelineAssemblerFactoryinstead. - PipelineAssemblerFactory() - Constructor for class com.sun.xml.ws.api.pipe.PipelineAssemblerFactory
-
Deprecated.
- policy() - Method in class com.sun.xml.ws.server.MonitorRootService
- PolicyMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- PolicyMessages() - Constructor for class com.sun.xml.ws.resources.PolicyMessages
- policyNsUri - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Namespace URI for the WSDL Binding
- PolicyWSDLParserExtension - Interface in com.sun.xml.ws.api.wsdl.parser
-
Marker interface for WSDLParserExtension implementations that can replace the default implementation
- pool - Variable in class com.sun.xml.ws.api.server.Adapter
-
Pool of
Adapter.Toolkits. - Pool<T> - Class in com.sun.xml.ws.util
-
General-purpose object pool.
- Pool() - Constructor for class com.sun.xml.ws.util.Pool
- Pool.Marshaller - Class in com.sun.xml.ws.util
-
JAXB
Marshallerpool. - Pool.TubePool - Class in com.sun.xml.ws.util
-
Tubepool. - Pool.Unmarshaller - Class in com.sun.xml.ws.util
-
JAXB
Marshallerpool. - popContext() - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Revert to the previous Namespace context.
- populateMaps() - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
-
Populate methodToJM and nameToJM maps.
- populateMaps() - Method in class com.sun.xml.ws.model.SOAPSEIModel
- PORT - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- PORT_NAME_REQUIRED() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Port QName is not found
- PortAddressResolver - Class in com.sun.xml.ws.api.server
-
Resolves port address for an endpoint.
- PortAddressResolver() - Constructor for class com.sun.xml.ws.api.server.PortAddressResolver
- portAttributes(EditableWSDLPort, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portElements(EditableWSDLPort, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portElements(EditableWSDLPort, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.MemberSubmissionAddressingWSDLParserExtension
- portElements(EditableWSDLPort, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingMetadataWSDLParserExtension
- portElements(EditableWSDLPort, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- portName - Variable in class com.sun.xml.ws.api.addressing.AddressingVersion.EPR
- portName - Variable in class com.sun.xml.ws.api.databinding.MappingInfo
- portName - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.ServiceNameType
- portName() - Method in class com.sun.xml.ws.server.MonitorRootService
- portName(QName) - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Sets the port name of the WSDL
- portTypeAttributes(EditableWSDLPortType, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeElements(EditableWSDLPortType, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeName - Variable in class com.sun.xml.ws.api.addressing.AddressingVersion.EPR
- portTypeName - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- portTypeOperationAttributes(EditableWSDLOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationElements(EditableWSDLOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationFault(EditableWSDLOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationFaultAttributes(EditableWSDLFault, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationFaultAttributes(EditableWSDLFault, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- portTypeOperationFaultElements(EditableWSDLFault, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationInput(EditableWSDLOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationInputAttributes(EditableWSDLInput, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationInputAttributes(EditableWSDLInput, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- portTypeOperationInputElements(EditableWSDLInput, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationOutput(EditableWSDLOperation, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationOutputAttributes(EditableWSDLOutput, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- portTypeOperationOutputAttributes(EditableWSDLOutput, XMLStreamReader) - Method in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- portTypeOperationOutputElements(EditableWSDLOutput, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- postFinished(WSDLParserExtensionContext) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- postInit(HashMap<String, Schema>) - Method in class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
- postInvoke(Packet, T) - Method in class com.sun.xml.ws.api.server.InstanceResolver
-
Called by the default
Invokerafter the method call is done. - postInvoke(Packet, T) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- preDestroy() - Method in interface com.sun.xml.ws.api.pipe.Pipe
-
Deprecated.Invoked before the last copy of the pipeline is about to be discarded, to give
Pipes a chance to clean up any resources. - preDestroy() - Method in interface com.sun.xml.ws.api.pipe.Tube
-
Invoked before the last copy of the pipeline is about to be discarded, to give
Tubes a chance to clean up any resources. - preDestroy() - Method in class com.sun.xml.ws.server.InvokerTube
- preDestroy() - Method in class com.sun.xml.ws.transport.DeferredTransportPipe
- prefix - Variable in class com.sun.xml.ws.encoding.TagInfoset
-
Prefix of the start tag in stax-style.
- PREFIX_NS_WSDL - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- PrefixFactory - Interface in com.sun.xml.ws.streaming
-
Interface for prefix factories.
- PrefixFactoryImpl - Class in com.sun.xml.ws.streaming
-
A prefix factory that caches the prefixes it creates.
- PrefixFactoryImpl(String) - Constructor for class com.sun.xml.ws.streaming.PrefixFactoryImpl
- prepare(T) - Method in class com.sun.xml.ws.server.AbstractMultiInstanceResolver
-
Perform resource injection on the given instance.
- PROBLEM_ACTION_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- PROBLEM_ACTION_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- PROBLEM_HEADER_QNAME_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- PROBLEM_HEADER_QNAME_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- ProblemAction - Class in com.sun.xml.ws.addressing
- ProblemAction - Class in com.sun.xml.ws.addressing.v200408
- ProblemAction() - Constructor for class com.sun.xml.ws.addressing.ProblemAction
-
Creates a new instance of ProblemAction
- ProblemAction() - Constructor for class com.sun.xml.ws.addressing.v200408.ProblemAction
-
Creates a new instance of ProblemAction
- ProblemAction(String) - Constructor for class com.sun.xml.ws.addressing.ProblemAction
- ProblemAction(String) - Constructor for class com.sun.xml.ws.addressing.v200408.ProblemAction
- ProblemAction(String, String) - Constructor for class com.sun.xml.ws.addressing.ProblemAction
- ProblemAction(String, String) - Constructor for class com.sun.xml.ws.addressing.v200408.ProblemAction
- problemActionTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the QName of the element that conveys additional information if Action is not matching with that expected.
- ProblemHeaderQName - Class in com.sun.xml.ws.addressing
- ProblemHeaderQName - Class in com.sun.xml.ws.addressing.v200408
- ProblemHeaderQName() - Constructor for class com.sun.xml.ws.addressing.ProblemHeaderQName
-
Creates a new instance of ProblemHeaderQName
- ProblemHeaderQName() - Constructor for class com.sun.xml.ws.addressing.v200408.ProblemHeaderQName
-
Creates a new instance of ProblemHeaderQName
- ProblemHeaderQName(QName) - Constructor for class com.sun.xml.ws.addressing.ProblemHeaderQName
- ProblemHeaderQName(QName) - Constructor for class com.sun.xml.ws.addressing.v200408.ProblemHeaderQName
- problemHeaderQNameTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the QName of the element that conveys additional information on the pre-defined WS-Addressing faults.
- process(Packet) - Method in class com.sun.xml.ws.api.addressing.NonAnonymousResponseProcessor
-
Send a response to a non-anonymous address.
- process(Packet) - Method in interface com.sun.xml.ws.api.pipe.Pipe
-
Deprecated.
- process(Packet, WebServiceContextDelegate, TransportBackChannel) - Method in interface com.sun.xml.ws.api.server.WSEndpoint.PipeHead
-
Processes a request and produces a reply.
- process(Packet, WSEndpoint.CompletionCallback, FiberContextSwitchInterceptor) - Method in class com.sun.xml.ws.api.server.WSEndpoint
- process(Packet, WSEndpoint.CompletionCallback, FiberContextSwitchInterceptor) - Method in class com.sun.xml.ws.server.WSEndpointImpl
- processDocBareMethod(JavaMethodImpl, String, Method) - Method in class com.sun.xml.ws.model.RuntimeModeler
-
models a document/literal bare method
- processDocWrappedMethod(JavaMethodImpl, String, String, Method) - Method in class com.sun.xml.ws.model.RuntimeModeler
-
models a document/literal wrapped method
- processException(Throwable) - Method in class com.sun.xml.ws.addressing.WsaServerTube
- processException(Throwable) - Method in interface com.sun.xml.ws.api.pipe.Tube
-
Acts on a exception and performs some clean up operations.
- processException(Throwable) - Method in class com.sun.xml.ws.transport.DeferredTransportPipe
- processExceptions(JavaMethodImpl, Method) - Method in class com.sun.xml.ws.model.RuntimeModeler
-
models the exceptions thrown by
methodand adds them to thejavaMethodruntime model object - processHeaderAttributes(XMLStreamReader) - Method in class com.sun.xml.ws.message.stream.StreamHeader
- processHeaderAttributes(XMLStreamReader) - Method in class com.sun.xml.ws.message.stream.StreamHeader11
- processHeaderAttributes(XMLStreamReader) - Method in class com.sun.xml.ws.message.stream.StreamHeader12
- processingInstruction(String, String) - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- processingInstruction(String, String) - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- processName(String, String[], boolean) - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Process a raw XML 1.0 name.
- processRequest(Packet) - Method in class com.sun.xml.ws.addressing.WsaClientTube
- processRequest(Packet) - Method in class com.sun.xml.ws.addressing.WsaServerTube
- processRequest(Packet) - Method in interface com.sun.xml.ws.api.pipe.Tube
-
Acts on a request and perform some protocol specific operation.
- processRequest(Packet) - Method in class com.sun.xml.ws.server.ServerSchemaValidationTube
- processRequest(Packet) - Method in class com.sun.xml.ws.transport.DeferredTransportPipe
- processResponse(Packet) - Method in class com.sun.xml.ws.addressing.WsaClientTube
- processResponse(Packet) - Method in class com.sun.xml.ws.addressing.WsaServerTube
- processResponse(Packet) - Method in interface com.sun.xml.ws.api.pipe.Tube
-
Acts on a response and performs some protocol specific operation.
- processResponse(Packet) - Method in class com.sun.xml.ws.server.ServerSchemaValidationTube
- processResponse(Packet) - Method in class com.sun.xml.ws.transport.DeferredTransportPipe
- processRpcMethod(JavaMethodImpl, String, String, Method) - Method in class com.sun.xml.ws.model.RuntimeModeler
-
models a rpc/literal method
- prohibited - com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation.ANONYMOUS
- properties - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- properties - Variable in class com.sun.xml.ws.db.DatabindingFactoryImpl
- properties() - Method in class com.oracle.webservices.api.databinding.DatabindingFactory
-
Access properties on the
DatabindingFactoryinstance. - properties() - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- properties() - Method in class com.sun.xml.ws.api.databinding.DatabindingFactory
-
Access properties on the
WsFactoryinstance. - properties() - Method in class com.sun.xml.ws.db.DatabindingFactoryImpl
- properties() - Method in class com.sun.xml.ws.spi.db.BindingInfo
- properties() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- property(String, Object) - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Sets A property of the Databinding object to be created
- property(String, Object) - Method in interface com.oracle.webservices.api.databinding.WSDLGenerator
-
Sets A property of the WSDLGenerator
- property(String, Object) - Method in class com.sun.xml.ws.db.DatabindingProviderImpl.JaxwsWsdlGen
- PROPERTY_MAX_ATTRIBUTE_SIZE - Static variable in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Woodstox
- PROPERTY_MAX_ATTRIBUTES_PER_ELEMENT - Static variable in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Woodstox
- PROPERTY_MAX_CHARACTERS - Static variable in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Woodstox
- PROPERTY_MAX_CHILDREN_PER_ELEMENT - Static variable in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Woodstox
- PROPERTY_MAX_ELEMENT_COUNT - Static variable in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Woodstox
- PROPERTY_MAX_ELEMENT_DEPTH - Static variable in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Woodstox
- PropertyAccessor<B,V> - Interface in com.sun.xml.ws.spi.db
-
Accesses a particular property of a bean.
- PropertyGetter - Interface in com.sun.xml.ws.spi.db
-
PropertyGetter
- PropertyGetterBase - Class in com.sun.xml.ws.spi.db
-
This is the Gtter of a bean property.
- PropertyGetterBase() - Constructor for class com.sun.xml.ws.spi.db.PropertyGetterBase
- propertyGetters - Variable in class com.sun.xml.ws.spi.db.WrapperAccessor
- PropertyMap() - Constructor for class com.oracle.webservices.api.message.BasePropertySet.PropertyMap
- PropertyMap() - Constructor for class com.sun.xml.ws.api.PropertySet.PropertyMap
-
Deprecated.
- PropertyMapEntry(String, BasePropertySet.Accessor) - Constructor for class com.oracle.webservices.api.message.BasePropertySet.PropertyMapEntry
- PropertySet - Class in com.sun.xml.ws.api
-
Deprecated.Use com.oracle.webservices.api.message.PropertySet instead.
- PropertySet - Interface in com.oracle.webservices.api.message
-
A set of "properties" that can be accessed via strongly-typed fields as well as reflexibly through the property name.
- PropertySet() - Constructor for class com.sun.xml.ws.api.PropertySet
-
Deprecated.
- PropertySet.Property - Annotation Type in com.oracle.webservices.api.message
-
Marks a field on
PropertySetas a property ofMessageContext. - PropertySet.PropertyMap - Class in com.sun.xml.ws.api
-
Deprecated.
- PropertySetter - Interface in com.sun.xml.ws.spi.db
-
PropertySetter
- PropertySetterBase - Class in com.sun.xml.ws.spi.db
-
This is the Setter of a bean property.
- PropertySetterBase() - Constructor for class com.sun.xml.ws.spi.db.PropertySetterBase
- propertySetters - Variable in class com.sun.xml.ws.spi.db.WrapperAccessor
- provider(DatabindingConfig) - Method in class com.sun.xml.ws.db.DatabindingFactoryImpl
- PROVIDER_INVALID_PARAMETER_TYPE(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
"{0}" implements Provider but its type parameter {1} is incorrect
- PROVIDER_NOT_PARAMETERIZED(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
"{0}" implements Provider but doesn't specify the type parameter
- ProviderApiMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- ProviderApiMessages() - Constructor for class com.sun.xml.ws.resources.ProviderApiMessages
- ProviderInvokerTubeFactory<T> - Class in com.sun.xml.ws.api.server
-
Factory for Provider invoker tubes that know how to handle specific types of Providers (i.e., javax.xml.ws.Provider).
- ProviderInvokerTubeFactory() - Constructor for class com.sun.xml.ws.api.server.ProviderInvokerTubeFactory
- providers - Variable in class com.sun.xml.ws.db.DatabindingFactoryImpl
- proxy - Variable in class com.sun.xml.ws.api.message.Packet
-
If a message originates from a proxy stub that implements a port interface, this field is set to point to that object.
- publish() - Method in class com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
- publish(String) - Method in class com.sun.xml.ws.api.server.HttpEndpoint
-
Publishes this endpoint at a localhost's http address.
- PUBLISHER_INFO_APPLYING_TRANSFORMATION(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET31: applying transformation with actual address: {0}
- PUBLISHER_INFO_GENERATING_WSDL(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET32: generating WSDL for endpoint: {0}
- publishStatusPage - Static variable in class com.sun.xml.ws.transport.http.HttpAdapter
- publishWSDL(WSHTTPConnection) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
-
Sends out the WSDL (and other referenced documents) in response to the GET requests to URLs like "?wsdl" or "?xsd=2".
- publishWSDL(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
- pushContext() - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Start a new Namespace context.
- put(Class<? extends WebServiceFeature>, WebServiceFeature) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- put(String, Object) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- put(String, Object) - Method in class com.oracle.webservices.api.message.BasePropertySet
-
Sets a property.
- put(String, Object) - Method in interface com.oracle.webservices.api.message.PropertySet
-
Sets a property.
- put(String, Object) - Method in class com.sun.xml.ws.api.PropertySet
-
Deprecated.Sets a property.
- put(String, Object) - Method in class com.sun.xml.ws.server.EndpointMessageContextImpl
- put(String, String, V) - Method in class com.sun.xml.ws.util.QNameMap
-
Associates the specified value with the specified keys in this map.
- put(String, List<String>) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- put(QName, V) - Method in class com.sun.xml.ws.util.QNameMap
- putAll(QNameMap<? extends V>) - Method in class com.sun.xml.ws.util.QNameMap
-
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
- putAll(Map<? extends String, ? extends List<String>>) - Method in class com.sun.xml.ws.transport.Headers
-
Added to fix issue putAll() is easier to deal with as it doesn't return anything
- putAll(Map<? extends String, ? extends List<String>>) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- putAll(Map<QName, ? extends V>) - Method in class com.sun.xml.ws.util.QNameMap
Q
- QNAME_ADDRESS - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_ADDRESS - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_BINDING - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_BINDING - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_BODY - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_DEFINITIONS - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_DOCUMENTATION - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_ENDPOINT - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- QNAME_ENDPOINT - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- QNAME_ENDPOINTS - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- QNAME_ENDPOINTS - Static variable in class com.sun.xml.ws.transport.httpspi.servlet.DeploymentDescriptorParser
- QNAME_EXT_METADA - Static variable in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
- QNAME_FAULT - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_FAULT - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_HEADER - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_HEADERFAULT - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_IMPORT - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_INPUT - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_MESSAGE - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_MUSTUNDERSTAND - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_OPERATION - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_OPERATION - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_OUTPUT - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_PART - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_PORT - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_PORT_TYPE - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_SCHEMA - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_SERVICE - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNAME_SOAP12ADDRESS - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_SOAP12BODY - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_SOAP12HEADER - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_SOAP12OPERATION - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- QNAME_TYPES - Static variable in interface com.sun.xml.ws.wsdl.parser.WSDLConstants
- QNameMap<V> - Class in com.sun.xml.ws.util
-
Map keyed by
QName. - QNameMap() - Constructor for class com.sun.xml.ws.util.QNameMap
- QNameMap.Entry<V> - Class in com.sun.xml.ws.util
R
- read() - Method in class com.sun.xml.ws.api.server.SDDocumentSource
-
Returns the
XMLStreamReaderthat reads the document. - read() - Method in class com.sun.xml.ws.server.SDDocumentImpl
- read() - Method in class com.sun.xml.ws.util.ReadAllStream
- read(byte[], int, int) - Method in class com.sun.xml.ws.util.ReadAllStream
- read(String) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Reads this EPR as
XMLStreamReader. - read(XMLInputFactory) - Method in class com.sun.xml.ws.api.server.SDDocumentSource
-
Returns the
XMLStreamReaderthat reads the document. - read(XMLInputFactory) - Method in class com.sun.xml.ws.server.SDDocumentImpl
- readAll(InputStream, long) - Method in class com.sun.xml.ws.util.ReadAllStream
-
Reads the data from input stream completely.
- ReadAllStream - Class in com.sun.xml.ws.util
-
Reads a input stream completely and creates a new stream by keeping some data in memory and the rest on the file system.
- ReadAllStream() - Constructor for class com.sun.xml.ws.util.ReadAllStream
- readAsEPR(AddressingVersion) - Method in interface com.sun.xml.ws.api.message.Header
-
Reads this header as an
WSEndpointReference. - readAsEPR(AddressingVersion) - Method in class com.sun.xml.ws.message.stream.StreamHeader
-
Creates an EPR without copying infoset.
- readAsJAXB(Bridge<T>) - Method in interface com.sun.xml.ws.api.message.Header
-
Deprecated.
- readAsJAXB(XMLBridge<T>) - Method in interface com.sun.xml.ws.api.message.Header
-
Reads the header as a data-bond object
- readAsJAXB(Unmarshaller) - Method in interface com.sun.xml.ws.api.message.Header
-
Reads the header as a JAXB object by using the given unmarshaller.
- readAsSOAPMessage() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- readAsSOAPMessage() - Method in class com.sun.xml.ws.api.message.Message
-
Creates the equivalent
SOAPMessagefrom this message. - readAsSOAPMessage(Packet, boolean) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- readAsSOAPMessage(Packet, boolean) - Method in class com.sun.xml.ws.api.message.Message
-
Creates the equivalent
SOAPMessagefrom this message. - readAsXMLStreamReader() - Method in class com.sun.xml.ws.addressing.WSEPRExtension
- readAsXMLStreamReader() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference.EPRExtension
- readEnvelope() - Method in interface com.sun.xml.ws.api.message.StreamingSOAP
- readEnvelope() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- readEnvelopeAsSource() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- readEnvelopeAsSource() - Method in class com.sun.xml.ws.api.message.Message
-
Consumes this message including the envelope.
- reader - Variable in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
-
The underlying
XMLStreamReaderthat does the parsing of the root part. - readHeader() - Method in interface com.sun.xml.ws.api.message.Header
-
Reads the header as a
XMLStreamReader. - readHeader() - Method in class com.sun.xml.ws.message.stream.OutboundStreamHeader
- readHeader() - Method in class com.sun.xml.ws.message.stream.StreamHeader
-
Reads the header as a
XMLStreamReader - readOnce() - Method in class com.sun.xml.ws.encoding.DataSourceStreamingDataHandler
- readOnce() - Method in class com.sun.xml.ws.encoding.MIMEPartStreamingDataHandler
- ReadOnlyPropertyException - Exception in com.oracle.webservices.api.message
-
Used to indicate that
PropertySet.put(String, Object)failed because a property is read-only. - ReadOnlyPropertyException(String) - Constructor for exception com.oracle.webservices.api.message.ReadOnlyPropertyException
- readPayload() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- readPayload() - Method in class com.sun.xml.ws.api.message.Message
-
Reads the payload as a
XMLStreamReaderThis consumes the message. - readPayload() - Method in interface com.sun.xml.ws.api.message.StreamingSOAP
- readPayload() - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- readPayload() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- readPayloadAsJAXB(Bridge<T>) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
-
Deprecated.
- readPayloadAsJAXB(Bridge<T>) - Method in class com.sun.xml.ws.api.message.Message
-
Deprecated.
- readPayloadAsJAXB(Bridge<T>) - Method in class com.sun.xml.ws.message.stream.StreamMessage
-
Deprecated.
- readPayloadAsJAXB(XMLBridge<T>) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- readPayloadAsJAXB(XMLBridge<T>) - Method in class com.sun.xml.ws.api.message.Message
-
Reads the payload as a Data-Bond object This consumes the message.
- readPayloadAsJAXB(XMLBridge<T>) - Method in class com.sun.xml.ws.message.stream.StreamMessage
- readPayloadAsJAXB(Unmarshaller) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- readPayloadAsJAXB(Unmarshaller) - Method in class com.sun.xml.ws.api.message.Message
-
Reads the payload as a JAXB object by using the given unmarshaller.
- readPayloadAsJAXB(Unmarshaller) - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- readPayloadAsJAXB(Unmarshaller) - Method in class com.sun.xml.ws.message.stream.StreamMessage
- readPayloadAsSource() - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- readPayloadAsSource() - Method in class com.sun.xml.ws.api.message.Message
-
Returns the payload as a
Sourceobject. - readPayloadAsSource() - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- readPayloadAsSource() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- readResponse(Packet, JavaCallInfo) - Method in interface com.sun.xml.ws.api.databinding.ClientCallBridge
- readResponseAddressingHeaders(WSDLPort, WSBinding) - Method in class com.sun.xml.ws.api.message.HeaderList
- readRest(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- readToBodyStarTag() - Method in interface com.sun.xml.ws.api.message.StreamingSOAP
- readToBodyStarTag() - Method in class com.sun.xml.ws.message.stream.StreamMessage
- reconfigure() - Method in class com.sun.xml.ws.api.server.Adapter
-
The pool instance needs to be recreated to prevent reuse of old Toolkit instances.
- recycle(XMLStreamReader) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
-
Should be invoked when the code finished using an
XMLStreamReader. - recycle(XMLStreamWriter) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
Should be invoked when the code finished using an
XMLStreamWriter. - recycle(T) - Method in class com.sun.xml.ws.util.Pool
-
Returns an object back to the pool.
- referenceParameters - Variable in class com.sun.xml.ws.api.addressing.AddressingVersion.EPR
- referenceParameters - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- referenceProperties - Variable in class com.sun.xml.ws.api.addressing.AddressingVersion.EPR
- referenceProperties - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- ReflectAnnotationReader - Class in com.sun.xml.ws.model
-
ReflectAnnotationReader
- ReflectAnnotationReader() - Constructor for class com.sun.xml.ws.model.ReflectAnnotationReader
- register(Object, Object) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- register(Object, Object, String) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- registerAtRoot(Object) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- registerAtRoot(Object, String) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- registerEndpoint(LazyMOMProvider.WSEndpointScopeChangeListener) - Method in enum com.sun.xml.ws.api.server.LazyMOMProvider
-
Registers a Webservice Endpoint as a listener.
- registerListener(LazyMOMProvider.DefaultScopeChangeListener) - Method in enum com.sun.xml.ws.api.server.LazyMOMProvider
-
Registers the given object as a listener.
- relateClientResponse(Packet) - Method in class com.sun.xml.ws.api.message.Packet
-
For use cases that start with an existing Packet.
- relateServerResponse(Packet, WSDLPort, SEIModel, WSBinding) - Method in class com.sun.xml.ws.api.message.Packet
- relatesToTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the RelatesTo QName in the SOAP message for a specific WS-Addressing Version.
- relativize(String, String) - Static method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Relativizes a URI by using another URI (base URI.)
- REMOTE_EXCEPTION_CLASS - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- remove() - Method in class com.sun.xml.ws.util.xml.NamedNodeMapIterator
- remove() - Method in class com.sun.xml.ws.util.xml.NodeListIterator
- remove(int) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Removes the first
Headerof the specified name. - remove(Header) - Method in class com.sun.xml.ws.api.message.HeaderList
- remove(Object) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- remove(Object) - Method in class com.oracle.webservices.api.message.BasePropertySet
- remove(Object) - Method in interface com.oracle.webservices.api.message.PropertySet
- remove(Object) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Removes a single instance of the specified element from this header list, if it is present.
- remove(Object) - Method in class com.sun.xml.ws.api.PropertySet
-
Deprecated.
- remove(Object) - Method in class com.sun.xml.ws.server.EndpointMessageContextImpl
- remove(Object) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- remove(String, String) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Removes the first
Headerof the specified name. - remove(String, String) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- remove(QName) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Removes the first
Headerof the specified name. - remove(QName) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- removeExpired(BackingStore<K, ?>) - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Helper method that avoids the need for exception handling boilerplate code when destroying a
BackingStoreinstance. - removeFrom(BackingStore<K, V>, K) - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Helper method that avoids the need for exception handling boilerplate code when removing data from a
BackingStoreinstance. - removeInterceptor(FiberContextSwitchInterceptor) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Removes a
FiberContextSwitchInterceptorfrom this fiber. - removeInternal(int) - Method in class com.sun.xml.ws.api.message.HeaderList
- removeListener(Fiber.Listener) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Deprecated.
- removeSatellite(PropertySet) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- removeSatellite(PropertySet) - Method in interface com.oracle.webservices.api.message.DistributedPropertySet
- removeSatellite(PropertySet) - Method in class com.sun.xml.ws.api.DistributedPropertySet
-
Deprecated.
- removeSatellite(PropertySet) - Method in class com.sun.xml.ws.api.message.Packet
-
Deprecated.
- RepeatedElementBridge<T> - Class in com.sun.xml.ws.spi.db
-
RepeatedElementBridge
- RepeatedElementBridge(TypeInfo, XMLBridge) - Constructor for class com.sun.xml.ws.spi.db.RepeatedElementBridge
- RepeatedElementBridge.CollectionHandler - Interface in com.sun.xml.ws.spi.db
- replace(Header, Header) - Method in class com.sun.xml.ws.api.message.HeaderList
- replace(Header, Header) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- REPLY_TO_CANNOT_PARSE() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
ReplyTo header cannot be parsed
- replyToTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the ReplyTo QName in the SOAP message for a specific WS-Addressing Version.
- Request - com.sun.xml.ws.api.message.Packet.Status
- REQUEST_MESSAGE_ID - Static variable in class com.sun.xml.ws.addressing.WsaServerTube
-
Deprecated.
- REQUEST_RESPONSE - com.sun.xml.ws.api.model.MEP
- REQUEST_TIMEOUT - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Set this property on the
BindingProvider.getRequestContext()to enableURLConnection.setReadTimeout(int) - require(int, String, String) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- require(int, String, String) - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- require(int, String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- required - com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation.ANONYMOUS
- required() - Method in annotation type com.sun.xml.ws.developer.MemberSubmissionAddressing
-
Property to determine the value of the
wsdl:requiredattribute onwsaw:UsingAddressingelement in the WSDL. - required(boolean) - Method in interface com.sun.xml.ws.wsdl.writer.UsingAddressing
- requiredRoles - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
This represents the roles required to be assumed by SOAP binding implementation.
- requiresTransformationOfDataSource(boolean, boolean) - Static method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- reset() - Method in class com.sun.xml.ws.util.ByteArrayBuffer
- reset() - Method in class com.sun.xml.ws.util.NamespaceSupport
-
Reset this Namespace support object for reuse.
- resetCont(Tube[], int) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Only to be used by Tubes that manipulate the Fiber to create alternate flows
- resolve(Packet) - Method in class com.sun.xml.ws.api.server.InstanceResolver
-
Decides which instance of 'T' serves the given request message.
- resolve(Packet) - Method in class com.sun.xml.ws.server.servlet.HttpSessionInstanceResolver
- resolve(Packet) - Method in class com.sun.xml.ws.server.SingletonResolver
- resolve(Packet) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- resolve(String) - Method in class com.sun.xml.ws.server.ServiceDefinitionImpl
-
Gets the
SDDocumentImplwhoseSDDocumentImpl.getURL()returns the specified value. - resolve(URI) - Method in class com.sun.xml.ws.api.wsdl.parser.MetaDataResolver
-
Gives
ServiceDescriptorresolved from the given location. - resolve(EndpointReference) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Checks if the given EPR represents an object that has been exported from this manager.
- resolve(EndpointReference) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- resolveEntity(String, String) - Method in interface com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver
-
See
EntityResolver.resolveEntity(String, String)for the contract. - resolveEntity(String, String) - Method in class com.sun.xml.ws.wsdl.parser.MexEntityResolver
- ResourceInjector - Class in com.sun.xml.ws.api.server
-
Represents a functionality of the container to inject resources to application service endpoint object (usually but not necessarily as per JavaEE spec.)
- ResourceInjector() - Constructor for class com.sun.xml.ws.api.server.ResourceInjector
- ResourceLoader - Class in com.sun.xml.ws.api
-
Used to locate resources for jax-ws extensions.
- ResourceLoader - Interface in com.sun.xml.ws.transport.http
-
Used to locate resources for
DeploymentDescriptorParser. - ResourceLoader - Interface in com.sun.xml.ws.transport.httpspi.servlet
-
Used to locate resources for
DeploymentDescriptorParser. - ResourceLoader() - Constructor for class com.sun.xml.ws.api.ResourceLoader
- Response - com.sun.xml.ws.api.message.Packet.Status
- RESPONSE - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- RESPONSE_PACKET - Static variable in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- REST_BINDING - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Binding to represent RESTful services.
- resume(Packet) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Wakes up a suspended fiber.
- resume(Packet, boolean) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Similar to resume(Packet) but allowing the Fiber to be resumed synchronously (in the current Thread).
- resume(Packet, boolean, Fiber.CompletionCallback) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Similar to resume(Packet, boolean) but allowing the Fiber to be resumed and at the same time atomically assign a new CompletionCallback to it.
- resume(Throwable) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Wakes up a suspended fiber with an exception.
- resume(Throwable, boolean) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Wakes up a suspend fiber with an exception.
- resume(Throwable, Packet) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Wakes up a suspended fiber with an exception.
- resume(Throwable, Packet, boolean) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Wakes up a suspend fiber with an exception.
- resumeAndReturn(Packet, boolean) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Wakes up a suspended fiber and begins response processing.
- resumeJMXRegistration() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- RETAIN_REFERENCE_TO_INFO - Static variable in interface com.sun.xml.ws.spi.db.BindingContext
-
Retains references to PropertyInfos.
- RETURN - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- returnWith(Packet) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the next action is to flip the processing direction and starts response processing.
- roleAttributeName - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
"role" (SOAP 1.2) or "actor" (SOAP 1.1)
- RootOnlyCodec - Interface in com.sun.xml.ws.encoding
-
Codecthat works only on the root part of the MIME/multipart. - RpcEncoded - com.sun.xml.ws.api.databinding.SoapBodyStyle
-
The mapping style of a RPC style with encoded use wsdl:operation.
- RpcLiteral - com.sun.xml.ws.api.databinding.SoapBodyStyle
-
The mapping style of a RPC style with literal use wsdl:operation
- run() - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Deprecated.
- runSync(Tube, Packet) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Runs a given
Tube(and everything thereafter) synchronously. - RUNTIME_EXCEPTION_CLASS - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- RUNTIME_MODELER_ADDRESSING_RESPONSES_NOSUCHMETHOD(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
JAX-WS 2.1 API is loaded from {0}, But JAX-WS runtime requires JAX-WS 2.2 or newer API.
- RUNTIME_MODELER_CANNOT_GET_SERVICE_NAME_FROM_INTERFACE(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
The serviceName cannot be retrieved from an interface.
- RUNTIME_MODELER_CLASS_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
class: {0} could not be found
- RUNTIME_MODELER_ENDPOINT_INTERFACE_NO_WEBSERVICE(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
The Endpoint Interface: {0} does not have WebService Annotation
- RUNTIME_MODELER_EXTERNAL_METADATA_GENERIC(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
An error occurred while processing external WS metadata; check configuration/deployment.
- RUNTIME_MODELER_EXTERNAL_METADATA_UNABLE_TO_READ(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Unable to read metadata file {0}.
- RUNTIME_MODELER_EXTERNAL_METADATA_UNSUPPORTED_SCHEMA(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Unsupported metadata file schema {0}.
- RUNTIME_MODELER_EXTERNAL_METADATA_WRONG_FORMAT(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Unable to read metadata from {0}.
- RUNTIME_MODELER_FEATURE_CONFLICT(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Feature {0} in implementation conflicts with {1} in WSDL configuration
- RUNTIME_MODELER_INVALID_SOAPBINDING_PARAMETERSTYLE(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Incorrect usage of Annotation {0} on {1}, ParameterStyle can only be WRAPPED with RPC Style Web service.
- RUNTIME_MODELER_METHOD_NOT_FOUND(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
method: {0} could not be found on class: {1}
- RUNTIME_MODELER_MTOM_CONFLICT(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Error in @BindingType: MTOM Configuration in binding identifier {0} conflicts with feature @MTOM {1}
- RUNTIME_MODELER_NO_OPERATIONS(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
The web service defined by the class {0} does not contain any valid WebMethods.
- RUNTIME_MODELER_NO_PACKAGE(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
A @WebService.targetNamespace must be specified on classes with no package.
- RUNTIME_MODELER_NO_WEBSERVICE_ANNOTATION(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
A WebService annotation is not present on class: {0}
- RUNTIME_MODELER_ONEWAY_OPERATION_NO_CHECKED_EXCEPTIONS(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Oneway operation should not throw any checked exceptions class: {0} method: {1} throws: {2}
- RUNTIME_MODELER_ONEWAY_OPERATION_NO_OUT_PARAMETERS(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
oneway operation should not have OUT parameters class: {0} method: {1}
- RUNTIME_MODELER_PORTNAME_SERVICENAME_NAMESPACE_MISMATCH(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
The namespace of the serviceName "{0}" and the namespace of the portName "{1}" must match
- RUNTIME_MODELER_SOAPBINDING_CONFLICT(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
SOAPBinding Style {0} for method {1} conflicts with global SOAPBinding Style {2}
- RUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATIC(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- RUNTIME_MODELER_WEBMETHOD_MUST_BE_NONSTATICFINAL(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- RUNTIME_MODELER_WEBMETHOD_MUST_BE_PUBLIC(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
- RUNTIME_MODELER_WRAPPER_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Wrapper class {0} is not found.
- RUNTIME_MODELER_WSFEATURE_ILLEGAL_FTRCONSTRUCTOR(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Annotation {0} is illegal, In {1} @FeatureConstructor value doesn't match the constructor parameters
- RUNTIME_MODELER_WSFEATURE_MORETHANONE_FTRCONSTRUCTOR(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Annotation {0} is illegal, Only one constructor of {1} can be marked as @FeatureConstructor
- RUNTIME_MODELER_WSFEATURE_NO_FTRCONSTRUCTOR(Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Annotation {0} is not recognizable, at least one constructor of {1} should be marked with @FeatureConstructor
- RUNTIME_PARSER_CLASS_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
class not found in runtime descriptor: {0}
- RUNTIME_PARSER_INVALID_ATTRIBUTE_VALUE(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
invalid attribute value "{1}" in runtime descriptor (line {0})
- RUNTIME_PARSER_INVALID_ATTRIBUTE_VALUE(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
invalid value for attribute "{2}" of element "{1}" in runtime descriptor (line {0})
- RUNTIME_PARSER_INVALID_ELEMENT(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
invalid element "{1}" in runtime descriptor (line {0})
- RUNTIME_PARSER_INVALID_VERSION_NUMBER() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
unsupported runtime descriptor version: {2}
- RUNTIME_PARSER_MISSING_ATTRIBUTE(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
missing attribute "{2}" in element "{1}" of runtime descriptor (line {0})
- RUNTIME_PARSER_MISSING_ATTRIBUTE_NO_LINE() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
missing attribute "{2}" in element "{1}" of runtime descriptor
- RUNTIME_PARSER_UNEXPECTED_CONTENT(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
unexpected content in runtime descriptor (line {0})
- RUNTIME_PARSER_WRONG_ELEMENT(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
found element "{1}", expected "{2}" in runtime descriptor (line {0})
- RUNTIME_PARSER_WSDL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
exception during WSDL parsing: {0}
- RUNTIME_PARSER_WSDL_INCORRECTSERVICE(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
could not get binding from WSDL! service: {0} not found in the WSDL {1}.
- RUNTIME_PARSER_WSDL_INCORRECTSERVICEPORT(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
could not get binding from WSDL! service: {0} or port {1} not found in the WSDL {2}.
- RUNTIME_PARSER_WSDL_MULTIPLEBINDING(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
multiple bindings found for binding ID {0} for service {1} in WSDL {2}
- RUNTIME_PARSER_WSDL_NOSERVICE_IN_WSDLMODEL(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
There is an error in processing the WSDL {0} and no valid services are found.
- RUNTIME_PARSER_WSDL_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
{0} is not found in the WAR file.
- RUNTIME_PARSER_XML_READER(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
error parsing runtime descriptor: {0}
- RUNTIME_SAXPARSER_EXCEPTION(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
{0} {1}
- RUNTIME_VERSION - Static variable in class com.sun.xml.ws.util.Version
-
The Runtime Version.
- RUNTIME_WSDL_PATCHER() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
error while patching WSDL related document
- RUNTIME_WSDLPARSER_INVALID_WSDL(Object, Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Invalid WSDL {0}, expected {1} found {2} at (line{3})
- RuntimeModeler - Class in com.sun.xml.ws.model
-
Creates a runtime model of a SEI (portClass).
- RuntimeModeler(DatabindingConfig) - Constructor for class com.sun.xml.ws.model.RuntimeModeler
-
creates an instance of RunTimeModeler given a
seiandbinding - RUNTIMEMODELER_INVALID_SOAPBINDING_ON_METHOD(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Invalid annotation: {0} on Method {1} in Class {2}, A method cannot be annotated with @SOAPBinding with Style "RPC"
- RUNTIMEMODELER_INVALIDANNOTATION_ON_IMPL(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Invalid annotation: {0} on endpoint implementation class "{1}" - will be ignored.
- RuntimeModelerException - Exception in com.sun.xml.ws.model
-
RuntimeModelerException represents an exception that occurred while serializing a Java value as XML.
- RuntimeModelerException(Localizable) - Constructor for exception com.sun.xml.ws.model.RuntimeModelerException
- RuntimeModelerException(String, Object...) - Constructor for exception com.sun.xml.ws.model.RuntimeModelerException
- RuntimeModelerException(Throwable) - Constructor for exception com.sun.xml.ws.model.RuntimeModelerException
- RuntimeVersion - Class in com.sun.xml.ws.util
-
Obtains the version number of the JAX-WS runtime.
- RuntimeVersion() - Constructor for class com.sun.xml.ws.util.RuntimeVersion
- RuntimeWSDLParser - Class in com.sun.xml.ws.wsdl.parser
-
Parses WSDL and builds
WSDLModel.
S
- saajFactory - Variable in class com.oracle.webservices.api.message.MessageContextFactory
- saajMessageFactory - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
Deprecated.
- saajSoapFactory - Variable in enum com.sun.xml.ws.api.SOAPVersion
-
Deprecated.
- saveTo(BackingStore<K, V>, K, V, boolean) - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Helper method that avoids the need for exception handling boilerplate code when storing data into a
BackingStoreinstance. - schedule(Packet, WSEndpoint.CompletionCallback) - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
This method takes a
Packetthat represents a request, run it through aTubeline, eventually pass it to the user implementation code, which produces a reply, then run that through the tubeline again, and eventually return it as a return value throughWSEndpoint.CompletionCallback. - schedule(Packet, WSEndpoint.CompletionCallback, FiberContextSwitchInterceptor) - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Schedule invocation of web service asynchronously.
- schedule(Packet, WSEndpoint.CompletionCallback, FiberContextSwitchInterceptor) - Method in class com.sun.xml.ws.server.WSEndpointImpl
- schedule(Packet, WSEndpoint.CompletionCallback, FiberContextSwitchInterceptor) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- SchemaValidation - Annotation Type in com.sun.xml.ws.developer
-
Validates all request and response messages payload(SOAP:Body) for a
WebServiceagainst the XML schema. - SchemaValidationFeature - Class in com.sun.xml.ws.developer
-
WebServiceFeaturefor schema validation. - SchemaValidationFeature() - Constructor for class com.sun.xml.ws.developer.SchemaValidationFeature
- SchemaValidationFeature(boolean, boolean) - Constructor for class com.sun.xml.ws.developer.SchemaValidationFeature
- SchemaValidationFeature(boolean, boolean, Class<? extends ValidationErrorHandler>) - Constructor for class com.sun.xml.ws.developer.SchemaValidationFeature
- SchemaValidationFeature(Class<? extends ValidationErrorHandler>) - Constructor for class com.sun.xml.ws.developer.SchemaValidationFeature
-
Create an
SchemaValidationFeature. - scopeChanged(LazyMOMProvider.Scope) - Method in interface com.sun.xml.ws.api.server.LazyMOMProvider.ScopeChangeListener
- scopeChanged(LazyMOMProvider.Scope) - Method in class com.sun.xml.ws.server.WSEndpointImpl
- scopes - Variable in class com.sun.xml.ws.streaming.DOMStreamReader
-
DOMStreamReader.Scopebuffer. - SDDocument - Interface in com.sun.xml.ws.api.server
-
Represents an individual document that forms a
ServiceDefinition. - SDDocument.Schema - Interface in com.sun.xml.ws.api.server
-
SDDocumentthat represents an XML Schema. - SDDocument.WSDL - Interface in com.sun.xml.ws.api.server
-
SDDocumentthat represents a WSDL. - SDDocumentFilter - Interface in com.sun.xml.ws.api.server
-
Provides a way to filter
SDDocumentinfoset while writing it. - SDDocumentImpl - Class in com.sun.xml.ws.server
-
SDDocumentimplmentation. - SDDocumentImpl(QName, URL, SDDocumentSource) - Constructor for class com.sun.xml.ws.server.SDDocumentImpl
- SDDocumentImpl(QName, URL, SDDocumentSource, Set<String>) - Constructor for class com.sun.xml.ws.server.SDDocumentImpl
- SDDocumentSource - Class in com.sun.xml.ws.api.server
-
SPI that provides the source of
SDDocument. - SDDocumentSource() - Constructor for class com.sun.xml.ws.api.server.SDDocumentSource
- seiModel - Variable in class com.sun.xml.ws.addressing.WsaTubeHelper
- SEIModel - Interface in com.sun.xml.ws.api.model
-
Represents abstraction of SEI.
- seiModelWSDLLocation() - Method in class com.sun.xml.ws.server.MonitorRootService
- send(T) - Method in interface com.sun.xml.ws.api.server.AsyncProviderCallback
-
Indicates that a request was processed successfully.
- SENDER_NESTED_ERROR(Object) - Static method in class com.sun.xml.ws.resources.SenderMessages
-
sender error: {0}
- SENDER_REQUEST_ILLEGAL_VALUE_FOR_CONTENT_NEGOTIATION(Object) - Static method in class com.sun.xml.ws.resources.SenderMessages
-
illegal value for content negotiation property "{0}"
- SENDER_REQUEST_MESSAGE_NOT_READY() - Static method in class com.sun.xml.ws.resources.SenderMessages
-
message not ready to be sent
- SENDER_RESPONSE_CANNOT_DECODE_FAULT_DETAIL() - Static method in class com.sun.xml.ws.resources.SenderMessages
-
fault detail cannot be decoded
- SenderMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- SenderMessages() - Constructor for class com.sun.xml.ws.resources.SenderMessages
- sendError(Throwable) - Method in interface com.sun.xml.ws.api.server.AsyncProviderCallback
-
Indicates that an error had occured while processing a request.
- Serialization - Annotation Type in com.sun.xml.ws.developer
-
Configures various aspects of serialization like encoding
- serializationFeature - Variable in class com.sun.xml.ws.encoding.StreamSOAPCodec
- SerializationFeature - Class in com.sun.xml.ws.developer
-
WebServiceFeaturefor configuration serialization. - SerializationFeature() - Constructor for class com.sun.xml.ws.developer.SerializationFeature
- SerializationFeature(String) - Constructor for class com.sun.xml.ws.developer.SerializationFeature
- serializeExecution - Static variable in class com.sun.xml.ws.api.pipe.Fiber
-
Set this boolean to true to execute fibers sequentially one by one.
- serializeNode(Element, XMLStreamWriter) - Static method in class com.sun.xml.ws.util.DOMUtil
-
Traverses a DOM node and writes out on a streaming writer.
- serializeRequest(JavaCallInfo) - Method in interface com.oracle.webservices.api.databinding.Databinding
-
Serializes a JavaCallInfo instance representing a JAVA method call to a request XML(SOAP) message.
- serializeRequest(JavaCallInfo) - Method in class com.sun.xml.ws.db.DatabindingImpl
- serializeResponse(JavaCallInfo) - Method in interface com.oracle.webservices.api.databinding.Databinding
-
Serializes a JavaCallInfo instance representing the return value or exception of a JAVA method call to a response XML(SOAP) message.
- serializeResponse(JavaCallInfo) - Method in interface com.sun.xml.ws.api.databinding.EndpointCallBridge
- serializeResponse(JavaCallInfo) - Method in class com.sun.xml.ws.db.DatabindingImpl
- SERVER_RT_ERR(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Server Runtime Error: {0}
- ServerMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- ServerMessages() - Constructor for class com.sun.xml.ws.resources.ServerMessages
- ServerPipeAssemblerContext - Class in com.sun.xml.ws.api.pipe
-
Deprecated.
- ServerPipeAssemblerContext(SEIModel, WSDLPort, WSEndpoint, Tube, boolean) - Constructor for class com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext
-
Deprecated.
- ServerPipelineHook - Class in com.sun.xml.ws.api.server
-
Allow the container (primarily Glassfish) to inject their own pipes into the pipeline.
- ServerPipelineHook() - Constructor for class com.sun.xml.ws.api.server.ServerPipelineHook
- ServerPropertyConstants - Interface in com.sun.xml.ws.server
- ServerRequest - com.sun.xml.ws.api.message.Packet.State
- ServerResponse - com.sun.xml.ws.api.message.Packet.State
- ServerRtException - Exception in com.sun.xml.ws.server
- ServerRtException(Localizable) - Constructor for exception com.sun.xml.ws.server.ServerRtException
- ServerRtException(String, Object...) - Constructor for exception com.sun.xml.ws.server.ServerRtException
- ServerRtException(Throwable) - Constructor for exception com.sun.xml.ws.server.ServerRtException
- ServerSchemaValidationTube - Class in com.sun.xml.ws.server
-
Tubethat does the schema validation on the server side. - ServerSchemaValidationTube(WSEndpoint, WSBinding, SEIModel, WSDLPort, Tube) - Constructor for class com.sun.xml.ws.server.ServerSchemaValidationTube
- ServerSchemaValidationTube(ServerSchemaValidationTube, TubeCloner) - Constructor for class com.sun.xml.ws.server.ServerSchemaValidationTube
- ServerSideException - Exception in com.sun.xml.ws.developer
-
Represents the exception that has occurred on the server side.
- ServerSideException(String, String) - Constructor for exception com.sun.xml.ws.developer.ServerSideException
- ServerTubeAssemblerContext - Class in com.sun.xml.ws.api.pipe
-
Factory for well-known server
Tubeimplementations that theTubelineAssemblerneeds to use to satisfy JAX-WS requirements. - ServerTubeAssemblerContext(SEIModel, WSDLPort, WSEndpoint, Tube, boolean) - Constructor for class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
- SERVICE - com.sun.xml.ws.api.ComponentFeature.Target
- SERVICE - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- SERVICE_NAME_REQUIRED() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Service QName is not found
- ServiceArtifactSchemaGenerator - Class in com.sun.xml.ws.spi.db
-
ServiceArtifactSchemaGenerator generates XML schema for service artifacts including the wrapper types of document-literal stype operation and exceptions.
- ServiceArtifactSchemaGenerator(SEIModel) - Constructor for class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
- serviceAttributes(EditableWSDLService, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- ServiceConfigurationError - Error in com.sun.xml.ws.util
-
Error thrown when something goes wrong while looking up service providers.
- ServiceConfigurationError(String) - Constructor for error com.sun.xml.ws.util.ServiceConfigurationError
-
Constructs a new instance with the specified detail string.
- ServiceConfigurationError(Throwable) - Constructor for error com.sun.xml.ws.util.ServiceConfigurationError
-
Constructs a new instance that wraps the specified throwable.
- ServiceDefinition - Interface in com.sun.xml.ws.api.server
-
Root of the unparsed WSDL and other resources referenced from it.
- ServiceDefinitionImpl - Class in com.sun.xml.ws.server
-
ServiceDefinitionimplementation. - ServiceDefinitionImpl(Collection<SDDocumentImpl>, SDDocumentImpl) - Constructor for class com.sun.xml.ws.server.ServiceDefinitionImpl
- serviceDefinitionImports() - Method in class com.sun.xml.ws.server.MonitorRootService
- serviceDefinitionURL() - Method in class com.sun.xml.ws.server.MonitorRootService
- ServiceDescriptor - Class in com.sun.xml.ws.api.wsdl.parser
-
Abstraction over WSDL and Schema metadata
- ServiceDescriptor() - Constructor for class com.sun.xml.ws.api.wsdl.parser.ServiceDescriptor
- serviceElements(EditableWSDLService, XMLStreamReader) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- ServiceFinder<T> - Class in com.sun.xml.ws.util
-
A simple service-provider lookup mechanism.
- serviceIterator() - Static method in class com.sun.xml.ws.spi.db.BindingContextFactory
- serviceMode - Variable in class com.sun.xml.ws.binding.BindingImpl
- serviceName - Variable in class com.sun.xml.ws.api.addressing.AddressingVersion.EPR
- serviceName - Variable in class com.sun.xml.ws.api.databinding.MappingInfo
- serviceName - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- serviceName() - Method in class com.sun.xml.ws.server.MonitorRootService
- serviceName(QName) - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Sets the service name of the WSDL
- ServiceNameType() - Constructor for class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.ServiceNameType
- ServiceSharedFeatureMarker - Interface in com.sun.xml.ws.api
-
Marker interface for
WebServiceFeaturederived classes that when instances are specified in the feature list to a service delegate must be added to the feature list of any Stubs created by that delegate. - SERVLET_ERROR_NO_ENDPOINT_SPECIFIED() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET22: no endpoint specified
- SERVLET_ERROR_NO_IMPLEMENTOR_FOR_ENDPOINT(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET20: no implementor for endpoint: {0}
- SERVLET_ERROR_NO_RESPONSE_MESSAGE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET23: no response message
- SERVLET_FAULTSTRING_INTERNAL_SERVER_ERROR(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET30: Internal server error ({0})
- SERVLET_FAULTSTRING_INVALID_CONTENT_TYPE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET64: Invalid Content-Type, text/xml required
- SERVLET_FAULTSTRING_INVALID_SOAP_ACTION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET65: Invalid Header SOAPAction required
- SERVLET_FAULTSTRING_MISSING_PORT() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET28: Missing port information
- SERVLET_FAULTSTRING_PORT_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET29: Port not found ({0})
- SERVLET_HTML_COLUMN_HEADER_INFORMATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Information
- SERVLET_HTML_COLUMN_HEADER_PORT_NAME() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Endpoint
- SERVLET_HTML_COLUMN_HEADER_STATUS() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Status
- SERVLET_HTML_ENDPOINT_TABLE(Object, Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Service Name:{0}Port Name:{1}
- SERVLET_HTML_INFORMATION_TABLE(Object, Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Address:{0}WSDL:{0}?wsdlImplementation class:{1}
- SERVLET_HTML_METHOD() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET63: must use Post for this type of request
- SERVLET_HTML_NO_INFO_AVAILABLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
No JAX-WS context information available.
- SERVLET_HTML_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
404 Not Found: {0}
- SERVLET_HTML_TITLE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Web Services
- SERVLET_HTML_TITLE_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Web Services
- SERVLET_INFO_DESTROY() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET15: JAX-WS servlet destroyed
- SERVLET_INFO_EMPTY_REQUEST_MESSAGE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET18: got empty request message
- SERVLET_INFO_INITIALIZE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET14: JAX-WS servlet initializing
- SERVLET_NO_ADDRESS_AVAILABLE(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
No address is available for {0}
- SERVLET_TRACE_GOT_REQUEST_FOR_ENDPOINT(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET19: got request for endpoint: {0}
- SERVLET_TRACE_INVOKING_IMPLEMENTOR(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET21: invoking implementor: {0}
- SERVLET_TRACE_WRITING_FAULT_RESPONSE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET24: writing fault response
- SERVLET_TRACE_WRITING_SUCCESS_RESPONSE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET25: writing success response
- SERVLET_WARNING_DUPLICATE_ENDPOINT_NAME() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET17: duplicate endpoint name
- SERVLET_WARNING_DUPLICATE_ENDPOINT_URL_PATTERN(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET26: duplicate URL pattern in endpoint: {0}
- SERVLET_WARNING_IGNORING_IMPLICIT_URL_PATTERN(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET27: unsupported implicit URL pattern in endpoint: {0}
- SERVLET_WARNING_MISSING_CONTEXT_INFORMATION() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET16: missing context information
- ServletAdapter - Class in com.sun.xml.ws.transport.http.servlet
-
HttpAdapterfor servlets. - ServletAdapter(String, String, WSEndpoint, ServletAdapterList) - Constructor for class com.sun.xml.ws.transport.http.servlet.ServletAdapter
- ServletAdapterList - Class in com.sun.xml.ws.transport.http.servlet
-
List (and a factory) of
ServletAdapter. - ServletAdapterList() - Constructor for class com.sun.xml.ws.transport.http.servlet.ServletAdapterList
-
Deprecated.
- ServletAdapterList(ServletContext) - Constructor for class com.sun.xml.ws.transport.http.servlet.ServletAdapterList
- ServletConnectionImpl - Class in com.sun.xml.ws.transport.http.servlet
-
WSHTTPConnectionimplemented forHttpServlet. - ServletConnectionImpl(ServletAdapter, ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- ServletModule - Class in com.sun.xml.ws.transport.http.servlet
-
WebModulethat is a servlet container. - ServletModule() - Constructor for class com.sun.xml.ws.transport.http.servlet.ServletModule
- ServletResourceLoader - Class in com.sun.xml.ws.transport.httpspi.servlet
-
ResourceLoaderbacked byServletContext. - ServletResourceLoader(ServletContext) - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.ServletResourceLoader
- ServletUtil - Class in com.sun.xml.ws.transport.http.servlet
- ServletUtil() - Constructor for class com.sun.xml.ws.transport.http.servlet.ServletUtil
- set(B, V) - Method in interface com.sun.xml.ws.spi.db.PropertyAccessor
-
Sets the value of the property of the given bean object.
- set(PropertySet, Object) - Method in interface com.oracle.webservices.api.message.BasePropertySet.Accessor
- set(XMLStreamReaderFactory) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
-
Overrides the singleton
XMLStreamReaderFactoryinstance that the JAX-WS RI uses. - set(XMLStreamWriterFactory) - Static method in class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
-
Overrides the singleton
XMLStreamWriterFactoryinstance that the JAX-WS RI uses. - set(Object, Object) - Method in class com.sun.xml.ws.spi.db.FieldSetter
- set(Object, Object) - Method in class com.sun.xml.ws.spi.db.MethodSetter
- set(Object, Object) - Method in interface com.sun.xml.ws.spi.db.PropertySetter
- set(String, String) - Method in class com.sun.xml.ws.transport.Headers
-
Sets the given value as the sole header value for the given key.
- set(String, String) - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
-
sets the given value as the sole header value for the given key.
- SET_ATTACHMENT_PROPERTY - Static variable in interface com.sun.xml.ws.server.ServerPropertyConstants
- setAcceptHeader(String) - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- setAddress(String) - Method in interface com.sun.xml.ws.developer.WSBindingProvider
-
Sets the endpoint address for all the invocations that happen from
BindingProvider. - setBinding(ParameterBinding) - Method in class com.sun.xml.ws.model.ParameterImpl
- setBindingID(BindingID) - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- setBoundary(String) - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- setBoundaryParameter(String) - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- setClassLoader(ClassLoader) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setClassLoader(ClassLoader) - Method in class com.sun.xml.ws.model.RuntimeModeler
-
sets the classloader to be used when loading classes by the
RuntimeModeler. - setClassLoader(ClassLoader) - Method in class com.sun.xml.ws.spi.db.BindingInfo
- setCodec(Codec) - Method in class com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext
- setCodec(Codec) - Method in class com.sun.xml.ws.api.pipe.ServerTubeAssemblerContext
- setCompletionCallback(Fiber.CompletionCallback) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Updates completion callback associated with this Fiber
- setContainer(Container) - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- setContainer(Container) - Method in class com.sun.xml.ws.api.WSService.InitParams
-
Sets the
Containerobject used by the created service. - setContentLengthResponseHeader(int) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- setContentLengthResponseHeader(int) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Subclasses are expected to override
- setContentNegotiationString(String) - Method in class com.sun.xml.ws.api.message.Packet
- setContentType(ContentType) - Method in class com.sun.xml.ws.api.message.Packet
- setContentTypeResponseHeader(String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- setContentTypeResponseHeader(String) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Sets the
"Content-Type"header. - setContextClassLoader(ClassLoader) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Sets the context
ClassLoaderof this fiber. - setContractClass(Class) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setCookie(String, String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- setCookie(String, String) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Subclasses are expected to override
- setCurrentNode(Node) - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- setDatabinding(Databinding) - Method in class com.sun.xml.ws.model.AbstractSEIModelImpl
- setDatabindingMode(String) - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- setDatabindingMode(String) - Method in class com.sun.xml.ws.spi.db.BindingInfo
- setDefaultNamespace(String) - Method in class com.sun.xml.ws.spi.db.BindingInfo
- setDefaultNamespace(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- setDefaultSchemaNamespaceSuffix(String) - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- setDeliverThrowableInPacket(boolean) - Method in class com.sun.xml.ws.api.pipe.Fiber
- setDir(String) - Method in class com.sun.xml.ws.developer.StreamingAttachmentFeature
-
Directory in which large attachments are stored
- setDocumentLocator(Locator) - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- setDocumentLocator(Locator) - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- setDump(boolean) - Static method in class com.sun.xml.ws.transport.http.HttpAdapter
- setEnabled(boolean) - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature.Builder
- setEndpoint(WSEndpoint) - Method in interface com.sun.xml.ws.api.server.EndpointAwareCodec
-
Called by the
WSEndpointimplementation when the codec is associated with an endpoint. - setEndpoint(WSEndpoint) - Method in class com.sun.xml.ws.server.InvokerTube
- setEndpoint(WSEndpoint<?>) - Method in interface com.sun.xml.ws.server.EndpointAwareTube
-
Setter for WSEndpoint holding this tube
- setEndpointAddress(String) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Sets the endpoint address string to be written.
- setEndPointAddressString(String) - Method in class com.sun.xml.ws.api.message.Packet
- setEndpointClass(Class) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setEntityResolver(EntityResolver) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setException(Throwable) - Method in interface com.oracle.webservices.api.databinding.JavaCallInfo
-
Sets the exception of this JavaCallInfo
- setException(Throwable) - Method in class com.sun.xml.ws.api.databinding.JavaCallInfo
-
Sets the exception of this JavaCallInfo
- setExecutor(Executor) - Method in class com.sun.xml.ws.api.pipe.Engine
- setExecutor(Executor) - Method in class com.sun.xml.ws.api.server.WSEndpoint
-
Set this
Executorto run asynchronous requests using this executor. - setExecutor(Executor) - Method in class com.sun.xml.ws.server.WSEndpointImpl
- setExecutor(Executor) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- setExtensions(WSDLGeneratorExtension[]) - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- setFallbackInstance(T) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Sets the "fallback" instance.
- setFallbackInstance(T) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- setFastInfosetDisabled(boolean) - Method in class com.sun.xml.ws.api.message.Packet
- setFaultAction(String) - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- setFaultCreated(boolean) - Method in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- setFaultInfoGetter(Method) - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- setFaultMessage(Message) - Method in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- setFaultMessageFeatures(QName, QName, WebServiceFeature...) - Method in class com.sun.xml.ws.binding.BindingImpl
- setFaultTo(WSEndpointReference) - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Setter for wsa:FaultTo header
WSEndpointReference. - setFaultTo(String) - Method in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- setFaultToFromRequest(WSEndpointReference) - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
- setFeatures(Iterable<WebServiceFeature>) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setFeatures(WebServiceFeature[]) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setFrom(WSEndpointReference) - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Setter for wsa:From header
WSEndpointReference. - setGenericType(Type) - Method in class com.sun.xml.ws.spi.db.TypeInfo
- setGlobalElement(boolean) - Method in class com.sun.xml.ws.spi.db.TypeInfo
- setHaInfo(HaInfo) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- setHandlerChain(List<Handler>) - Method in class com.sun.xml.ws.binding.HTTPBindingImpl
-
This method separates the logical and protocol handlers and sets the HandlerConfiguration.
- setHandlerChain(List<Handler>) - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
-
Sets the handlers on the binding and then sorts the handlers in to logical and protocol handlers.
- setHandlerConfig(HandlerConfiguration) - Method in class com.sun.xml.ws.binding.BindingImpl
- setHandlers(List<Handler>) - Method in class com.sun.xml.ws.util.HandlerAnnotationInfo
-
This method should only be called by HandlerAnnotationProcessor.
- setHandlersAndRoles(WSBinding, XMLStreamReader, QName, QName) - Method in class com.sun.xml.ws.transport.http.DeploymentDescriptorParser
-
Parses the handler and role information and sets it on the
WSBinding. - setInBinding(ParameterBinding) - Method in class com.sun.xml.ws.model.ParameterImpl
- setInlineSchemas(boolean) - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- setInputMessageFeatures(QName, WebServiceFeature...) - Method in class com.sun.xml.ws.binding.BindingImpl
- setInstance(ContainerResolver) - Static method in class com.sun.xml.ws.api.server.ContainerResolver
-
Sets the custom container resolver which can be used to get client's
Container. - setIsProtocolMessage() - Method in class com.sun.xml.ws.api.message.Packet
- setJMXRegistrationDebug(boolean) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- setMappingInfo(MappingInfo) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setMBeanServer(MBeanServer) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- setMemoryThreshold(long) - Method in class com.sun.xml.ws.developer.StreamingAttachmentFeature
-
After this threshold(no of bytes), large attachments are written to file system
- setMessage(Message) - Method in class com.sun.xml.ws.api.message.Packet
-
Sets a
Messageto this packet. - setMessageId(String) - Method in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- setMessageIdFromRequest(String) - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
- setMessageMedadata(MessageMetadata) - Method in class com.sun.xml.ws.api.message.Message
- setMessageName(String) - Method in class com.sun.xml.ws.model.CheckedExceptionImpl
- setMetadataReader(MetadataReader) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setMethod(Method) - Method in class com.sun.xml.ws.api.databinding.JavaCallInfo
-
Sets the method of this JavaCallInfo
- setMode(Service.Mode) - Method in class com.sun.xml.ws.binding.BindingImpl
- setMTOMConfiguration(MTOMFeature) - Method in interface com.sun.xml.ws.api.message.MessageWritable
-
Passes configuration information to this message to ensure the proper wire format is created.
- setMTOMEnabled(boolean) - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
-
Client application can override if the MTOM optimization should be enabled
- setMtomFeature(MTOMFeature) - Method in class com.sun.xml.ws.api.message.Packet
- setMtomRequest(Boolean) - Method in class com.sun.xml.ws.api.message.Packet
- setNamespaceContext(NamespaceContext) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- setNext(Tube) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Sets the next tube
- setNillable(boolean) - Method in class com.sun.xml.ws.spi.db.TypeInfo
- setOperationFeatures(QName, WebServiceFeature...) - Method in class com.sun.xml.ws.binding.BindingImpl
- setOperationQName(QName) - Method in class com.sun.xml.ws.model.JavaMethodImpl
- setOutBinding(ParameterBinding) - Method in class com.sun.xml.ws.model.ParameterImpl
- setOutboundHeaders(Header...) - Method in interface com.sun.xml.ws.developer.WSBindingProvider
-
Sets the out-bound headers to be added to messages sent from this
BindingProvider. - setOutboundHeaders(Object...) - Method in interface com.sun.xml.ws.developer.WSBindingProvider
-
Sets the out-bound headers to be added to messages sent from this
BindingProvider. - setOutboundHeaders(List<Header>) - Method in interface com.sun.xml.ws.developer.WSBindingProvider
-
Sets the out-bound headers to be added to messages sent from this
BindingProvider. - setOutputMessageFeatures(QName, WebServiceFeature...) - Method in class com.sun.xml.ws.binding.BindingImpl
- setPacket(Packet) - Method in class com.sun.xml.ws.developer.ValidationErrorHandler
-
Use it to communicate validation errors with the application.
- setParameters(Object[]) - Method in class com.sun.xml.ws.api.databinding.JavaCallInfo
-
Sets the parameters of this JavaCallInfo
- setParentCollectionType(TypeInfo) - Method in class com.sun.xml.ws.spi.db.TypeInfo
- setParentFeaturedObject(WSDLFeaturedObject) - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
-
Set the parent features.
- setParseEagerly(boolean) - Method in class com.sun.xml.ws.developer.StreamingAttachmentFeature
-
StreamingAttachment message is parsed eagerly
- setPartName(String) - Method in class com.sun.xml.ws.model.ParameterImpl
- setPortKnownHeaders(Set<QName>) - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
-
This method should be called if the binding has SOAPSEIModel The Headers understood by the Port are set, so that they can be used for MU processing.
- setPortName(QName) - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- setPortName(QName) - Method in class com.sun.xml.ws.model.RuntimeModeler
-
sets the PortName to be used by the
RuntimeModeler. - setPrefix(String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- setPublishStatus(boolean) - Static method in class com.sun.xml.ws.transport.http.HttpAdapter
- setReader(MetadataReader) - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature.Builder
- setRegistrationDebug(ManagedObjectManager.RegistrationDebugLevel) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- setRelatesTo(String) - Method in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- setRelatesToID(String) - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Setter for MessageID for wsa:RelatesTo header.
- setReplyTo(WSEndpointReference) - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Setter for wsa:ReplyTo header
WSEndpointReference. - setReplyTo(String) - Method in class com.sun.xml.ws.api.addressing.AddressingPropertySet
- setReplyToFromRequest(WSEndpointReference) - Method in class com.sun.xml.ws.addressing.WsaPropertyBag
- setRequestPayloadName(QName) - Method in class com.sun.xml.ws.model.JavaMethodImpl
- setRequestReplyMEP(Boolean) - Method in class com.sun.xml.ws.api.message.Packet
- setRequired(boolean) - Method in class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
- setResourceBundle(ResourceBundle) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- setResponseHeader(String, String) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- setResponseHeader(String, String) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
- setResponseHeader(String, List<String>) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- setResponseHeader(String, List<String>) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
- setResponseHeaders(Map<String, List<String>>) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
-
sets response headers.
- setResponseHeaders(Map<String, List<String>>) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Overwrites all the HTTP response headers written thus far.
- setResponseMessage(Packet, Message, AddressingVersion, SOAPVersion, String) - Method in class com.sun.xml.ws.api.message.Packet
- setResponsePacket(Packet) - Method in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- setReturnValue(Object) - Method in interface com.oracle.webservices.api.databinding.JavaCallInfo
-
Sets the returnValue of this JavaCallInfo
- setReturnValue(Object) - Method in class com.sun.xml.ws.api.databinding.JavaCallInfo
-
Sets the returnValue of this JavaCallInfo
- setRoles(Set<String>) - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
-
Adds the next and other roles in case this has been called by a user without them.
- setRoles(Set<String>) - Method in class com.sun.xml.ws.util.HandlerAnnotationInfo
-
This method should only be called by HandlerAnnotationProcessor.
- setRootId(String) - Method in class com.sun.xml.ws.encoding.ContentTypeImpl
- setRuntimeDebug(boolean) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- setSAAJFactory(SAAJFactory) - Method in class com.oracle.webservices.api.message.MessageContextFactory
- setSAAJFactory(SAAJFactory) - Method in class com.sun.xml.ws.api.message.Packet
- setScope(String, MessageContext.Scope) - Method in class com.sun.xml.ws.server.EndpointMessageContextImpl
- setSecureXmlProcessingDisabled(boolean) - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- setSEIModel(SEIModel) - Method in class com.sun.xml.ws.spi.db.BindingInfo
- setServiceName(QName) - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- setSoapBodyStyle(SoapBodyStyle) - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- setSoapVersion(SOAPVersion) - Method in class com.sun.xml.ws.api.message.HeaderList
- setSslFaultTo(WSEndpointReference) - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
- setSslReplyTo(WSEndpointReference) - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
- setState(Packet.State) - Method in class com.sun.xml.ws.api.message.Packet
- setStatus(int) - Method in class com.sun.xml.ws.transport.http.servlet.ServletConnectionImpl
- setStatus(int) - Method in class com.sun.xml.ws.transport.http.WSHTTPConnection
-
Sets the HTTP response code like
WSHTTPConnection.OK. - setTargetNamespace(String) - Method in class com.sun.xml.ws.api.databinding.MappingInfo
- setterPattern(Method) - Static method in class com.sun.xml.ws.spi.db.PropertySetterBase
- setThrowable(Throwable) - Method in class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- setTimeout(long, StatefulWebServiceManager.Callback<T>) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Configures timeout for exported instances.
- setTimeout(long, StatefulWebServiceManager.Callback<T>) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- setTypelibDebug(int) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- setUseAsyncWithSyncInvoke(boolean) - Method in class com.sun.xml.ws.api.addressing.OneWayFeature
-
Setter for whether async is to be used with sync invoke
- setUserStateId(String) - Method in class com.sun.xml.ws.api.message.Packet
- setValidation(MemberSubmissionAddressing.Validation) - Method in class com.sun.xml.ws.developer.MemberSubmissionAddressingFeature
- setValue(V) - Method in class com.sun.xml.ws.util.QNameMap.Entry
- setWSBinding(WSBinding) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setWSDLOperation(QName) - Method in class com.sun.xml.ws.api.message.Packet
-
Set the wsdl operation to avoid lookup from other data.
- setWsdlPort(WSDLPort) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setWsdlResolver(WSDLResolver) - Method in class com.sun.xml.ws.api.databinding.WSDLGenInfo
- setWsdlSource(Source) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setWsdlURL(URL) - Method in class com.sun.xml.ws.api.databinding.DatabindingConfig
- setWsdlURL(URL) - Method in class com.sun.xml.ws.spi.db.BindingInfo
- shouldUseMtom() - Method in class com.sun.xml.ws.api.message.Packet
- SingletonResolver<T> - Class in com.sun.xml.ws.server
-
InstanceResolverthat always returns a single instance. - SingletonResolver(T) - Constructor for class com.sun.xml.ws.server.SingletonResolver
- size() - Method in class com.sun.xml.ws.api.message.HeaderList
-
The total number of headers.
- size() - Method in class com.sun.xml.ws.transport.http.HttpAdapterList
- size() - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- size() - Method in class com.sun.xml.ws.util.ByteArrayBuffer
- size() - Method in class com.sun.xml.ws.util.QNameMap
-
Returns the number of keys-value mappings in this map.
- skipElement(XMLStreamReader) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
-
Skip current element, leaving the cursor at END_ELEMENT of current element.
- skippedEntity(String) - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- skippedEntity(String) - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- skipSiblings(XMLStreamReader, QName) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
-
Skip following siblings, leaving cursor at END_ELEMENT of parent element.
- SLASH_DELIMITER - Static variable in class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- slideContextDown() - Method in class com.sun.xml.ws.util.NamespaceSupport
- slideContextUp() - Method in class com.sun.xml.ws.util.NamespaceSupport
- SOAP_1_1_MUST_UNDERSTAND - Static variable in class com.sun.xml.ws.message.stream.StreamHeader11
- SOAP_1_1_ROLE - Static variable in class com.sun.xml.ws.message.stream.StreamHeader11
- SOAP_1_2_MUST_UNDERSTAND - Static variable in class com.sun.xml.ws.message.stream.StreamHeader12
- SOAP_1_2_RELAY - Static variable in class com.sun.xml.ws.message.stream.StreamHeader12
- SOAP_1_2_ROLE - Static variable in class com.sun.xml.ws.message.stream.StreamHeader12
- SOAP_11 - com.sun.xml.ws.api.SOAPVersion
- SOAP_12 - com.sun.xml.ws.api.SOAPVersion
- SOAP_FACTORY_CREATE_ERR(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
-
Couldn''t create SOAP factory due to exception: {0}
- SOAP_FAULT_CREATE_ERR(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
-
Couldn''t create SOAP Fault due to exception: {0}
- SOAP_MSG_CREATE_ERR(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
-
Couldn''t create SOAP message due to exception: {0}
- SOAP_MSG_FACTORY_CREATE_ERR(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
-
Couldn''t create SOAP message factory due to exception: {0}
- SOAP_PROTOCOL_INVALID_FAULT_CODE(Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
-
Invalid fault code: {0}
- SOAP_VERSION_MISMATCH_ERR(Object, Object) - Static method in class com.sun.xml.ws.resources.SoapMessages
-
Couldn''t create SOAP message.
- SOAP11 - com.oracle.webservices.api.EnvelopeStyle.Style
-
SOAP1.1.
- SOAP11_HTTP - Static variable in class com.sun.xml.ws.api.BindingID
-
Constant that represents SOAP1.1/HTTP.
- SOAP11_HTTP_MTOM - Static variable in class com.sun.xml.ws.api.BindingID
-
Constant that represents SOAP1.1/HTTP.
- SOAP12 - com.oracle.webservices.api.EnvelopeStyle.Style
-
SOAP1.2.
- SOAP12_HTTP - Static variable in class com.sun.xml.ws.api.BindingID
-
Constant that represents SOAP1.2/HTTP.
- SOAP12_HTTP_MTOM - Static variable in class com.sun.xml.ws.api.BindingID
-
Constant that represents SOAP1.2/HTTP.
- soapAction - Variable in class com.sun.xml.ws.api.message.Packet
-
The value of the SOAPAction header associated with the message.
- soapAction - Variable in class com.sun.xml.ws.encoding.ContentTypeImpl.Builder
- soapAction(String) - Method in class com.oracle.webservices.api.message.ContentType.Builder
- SOAPBindingCodec - Class in com.sun.xml.ws.encoding
-
SOAP binding
Codecthat can handle MTOM, SwA, and SOAP messages encoded using XML or Fast Infoset. - SOAPBindingCodec - Interface in com.sun.xml.ws.api.pipe
- SOAPBindingCodec(WSFeatureList) - Constructor for class com.sun.xml.ws.encoding.SOAPBindingCodec
- SOAPBindingCodec(WSFeatureList, StreamSOAPCodec) - Constructor for class com.sun.xml.ws.encoding.SOAPBindingCodec
- SOAPBindingImpl - Class in com.sun.xml.ws.binding
- soapBodyStyle - Variable in class com.sun.xml.ws.api.databinding.MappingInfo
- SoapBodyStyle - Enum in com.sun.xml.ws.api.databinding
-
The SoapBodyStyle represents the possible choices of the mapping styles between the SOAP body of a wsdl:operation input/output messages and JAVA method parameters and return/output values.
- SOAPConstants - Interface in com.sun.xml.ws.wsdl.parser
- SOAPDECODER_ERR() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Error in decoding SOAP Message
- SOAPENCODER_ERR() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Error in encoding SOAP Message
- SoapMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- SoapMessages() - Constructor for class com.sun.xml.ws.resources.SoapMessages
- SOAPSEIModel - Class in com.sun.xml.ws.model
-
Creates SOAP specific RuntimeModel
- SOAPSEIModel(WebServiceFeatureList) - Constructor for class com.sun.xml.ws.model.SOAPSEIModel
- soapVer - Variable in class com.sun.xml.ws.addressing.WsaTubeHelper
- soapVersion - Variable in class com.sun.xml.ws.binding.SOAPBindingImpl
- SOAPVersion - Enum in com.sun.xml.ws.api
-
Version of SOAP (1.1 and 1.2).
- soapVersionHttpBindingId() - Method in class com.sun.xml.ws.server.MonitorRootService
- sortMethodParameters(JavaMethodImpl) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Sorts the parameters for the method by their position
- SOURCEREADER_INVALID_SOURCE(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
Unable to create reader from source "{0}"
- SourceReaderFactory - Class in com.sun.xml.ws.streaming
- SourceReaderFactory() - Constructor for class com.sun.xml.ws.streaming.SourceReaderFactory
- splitAttributes() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
-
Called when the current node is
Elementto look at attribute list (which contains both ns decl and attributes in DOM) and split them to attributes-proper and namespace decls. - splitParameters(List<ParameterImpl>, List<ParameterImpl>, List<ParameterImpl>) - Method in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- SSL_SOCKET_FACTORY - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Set this property on the
BindingProvider.getRequestContext()to enableHttpsURLConnection.setSSLSocketFactory(SSLSocketFactory). - STANDALONE - com.sun.xml.ws.api.server.LazyMOMProvider.Scope
- STANDALONE - Static variable in class com.sun.xml.ws.api.server.ResourceInjector
-
Fallback
ResourceInjectorimplementation used when theContainerdoesn't provide one. - standaloneSet() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- standaloneSet() - Method in class com.sun.xml.ws.util.xml.XMLReaderComposite
- standaloneSet() - Method in class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- start(TypedXmlWriter, SEIModel, WSBinding, Container) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
Deprecated.
- start(Tube, Packet, Fiber.CompletionCallback) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Starts the execution of this fiber asynchronously.
- start(Tube, Packet, Fiber.CompletionCallback, boolean) - Method in class com.sun.xml.ws.api.pipe.Fiber
-
Starts the execution of this fiber.
- start(WSWebServiceContext, WSEndpoint) - Method in class com.sun.xml.ws.api.server.InstanceResolver
-
Called by
WSEndpointwhen it's set up. - start(WSWebServiceContext, WSEndpoint) - Method in class com.sun.xml.ws.api.server.Invoker
-
Called by
WSEndpointwhen it's set up. - start(WSWebServiceContext, WSEndpoint) - Method in class com.sun.xml.ws.server.AbstractMultiInstanceResolver
- start(WSWebServiceContext, WSEndpoint) - Method in class com.sun.xml.ws.server.SingletonResolver
- start(WSWebServiceContext, WSEndpoint) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- start(WSDLParserExtensionContext) - Method in class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- start(WSDLGenExtnContext) - Method in class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
-
Called at the very beginning of the process.
- start(WSDLGenExtnContext) - Method in class com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension
- start(WSDLGenExtnContext) - Method in class com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension
- start(WebServiceContext) - Method in class com.sun.xml.ws.api.server.InstanceResolver
-
Deprecated.
- start(WebServiceContext) - Method in class com.sun.xml.ws.api.server.Invoker
-
Deprecated.
- startDocument() - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- startDocument() - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- startedEvent(String) - Method in class com.sun.xml.ws.transport.http.servlet.JAXWSRIServletProbeProvider
- startElement(String, String, String, Attributes) - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- startElement(String, String, String, Attributes) - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- startPrefixMapping(String, String) - Method in class com.sun.xml.ws.util.xml.ContentHandlerToXMLStreamWriter
- startPrefixMapping(String, String) - Method in class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- StartTag - com.sun.xml.ws.util.xml.XMLReaderComposite.State
- state - Variable in class com.sun.xml.ws.util.xml.XMLReaderComposite
- Stateful - Annotation Type in com.sun.xml.ws.developer
-
Designates a stateful
WebService. - STATEFUL_COOKIE_HEADER_INCORRECT(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Invalid/expired {0} header value: {1}
- STATEFUL_COOKIE_HEADER_REQUIRED(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
This is a stateful web service and {0} header is required.
- STATEFUL_INVALID_WEBSERVICE_CONTEXT(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Not a WebServiceContext from JAX-WS RI: {0}
- STATEFUL_REQURES_ADDRESSING(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Stateful web service {0} requires the WS-Addressing support to be enabled.
- StatefulFeature - Class in com.sun.xml.ws.developer
-
Designates a stateful
WebService. - StatefulFeature() - Constructor for class com.sun.xml.ws.developer.StatefulFeature
-
Create an
StatefulFeature. - StatefulInstanceResolver<T> - Class in com.sun.xml.ws.server
-
InstanceResolverthat looks at JAX-WS cookie header to determine the instance to which a message will be routed. - StatefulInstanceResolver(Class<T>) - Constructor for class com.sun.xml.ws.server.StatefulInstanceResolver
- StatefulWebServiceManager<T> - Interface in com.sun.xml.ws.developer
-
Stateful web service support in the JAX-WS RI.
- StatefulWebServiceManager.Callback<T> - Interface in com.sun.xml.ws.developer
-
Used by
StatefulWebServiceManager.setTimeout(long, Callback)to determine what to do when the time out is reached. - STATIC_RESOURCE_INJECTION_ONLY(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Static resource {0} cannot be injected to non-static "{1}"
- STAX_CANT_CREATE() - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
Unable to create StAX reader or writer
- STAXREADER_XMLSTREAMEXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML stream reader exception: {0}
- StAXResult - Class in com.sun.xml.ws.util.xml
-
A JAXP
Resultimplementation that produces a result on the specifiedXMLStreamWriterorXMLEventWriter. - StAXResult(XMLStreamWriter) - Constructor for class com.sun.xml.ws.util.xml.StAXResult
-
Create a new
Resultthat produces a result on the specifiedXMLStreamWriter - StAXSource - Class in com.sun.xml.ws.util.xml
-
A JAXP
Sourceimplementation that wraps the specifiedXMLStreamReaderorXMLEventReaderfor use by applications that expect aSource. - StAXSource(XMLStreamReader, boolean) - Constructor for class com.sun.xml.ws.util.xml.StAXSource
-
Creates a new
Sourcefor the givenXMLStreamReader. - StAXSource(XMLStreamReader, boolean, String[]) - Constructor for class com.sun.xml.ws.util.xml.StAXSource
-
Creates a new
Sourcefor the givenXMLStreamReader. - stickyCookie - Variable in class com.sun.xml.ws.transport.http.HttpAdapter
- StickyFeature - Interface in com.sun.xml.ws.api.ha
-
Provides a way to tell the runtime about stickiness of requests.
- stop() - Method in class com.sun.xml.ws.api.server.HttpEndpoint
-
Stops the published endpoint
- StreamAttachment - Class in com.sun.xml.ws.message.stream
-
Attachment created from raw bytes.
- StreamAttachment(ByteArrayBuffer, String, String) - Constructor for class com.sun.xml.ws.message.stream.StreamAttachment
- StreamHeader - Class in com.sun.xml.ws.message.stream
-
Headerwhose physical data representation is an XMLStreamBuffer. - StreamHeader(XMLStreamReader) - Constructor for class com.sun.xml.ws.message.stream.StreamHeader
-
Creates a
StreamHeader. - StreamHeader(XMLStreamReader, XMLStreamBuffer) - Constructor for class com.sun.xml.ws.message.stream.StreamHeader
-
Creates a
StreamHeader. - StreamHeader.Attribute - Class in com.sun.xml.ws.message.stream
-
Keep the information about an attribute on the header element.
- StreamHeader11 - Class in com.sun.xml.ws.message.stream
-
StreamHeaderfor SOAP 1.1. - StreamHeader11(XMLStreamReader) - Constructor for class com.sun.xml.ws.message.stream.StreamHeader11
- StreamHeader11(XMLStreamReader, XMLStreamBuffer) - Constructor for class com.sun.xml.ws.message.stream.StreamHeader11
- StreamHeader12 - Class in com.sun.xml.ws.message.stream
-
StreamHeaderfor SOAP 1.2. - StreamHeader12(XMLStreamReader) - Constructor for class com.sun.xml.ws.message.stream.StreamHeader12
- StreamHeader12(XMLStreamReader, XMLStreamBuffer) - Constructor for class com.sun.xml.ws.message.stream.StreamHeader12
- STREAMING_IO_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML parsing error: {0}
- STREAMING_PARSE_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML parsing error: {0}
- StreamingAttachment - Annotation Type in com.sun.xml.ws.developer
-
This feature represents the use of StreamingAttachment attachments with a web service.
- StreamingAttachmentFeature - Class in com.sun.xml.ws.developer
-
Proxy needs to be created with this feature to configure StreamingAttachment attachments behaviour.
- StreamingAttachmentFeature() - Constructor for class com.sun.xml.ws.developer.StreamingAttachmentFeature
- StreamingAttachmentFeature(String, boolean, long) - Constructor for class com.sun.xml.ws.developer.StreamingAttachmentFeature
- StreamingDataHandler - Class in com.sun.xml.ws.developer
-
Implementation of
StreamingDataHandlerto access MIME attachments efficiently. - StreamingDataHandler(Object, String) - Constructor for class com.sun.xml.ws.developer.StreamingDataHandler
- StreamingDataHandler(URL) - Constructor for class com.sun.xml.ws.developer.StreamingDataHandler
- StreamingDataHandler(DataSource) - Constructor for class com.sun.xml.ws.developer.StreamingDataHandler
- StreamingMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- StreamingMessages() - Constructor for class com.sun.xml.ws.resources.StreamingMessages
- StreamingSOAP - Interface in com.sun.xml.ws.api.message
- StreamMessage - Class in com.sun.xml.ws.message.stream
-
Messageimplementation backed byXMLStreamReader. - StreamMessage(MessageHeaders, AttachmentSet, XMLStreamReader, SOAPVersion) - Constructor for class com.sun.xml.ws.message.stream.StreamMessage
-
Creates a
StreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers. - StreamMessage(SOAPVersion) - Constructor for class com.sun.xml.ws.message.stream.StreamMessage
- StreamMessage(SOAPVersion, XMLStreamReader, AttachmentSet) - Constructor for class com.sun.xml.ws.message.stream.StreamMessage
- StreamMessage(TagInfoset, TagInfoset, AttachmentSet, MessageHeaders, TagInfoset, XMLStreamReader, SOAPVersion) - Constructor for class com.sun.xml.ws.message.stream.StreamMessage
-
Creates a
StreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope. - StreamMessage(TagInfoset, TagInfoset, AttachmentSet, MessageHeaders, String, TagInfoset, String, XMLStreamReader, SOAPVersion) - Constructor for class com.sun.xml.ws.message.stream.StreamMessage
- StreamMessage.StreamHeaderDecoder - Interface in com.sun.xml.ws.message.stream
- StreamSOAPCodec - Class in com.sun.xml.ws.encoding
-
A stream SOAP codec.
- StreamSOAPCodec - Interface in com.sun.xml.ws.api.pipe
-
Reads events from
XMLStreamReaderand constructs aMessagefor SOAP envelope. - StreamUtils - Class in com.sun.xml.ws.util
- StreamUtils() - Constructor for class com.sun.xml.ws.util.StreamUtils
- STRICT - com.sun.xml.ws.developer.MemberSubmissionAddressing.Validation
- StringDataContentHandler - Class in com.sun.xml.ws.encoding
-
JavaMail's data content handler for text/plain -->String
- StringDataContentHandler() - Constructor for class com.sun.xml.ws.encoding.StringDataContentHandler
- StringUtils - Class in com.sun.xml.ws.util
- StringUtils() - Constructor for class com.sun.xml.ws.util.StringUtils
- stripPackagePrefix() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- stripPrefix(String...) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- STUB - com.sun.xml.ws.api.ComponentFeature.Target
- Stubs - Class in com.sun.xml.ws.api.pipe
-
Factory methods of various stubs.
- style() - Method in annotation type com.oracle.webservices.api.EnvelopeStyle
-
The envelope styles.
- SUBCLASS_REPLACEMENTS - Static variable in interface com.sun.xml.ws.spi.db.BindingContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)to specify specific classes that replace the reference to generic classes. - subclassReplacements() - Method in class com.sun.xml.ws.spi.db.BindingInfo
- supportOutputStream() - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- supportOutputStream() - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- supportOutputStream() - Method in interface com.sun.xml.ws.spi.db.XMLBridge
-
This can be used to determine whether XMLStreamWriter or OutputStream is prefered by the implementation.
- supports(Object) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- supports(Object) - Method in class com.oracle.webservices.api.message.BasePropertySet
-
Checks if this
PropertySetsupports a property of the given name. - supports(Object) - Method in interface com.oracle.webservices.api.message.PropertySet
-
Checks if this
PropertySetsupports a property of the given name. - supports(Object) - Method in class com.sun.xml.ws.api.PropertySet
-
Deprecated.
- supportsLocal(Object) - Method in class com.oracle.webservices.api.message.BaseDistributedPropertySet
- SuppressAutomaticWSARequestHeadersFeature - Class in com.sun.xml.ws.api.message
-
Suppresses automatic generation of WS-Addressing headers in request messages.
- SuppressAutomaticWSARequestHeadersFeature() - Constructor for class com.sun.xml.ws.api.message.SuppressAutomaticWSARequestHeadersFeature
- SuppressDocLitWrapperGeneration - Static variable in class com.sun.xml.ws.model.RuntimeModeler
- suppressDuplicateRootReport(boolean) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- suspend() - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Deprecated.Use variants that pass
Runnable - suspend(Tube) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Deprecated.Use variants that pass
Runnable - suspend(Tube, Runnable) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the fiber should be suspended.
- suspend(Runnable) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the fiber should be suspended.
- suspendJMXRegistration() - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- SVN_REVISION - Variable in class com.sun.xml.ws.util.Version
-
Represents the latest Subversion Reversion number.
- SwACodec - Class in com.sun.xml.ws.encoding
-
Codecthat uses MIME/multipart as the base format. - SwACodec(SOAPVersion, WSFeatureList, Codec) - Constructor for class com.sun.xml.ws.encoding.SwACodec
- SyncStartForAsyncFeature - Class in com.sun.xml.ws.api.pipe
-
Feature used to request starting a fiber synchronous to the calling thread but allowing it to later switch to run asynchronously to that thread.
- SyncStartForAsyncFeature() - Constructor for class com.sun.xml.ws.api.pipe.SyncStartForAsyncFeature
- systemId - Variable in class com.sun.xml.ws.api.wsdl.parser.XMLEntityResolver.Parser
-
System ID of the document being parsed.
T
- tagInfo - Variable in class com.sun.xml.ws.util.xml.XMLReaderComposite
- TagInfoset - Class in com.sun.xml.ws.encoding
-
Complete infoset about a start tag.
- TagInfoset(String, String, String, AttributesImpl, String...) - Constructor for class com.sun.xml.ws.encoding.TagInfoset
- TagInfoset(XMLStreamReader) - Constructor for class com.sun.xml.ws.encoding.TagInfoset
-
Fills a
TagInfosetobject by the current element that the reader points to. - tagName - Variable in class com.sun.xml.ws.spi.db.TypeInfo
-
The associated XML element name that the JAX-RPC uses with this type reference.
- take() - Method in class com.sun.xml.ws.util.Pool
-
Gets a new object from the pool.
- takeMaster() - Method in class com.sun.xml.ws.util.Pool.TubePool
-
Deprecated.Expected to be used in rare cases where access to master tubeline is required and safe, such as Stub.close()."
- targetNamespace - Variable in class com.sun.xml.ws.api.databinding.MappingInfo
- targetNamespace(String) - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Sets the targetNamespace of the WSDL
- ThreadLocalContainerResolver - Class in com.sun.xml.ws.api.server
-
ContainerResolver based on
ThreadLocal. - ThreadLocalContainerResolver() - Constructor for class com.sun.xml.ws.api.server.ThreadLocalContainerResolver
- ThrowableContainerPropertySet - Class in com.sun.xml.ws.api.pipe
- ThrowableContainerPropertySet(Throwable) - Constructor for class com.sun.xml.ws.api.pipe.ThrowableContainerPropertySet
- throwException(Packet, Throwable) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the next action is to flip the processing direction and starts exception processing, but with the indicated context.
- throwException(Throwable) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the next action is to flip the processing direction and starts exception processing.
- throwExceptionAbortResponse(Throwable) - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Indicates that the next action is to abort the processResponse chain because of an exception.
- TidyXMLStreamReader - Class in com.sun.xml.ws.streaming
-
Wrapper over XMLStreamReader.
- TidyXMLStreamReader(XMLStreamReader, Closeable) - Constructor for class com.sun.xml.ws.streaming.TidyXMLStreamReader
- toArray() - Method in interface com.sun.xml.ws.api.WSFeatureList
-
Obtains all the features in the array.
- toArray() - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- toArray() - Method in class com.sun.xml.ws.util.ServiceFinder
-
Returns discovered objects all at once.
- toByteArray() - Method in class com.sun.xml.ws.util.ByteArrayBuffer
-
Deprecated.this method causes a buffer reallocation. Use it only when you have to.
- toFeature() - Method in enum com.sun.xml.ws.api.SOAPVersion
- toFeatureArray(WSBinding) - Static method in class com.sun.xml.ws.binding.WebServiceFeatureList
- toItemType() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- toList(Iterable<WebServiceFeature>) - Static method in class com.sun.xml.ws.binding.WebServiceFeatureList
- toNextTag(XMLStreamReader, QName) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- Toolkit() - Constructor for class com.sun.xml.ws.api.server.Adapter.Toolkit
- toShortString() - Method in class com.sun.xml.ws.api.message.Packet
- toSpec() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Convert the EPR to the spec version.
- toSpec(Class<T>) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Converts the EPR to the specified spec version.
- toString() - Method in class com.oracle.webservices.api.databinding.ExternalMetadataFeature
- toString() - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Dumps the EPR infoset in a human-readable string.
- toString() - Method in class com.sun.xml.ws.api.BindingID
-
Gets the binding ID, which uniquely identifies the binding.
- toString() - Method in class com.sun.xml.ws.api.EndpointAddress
- toString() - Method in class com.sun.xml.ws.api.message.Packet
- toString() - Method in class com.sun.xml.ws.api.model.ParameterBinding
- toString() - Method in class com.sun.xml.ws.api.pipe.Fiber
- toString() - Method in class com.sun.xml.ws.api.pipe.NextAction
-
Dumps the contents to assist debugging.
- toString() - Method in enum com.sun.xml.ws.api.SOAPVersion
- toString() - Method in class com.sun.xml.ws.binding.BindingImpl.MessageKey
- toString() - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- toString() - Method in exception com.sun.xml.ws.developer.ServerSideException
- toString() - Method in class com.sun.xml.ws.spi.db.TypeInfo
- toString() - Method in class com.sun.xml.ws.transport.http.servlet.ServletAdapter
- toString() - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- toString() - Method in class com.sun.xml.ws.util.ByteArrayBuffer
-
Decodes the contents of this buffer by the default encoding and returns it as a string.
- toString() - Method in class com.sun.xml.ws.util.QNameMap.Entry
- toString() - Method in class com.sun.xml.ws.util.QNameMap
- toString() - Method in class com.sun.xml.ws.util.Version
- toString() - Method in exception com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException
- toString(byte[], int, int) - Static method in class com.sun.xml.ws.util.ASCIIUtility
-
Convert the bytes within the specified range of the given byte array into a String.
- toTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the To QName in the SOAP message for a specific WS-Addressing Version.
- touch(T) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Resets the time out timer for the given instance.
- touch(T) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- toWSDLSource() - Method in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
-
Constructs a Source containing the wsdl from the MemberSubmissionEndpointReference
- TRACE_SERVLET_GOT_RESPONSE_FROM_IMPLEMENTOR(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET60: got response from implementor: {0}
- TRACE_SERVLET_HANDING_REQUEST_OVER_TO_IMPLEMENTOR(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET59: handing request over to implementor: {0}
- TRACE_SERVLET_REQUEST_FOR_PORT_NAMED(Object) - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET58: got request for port: {0}
- TRACE_SERVLET_WRITING_FAULT_RESPONSE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET61: writing fault response
- TRACE_SERVLET_WRITING_SUCCESS_RESPONSE() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSSERVLET62: writing success response
- transform(Class<T>, EndpointReference) - Static method in class com.sun.xml.ws.addressing.EndpointReferenceUtil
-
Gives the EPR based on the clazz.
- transformDataSource(DataSource, boolean, boolean, WSFeatureList) - Static method in class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- transportBackChannel - Variable in class com.sun.xml.ws.api.message.Packet
-
Used only on the server side so that the transport can close the connection early.
- TransportBackChannel - Interface in com.sun.xml.ws.api.server
-
Represents a transport back-channel.
- TransportPipeFactory - Class in com.sun.xml.ws.api.pipe
-
Factory for transport pipes that enables transport pluggability.
- TransportPipeFactory() - Constructor for class com.sun.xml.ws.api.pipe.TransportPipeFactory
- TransportTubeFactory - Class in com.sun.xml.ws.api.pipe
-
Factory for transport tubes that enables transport pluggability.
- TransportTubeFactory() - Constructor for class com.sun.xml.ws.api.pipe.TransportTubeFactory
- TREAT_EVERYTHING_NILLABLE - Static variable in interface com.sun.xml.ws.spi.db.BindingContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)to allow unmarshaller to honorxsi:nilanywhere, even if they are not specifically allowed by the schema. - Tube - Interface in com.sun.xml.ws.api.pipe
-
Abstraction of the intermediate layers in the processing chain and transport.
- TubeCloner - Class in com.sun.xml.ws.api.pipe
-
Clones the whole pipeline.
- TubelineAssembler - Interface in com.sun.xml.ws.api.pipe
-
Creates a tubeline.
- TubelineAssemblerFactory - Class in com.sun.xml.ws.api.pipe
-
Creates
TubelineAssembler. - TubelineAssemblerFactory() - Constructor for class com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
- TubelineassemblyMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- TubelineassemblyMessages() - Constructor for class com.sun.xml.ws.resources.TubelineassemblyMessages
- TubePool(Tube) - Constructor for class com.sun.xml.ws.util.Pool.TubePool
- TXWContentHandler - Class in com.sun.xml.ws.wsdl.writer
- TXWContentHandler(TypedXmlWriter) - Constructor for class com.sun.xml.ws.wsdl.writer.TXWContentHandler
- type - Variable in class com.sun.xml.ws.spi.db.PropertyGetterBase
- type - Variable in class com.sun.xml.ws.spi.db.PropertySetterBase
- type - Variable in class com.sun.xml.ws.spi.db.TypeInfo
-
The Java type that's being referenced.
- type() - Method in interface com.sun.xml.ws.api.model.wsdl.WSDLPartDescriptor
-
Gives whether wsdl:part references a schema type or a global element.
- TYPE - com.sun.xml.ws.api.model.wsdl.WSDLDescriptorKind
-
wsdl:part is defined using type attribute.
- TYPE_REFERENCES - Static variable in interface com.sun.xml.ws.spi.db.BindingContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)to put additional JAXB type references into theJAXBContext. - TypeInfo - Class in com.sun.xml.ws.spi.db
-
A reference to a JAXB-bound type.
- TypeInfo(QName, Type, Annotation...) - Constructor for class com.sun.xml.ws.spi.db.TypeInfo
- typeInfos() - Method in class com.sun.xml.ws.spi.db.BindingInfo
U
- UNABLE_TO_CREATE_JAXB_CONTEXT() - Static method in class com.sun.xml.ws.resources.ModelerMessages
-
Unable to create JAXBContext
- UNBOUND - com.sun.xml.ws.api.model.ParameterBinding.Kind
- UNBOUND - Static variable in class com.sun.xml.ws.api.model.ParameterBinding
-
Singleton instance that represents 'UNBOUND', meaning the parameter doesn't have a representation in a SOAP message.
- UNDEFINED_BINDING(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Undefined binding: {0}
- UNDEFINED_PORT_TYPE(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
Undefined port type: {0}
- undeploy(ServletAdapter) - Method in class com.sun.xml.ws.transport.http.servlet.JAXWSRIDeploymentProbeProvider
- understandsHeader(QName) - Method in class com.sun.xml.ws.binding.SOAPBindingImpl
-
TODO A feature should be created to configure processing of MU headers.
- understood(int) - Method in class com.sun.xml.ws.api.message.HeaderList
-
Marks the
Headerat the specified index as "understood". - understood(Header) - Method in class com.sun.xml.ws.api.message.HeaderList
- understood(Header) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- understood(String, String) - Method in class com.sun.xml.ws.api.message.HeaderList
- understood(String, String) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- understood(QName) - Method in class com.sun.xml.ws.api.message.HeaderList
- understood(QName) - Method in interface com.sun.xml.ws.api.message.MessageHeaders
- UNEXPECTED_HTTP_METHOD(Object) - Static method in class com.sun.xml.ws.resources.HttpserverMessages
-
Cannot handle HTTP method: {0}
- unexport(T) - Method in interface com.sun.xml.ws.developer.StatefulWebServiceManager
-
Unexports the given instance.
- unexport(T) - Method in class com.sun.xml.ws.server.StatefulInstanceResolver
- uninitializedValue(Class) - Static method in class com.sun.xml.ws.spi.db.PropertySetterBase
- Unknown - com.sun.xml.ws.api.message.Packet.Status
- UNKNOWN_WSA_HEADER() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Unknown WS-Addressing header
- unmarshal(BridgeContext, InputStream) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(BridgeContext, XMLStreamReader) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(BridgeContext, Source) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(BridgeContext, Node) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(InputStream) - Method in class com.sun.xml.ws.spi.db.OldBridge
-
Unmarshals the specified type object.
- unmarshal(InputStream) - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- unmarshal(InputStream) - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- unmarshal(InputStream) - Method in interface com.sun.xml.ws.spi.db.XMLBridge
-
Unmarshals the specified type object.
- unmarshal(Unmarshaller, InputStream) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(Unmarshaller, XMLStreamReader) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(Unmarshaller, Source) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(Unmarshaller, Node) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(XMLStreamReader) - Method in class com.sun.xml.ws.spi.db.OldBridge
-
Unmarshals the specified type object.
- unmarshal(XMLStreamReader, AttachmentUnmarshaller) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(XMLStreamReader, AttachmentUnmarshaller) - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- unmarshal(XMLStreamReader, AttachmentUnmarshaller) - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- unmarshal(XMLStreamReader, AttachmentUnmarshaller) - Method in interface com.sun.xml.ws.spi.db.XMLBridge
- unmarshal(Source) - Method in class com.sun.xml.ws.spi.db.OldBridge
-
Unmarshals the specified type object.
- unmarshal(Source, AttachmentUnmarshaller) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(Source, AttachmentUnmarshaller) - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- unmarshal(Source, AttachmentUnmarshaller) - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- unmarshal(Source, AttachmentUnmarshaller) - Method in interface com.sun.xml.ws.spi.db.XMLBridge
- unmarshal(Node) - Method in class com.sun.xml.ws.spi.db.OldBridge
-
Unmarshals the specified type object.
- unmarshal(Node, AttachmentUnmarshaller) - Method in class com.sun.xml.ws.spi.db.OldBridge
- unmarshal(Node, AttachmentUnmarshaller) - Method in class com.sun.xml.ws.spi.db.RepeatedElementBridge
- unmarshal(Node, AttachmentUnmarshaller) - Method in class com.sun.xml.ws.spi.db.WrapperBridge
- unmarshal(Node, AttachmentUnmarshaller) - Method in interface com.sun.xml.ws.spi.db.XMLBridge
- Unmarshaller(JAXBContext) - Constructor for class com.sun.xml.ws.util.Pool.Unmarshaller
- unregister(Object) - Method in class com.sun.xml.ws.server.WSEndpointMOMProxy
- unregisterEndpoint(LazyMOMProvider.WSEndpointScopeChangeListener) - Method in enum com.sun.xml.ws.api.server.LazyMOMProvider
-
Unregisters a Webservice Endpoint from the list of listeners.
- UNSET_INPUT_ACTION - Static variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
- UNSET_OUTPUT_ACTION - Static variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
- Unspecificed - com.sun.xml.ws.api.databinding.SoapBodyStyle
-
The mapping style is not specified.
- UNSUPPORTED_CHARSET(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Unsupported charset "{0}" in the received message''s Content-Type
- UNSUPPORTED_CONTENT_TYPE(Object, Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Unsupported Content-Type: {0} Supported ones are: {1}
- UNSUPPORTED_MEDIA - Static variable in class com.sun.xml.ws.transport.http.WSHTTPConnection
- UNSUPPORTED_OPERATION(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
{0} not supported with {1}.
- UnsupportedMediaException - Exception in com.sun.xml.ws.server
-
Codecthrows this exception when it doesn't understand request message's Content-Type - UnsupportedMediaException() - Constructor for exception com.sun.xml.ws.server.UnsupportedMediaException
- UnsupportedMediaException(String) - Constructor for exception com.sun.xml.ws.server.UnsupportedMediaException
- UnsupportedMediaException(String, List<String>) - Constructor for exception com.sun.xml.ws.server.UnsupportedMediaException
- unwrap(Service) - Static method in class com.sun.xml.ws.api.WSService
- uri - Variable in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference.Address
- URI_ENVELOPE - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- URI_ENVELOPE12 - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- URI_SOAP_TRANSPORT_HTTP - Static variable in interface com.sun.xml.ws.wsdl.parser.SOAPConstants
- urlPattern - Variable in class com.sun.xml.ws.transport.http.HttpAdapter
-
Servlet URL pattern with which this
HttpAdapteris associated. - UserDefined - com.sun.xml.ws.api.model.ExceptionType
- UsesJAXBContext - Annotation Type in com.sun.xml.ws.developer
-
This feature instructs that the specified
JAXBContextFactorybe used for performing data-binding for the SEI. - UsesJAXBContextFeature - Class in com.sun.xml.ws.developer
-
A
WebServiceFeaturethat instructs the JAX-WS runtime to use a specificJAXBContextFactoryinstance of creatingJAXBContext. - UsesJAXBContextFeature(JAXBRIContext) - Constructor for class com.sun.xml.ws.developer.UsesJAXBContextFeature
-
Creates
UsesJAXBContextFeature. - UsesJAXBContextFeature(JAXBContextFactory) - Constructor for class com.sun.xml.ws.developer.UsesJAXBContextFeature
-
Creates
UsesJAXBContextFeature. - UsesJAXBContextFeature(Class<? extends JAXBContextFactory>) - Constructor for class com.sun.xml.ws.developer.UsesJAXBContextFeature
-
Creates
UsesJAXBContextFeature. - UsingAddressing - Interface in com.sun.xml.ws.wsdl.writer
- UTF8_ENCODING - Static variable in class com.sun.xml.ws.encoding.SOAPBindingCodec
- UTIL_FAILED_TO_FIND_HANDLERCHAIN_FILE(Object, Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
-
Could not find handler chain file {1} for class {0}
- UTIL_FAILED_TO_PARSE_HANDLERCHAIN_FILE(Object, Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
-
Could not parse handler chain file {1} for class {0}
- UTIL_HANDLER_CANNOT_COMBINE_SOAPMESSAGEHANDLERS() - Static method in class com.sun.xml.ws.resources.UtilMessages
-
You must use HanlderChain annotation, not SOAPMessageHandlers
- UTIL_HANDLER_CLASS_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
-
"Class: {0} could not be found"
- UTIL_HANDLER_ENDPOINT_INTERFACE_NO_WEBSERVICE(Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
-
"The Endpoint Interface: {0} does not have WebService Annotation"
- UTIL_HANDLER_NO_WEBSERVICE_ANNOTATION(Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
-
"A WebService annotation is not present on class: {0}"
- UTIL_LOCATION(Object, Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
-
at line {0} of {1}
- UTIL_PARSER_WRONG_ELEMENT(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.UtilMessages
-
found element "{1}", expected "{2}" in handler chain configuration (line {0})
- UtilException - Exception in com.sun.xml.ws.util
-
UtilException represents an exception that occurred while one of the util classes is operating.
- UtilException(Localizable) - Constructor for exception com.sun.xml.ws.util.UtilException
- UtilException(String, Object...) - Constructor for exception com.sun.xml.ws.util.UtilException
- UtilException(Throwable) - Constructor for exception com.sun.xml.ws.util.UtilException
- UtilMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- UtilMessages() - Constructor for class com.sun.xml.ws.resources.UtilMessages
V
- validate() - Method in class com.sun.xml.ws.binding.WebServiceFeatureList
- validate(WSFeatureList) - Method in interface com.sun.xml.ws.api.FeatureListValidator
-
Validates feature list.
- validateAction(Packet) - Method in class com.sun.xml.ws.addressing.WsaClientTube
- validateAction(Packet) - Method in class com.sun.xml.ws.addressing.WsaServerTube
- validation() - Method in annotation type com.sun.xml.ws.developer.MemberSubmissionAddressing
- VALIDATION_CLIENT_NULL_ACTION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Validating inbound Addressing headers on client and found null Action
- VALIDATION_SERVER_NULL_ACTION() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Validating inbound Addressing headers on server and found null Action
- ValidationErrorHandler - Class in com.sun.xml.ws.developer
-
An
ErrorHandlerto receive errors encountered during theValidator.validate(javax.xml.transform.Source)method invocation. - ValidationErrorHandler() - Constructor for class com.sun.xml.ws.developer.ValidationErrorHandler
- value() - Method in annotation type com.oracle.webservices.api.databinding.DatabindingMode
- value() - Method in annotation type com.oracle.webservices.api.message.PropertySet.Property
-
Name of the property.
- value() - Method in annotation type com.sun.xml.ws.api.FeatureConstructor
-
The name of the parameter.
- value() - Method in enum com.sun.xml.ws.api.model.ExceptionType
- value() - Method in annotation type com.sun.xml.ws.api.server.InstanceResolverAnnotation
- value() - Method in annotation type com.sun.xml.ws.developer.UsesJAXBContext
-
Designates the
JAXBContextFactoryto be used to create theJAXBContextobject, which in turn will be used by the JAX-WS runtime to marshal/unmarshal parameters and return values to/from XML. - value(String) - Method in class com.oracle.webservices.api.databinding.DatabindingModeFeature.Builder
- valueOf(String) - Static method in enum com.oracle.webservices.api.EnvelopeStyle.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.ComponentFeature.Target
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.databinding.SoapBodyStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider.StoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.message.Packet.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.message.Packet.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.model.ExceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.model.MEP
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.model.ParameterBinding.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation.ANONYMOUS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.model.wsdl.WSDLDescriptorKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.server.LazyMOMProvider.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.server.LazyMOMProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.api.SOAPVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.developer.MemberSubmissionAddressing.Validation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.xml.ws.util.xml.XMLReaderComposite.State
-
Returns the enum constant of this type with the specified name.
- values - Variable in class com.sun.xml.ws.spi.db.WrapperComposite
- values() - Static method in enum com.oracle.webservices.api.EnvelopeStyle.Style
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.ComponentFeature.Target
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.databinding.SoapBodyStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider.StoreType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.ha.HighAvailabilityProvider
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.message.Packet.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.message.Packet.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.model.ExceptionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.model.MEP
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.model.ParameterBinding.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation.ANONYMOUS
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.model.wsdl.WSDLDescriptorKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.server.LazyMOMProvider.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.server.LazyMOMProvider
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.api.SOAPVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.sun.xml.ws.developer.MemberSubmissionAddressing.Validation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class com.sun.xml.ws.transport.httpspi.servlet.Headers
- values() - Method in class com.sun.xml.ws.util.QNameMap
- values() - Static method in enum com.sun.xml.ws.util.xml.XMLReaderComposite.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verifyImplementorClass(Class<?>) - Static method in class com.sun.xml.ws.server.EndpointFactory
-
Verifies if the endpoint implementor class has @WebService or @WebServiceProvider annotation
- verifyImplementorClass(Class<?>, MetadataReader) - Static method in class com.sun.xml.ws.server.EndpointFactory
-
Verifies if the endpoint implementor class has @WebService or @WebServiceProvider annotation; passing MetadataReader instance allows to read annotations from xml descriptor instead of class's annotations
- verifyReaderState(XMLStreamReader, int) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- verifyTag(XMLStreamReader, String, String) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- verifyTag(XMLStreamReader, QName) - Static method in class com.sun.xml.ws.streaming.XMLStreamReaderUtil
- Version - Class in com.sun.xml.ws.util
-
Represents the version information.
- VERSION - Static variable in class com.sun.xml.ws.util.RuntimeVersion
- VersionUtil - Class in com.sun.xml.ws.util
-
Provides some version utilities.
- VersionUtil() - Constructor for class com.sun.xml.ws.util.VersionUtil
W
- W3C - com.sun.xml.ws.api.addressing.AddressingVersion
- W3CAddressingConstants - Interface in com.sun.xml.ws.addressing
-
Constants for W3C WS-Addressing version
- W3CAddressingMetadataConstants - Class in com.sun.xml.ws.addressing
-
Constants for W3C Addressing Metadata specification
- W3CAddressingMetadataConstants() - Constructor for class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- W3CAddressingMetadataWSDLGeneratorExtension - Class in com.sun.xml.ws.wsdl.writer
-
This extension class generates wsam:Action values for input, output and faults in the generated wsdl.
- W3CAddressingMetadataWSDLGeneratorExtension() - Constructor for class com.sun.xml.ws.wsdl.writer.W3CAddressingMetadataWSDLGeneratorExtension
- W3CAddressingMetadataWSDLParserExtension - Class in com.sun.xml.ws.wsdl.parser
-
W3C WS-Addressing Runtime WSDL parser extension that parses WS-Addressing Metadata wsdl extensibility elements This mainly reads wsam:Action element on input/output/fault messages in wsdl.
- W3CAddressingMetadataWSDLParserExtension() - Constructor for class com.sun.xml.ws.wsdl.parser.W3CAddressingMetadataWSDLParserExtension
- W3CAddressingWSDLGeneratorExtension - Class in com.sun.xml.ws.wsdl.writer
- W3CAddressingWSDLGeneratorExtension() - Constructor for class com.sun.xml.ws.wsdl.writer.W3CAddressingWSDLGeneratorExtension
- W3CAddressingWSDLParserExtension - Class in com.sun.xml.ws.wsdl.parser
-
W3C WS-Addressing Runtime WSDL parser extension
- W3CAddressingWSDLParserExtension() - Constructor for class com.sun.xml.ws.wsdl.parser.W3CAddressingWSDLParserExtension
- W3CWsaClientTube - Class in com.sun.xml.ws.addressing
- W3CWsaClientTube(WsaClientTube, TubeCloner) - Constructor for class com.sun.xml.ws.addressing.W3CWsaClientTube
- W3CWsaClientTube(WSDLPort, WSBinding, Tube) - Constructor for class com.sun.xml.ws.addressing.W3CWsaClientTube
- W3CWsaServerTube - Class in com.sun.xml.ws.addressing
- W3CWsaServerTube(W3CWsaServerTube, TubeCloner) - Constructor for class com.sun.xml.ws.addressing.W3CWsaServerTube
- W3CWsaServerTube(WSEndpoint, WSDLPort, WSBinding, Tube) - Constructor for class com.sun.xml.ws.addressing.W3CWsaServerTube
- warning(SAXParseException) - Method in class com.sun.xml.ws.server.DraconianValidationErrorHandler
- wasTransportSecure - Variable in class com.sun.xml.ws.api.message.Packet
-
True if this message came from a transport (IOW inbound), and in paricular from a "secure" transport.
- WebModule - Class in com.sun.xml.ws.api.server
-
Modulethat is an HTTP container. - WebModule() - Constructor for class com.sun.xml.ws.api.server.WebModule
- webServiceContextDelegate - Variable in class com.sun.xml.ws.api.message.Packet
-
When non-null, this object is consulted to implement
WebServiceContextmethods exposed to the user application. - WebServiceContextDelegate - Interface in com.sun.xml.ws.api.server
-
This object is set to
Packet.webServiceContextDelegateto serveWebServiceContextmethods for aPacket. - WebServiceFeatureFactory - Class in com.sun.xml.ws.api
-
Factory methods to get web service features from the corresponding feature annotations
- WebServiceFeatureFactory() - Constructor for class com.sun.xml.ws.api.WebServiceFeatureFactory
- WebServiceFeatureList - Class in com.sun.xml.ws.binding
-
Represents a list of
WebServiceFeatures that has bunch of utility methods pertaining to web service features. - WebServiceFeatureList() - Constructor for class com.sun.xml.ws.binding.WebServiceFeatureList
- WebServiceFeatureList(WebServiceFeatureList) - Constructor for class com.sun.xml.ws.binding.WebServiceFeatureList
- WebServiceFeatureList(Class<?>) - Constructor for class com.sun.xml.ws.binding.WebServiceFeatureList
-
Creates a list by reading featuers from the annotation on a class.
- WebServiceFeatureList(WebServiceFeature...) - Constructor for class com.sun.xml.ws.binding.WebServiceFeatureList
- wholeText - Variable in class com.sun.xml.ws.streaming.DOMStreamReader
-
If the reader points at
the text node, its whole value. - Woodstox(XMLInputFactory) - Constructor for class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.Woodstox
- WOODSTOX_CANT_LOAD(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
Unable to load Woodstox class {0}
- wrapExecutor(Container, Executor) - Method in class com.sun.xml.ws.api.server.ThreadLocalContainerResolver
- WrapperAccessor - Class in com.sun.xml.ws.spi.db
-
WrapperAccessor
- WrapperAccessor() - Constructor for class com.sun.xml.ws.spi.db.WrapperAccessor
- WrapperBeanGenerator - Class in com.sun.xml.ws.model
-
Runtime Wrapper and exception bean generator implementation.
- WrapperBeanGenerator() - Constructor for class com.sun.xml.ws.model.WrapperBeanGenerator
- WrapperBridge<T> - Class in com.sun.xml.ws.spi.db
-
WrapperBridge handles RPC-Literal body and Document-Literal wrappers without static wrapper classes.
- WrapperBridge(BindingContext, TypeInfo) - Constructor for class com.sun.xml.ws.spi.db.WrapperBridge
- wrapperChildren - Variable in class com.sun.xml.ws.model.WrapperParameter
- WrapperComposite - Class in com.sun.xml.ws.spi.db
-
A JAXB Bean that works like a DOM.
- WrapperComposite() - Constructor for class com.sun.xml.ws.spi.db.WrapperComposite
- WrapperParameter - Class in com.sun.xml.ws.model
-
ParameterImplthat represents a wrapper, which is a parameter that consists of multiple nestedParameterImpls within, which together form a body part. - WrapperParameter(JavaMethodImpl, TypeInfo, WebParam.Mode, int) - Constructor for class com.sun.xml.ws.model.WrapperParameter
- write(byte[], int, int) - Method in class com.sun.xml.ws.util.ByteArrayBuffer
- write(int) - Method in class com.sun.xml.ws.util.ByteArrayBuffer
- write(InputStream) - Method in class com.sun.xml.ws.util.ByteArrayBuffer
-
Reads all the data of the given
InputStreamand appends them into this buffer. - write(OutputStream) - Method in class com.sun.xml.ws.encoding.MtomCodec.ByteArrayBuffer
- writeAttribute(String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeAttribute(String, String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeAttribute(String, String, String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeBinary(byte[], int, int, String) - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
- writeBinary(String) - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
- writeBinary(DataHandler) - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
- writeCData(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeCharacters(char[], int, int) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeCharacters(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeClientError(int, OutputStream, Packet) - Method in class com.sun.xml.ws.transport.http.HttpAdapter
-
This method is added for the case of the sub-class wants to override the method to print details.
- writeComment(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeDefaultNamespace(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeDTD(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeEmptyElement(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeEmptyElement(String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeEmptyElement(String, String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeEnd(ContentHandler) - Method in class com.sun.xml.ws.encoding.TagInfoset
-
Writes the end element event.
- writeEndDocument() - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeEndElement() - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeEntityRef(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeMimeHeaders(String, String, OutputStream) - Static method in class com.sun.xml.ws.encoding.MtomCodec
- writeNamespace(String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writePayloadTo(XMLStreamWriter) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- writePayloadTo(XMLStreamWriter) - Method in class com.sun.xml.ws.api.message.Message
-
Writes the payload to StAX.
- writePayloadTo(XMLStreamWriter) - Method in interface com.sun.xml.ws.api.message.StreamingSOAP
- writePayloadTo(XMLStreamWriter) - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- writePayloadTo(XMLStreamWriter) - Method in class com.sun.xml.ws.message.stream.StreamMessage
- writePayloadTo(ContentHandler, ErrorHandler, boolean) - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- writePayloadTo(ContentHandler, ErrorHandler, boolean) - Method in class com.sun.xml.ws.message.stream.StreamMessage
- writePCDATA(CharSequence) - Method in class com.sun.xml.ws.encoding.MtomCodec.MtomStreamWriterImpl
- writeProcessingInstruction(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeProcessingInstruction(String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writer - Variable in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeStart(XMLStreamWriter) - Method in class com.sun.xml.ws.encoding.TagInfoset
-
Writes the start element event.
- writeStart(ContentHandler) - Method in class com.sun.xml.ws.encoding.TagInfoset
-
Writes the start element event.
- writeStartDocument() - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeStartDocument(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeStartDocument(String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeStartElement(String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeStartElement(String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeStartElement(String, String, String) - Method in class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- writeTagWithAttributes(Element, XMLStreamWriter) - Static method in class com.sun.xml.ws.util.DOMUtil
- writeTo(PortAddressResolver, DocumentAddressResolver, OutputStream) - Method in interface com.sun.xml.ws.api.server.SDDocument
-
Writes the document to the given
OutputStream. - writeTo(PortAddressResolver, DocumentAddressResolver, OutputStream) - Method in class com.sun.xml.ws.server.SDDocumentImpl
- writeTo(PortAddressResolver, DocumentAddressResolver, XMLStreamWriter) - Method in interface com.sun.xml.ws.api.server.SDDocument
-
Writes the document to the given
XMLStreamWriter. - writeTo(PortAddressResolver, DocumentAddressResolver, XMLStreamWriter) - Method in class com.sun.xml.ws.server.SDDocumentImpl
- writeTo(OutputStream) - Method in interface com.oracle.webservices.api.message.MessageContext
-
Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>).
- writeTo(OutputStream) - Method in interface com.sun.xml.ws.api.message.Attachment
-
Writes the contents of the attachment into the given stream.
- writeTo(OutputStream) - Method in interface com.sun.xml.ws.api.message.MessageWritable
-
Writes the XML infoset portion of this MessageContext (from <soap:Envelope> to </soap:Envelope>).
- writeTo(OutputStream) - Method in class com.sun.xml.ws.api.message.Packet
- writeTo(OutputStream) - Method in class com.sun.xml.ws.message.stream.StreamAttachment
- writeTo(OutputStream) - Method in class com.sun.xml.ws.server.SDDocumentImpl
- writeTo(OutputStream) - Method in class com.sun.xml.ws.util.ByteArrayBuffer
- writeTo(Object, String, OutputStream) - Method in class com.sun.xml.ws.encoding.ImageDataContentHandler
-
Convert the object to a byte stream of the specified MIME type and write it to the output stream.
- writeTo(Object, String, OutputStream) - Method in class com.sun.xml.ws.encoding.StringDataContentHandler
-
Write the object to the output stream, using the specified MIME type.
- writeTo(Object, String, OutputStream) - Method in class com.sun.xml.ws.encoding.XmlDataContentHandler
-
Convert the object to a byte stream
- writeTo(String, XMLStreamWriter) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Writes this EPR into the given writer.
- writeTo(String, ContentHandler, ErrorHandler, boolean) - Method in class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Writes this EPR to the given
ContentHandler. - writeTo(WritableByteChannel) - Method in class com.sun.xml.ws.api.message.Packet
- writeTo(SOAPMessage) - Method in interface com.sun.xml.ws.api.message.Attachment
-
Writes this attachment to the given
SOAPMessage. - writeTo(SOAPMessage) - Method in interface com.sun.xml.ws.api.message.Header
-
Writes out the header to the given SOAPMessage.
- writeTo(SOAPMessage) - Method in class com.sun.xml.ws.message.stream.OutboundStreamHeader
- writeTo(SOAPMessage) - Method in class com.sun.xml.ws.message.stream.StreamAttachment
- writeTo(SOAPMessage) - Method in class com.sun.xml.ws.message.stream.StreamHeader
- writeTo(XMLStreamWriter) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- writeTo(XMLStreamWriter) - Method in interface com.sun.xml.ws.api.message.Header
-
Writes out the header as a fragment.
- writeTo(XMLStreamWriter) - Method in class com.sun.xml.ws.api.message.Message
-
Writes the whole SOAP message (but not attachments) to the given writer.
- writeTo(XMLStreamWriter) - Method in class com.sun.xml.ws.message.stream.OutboundStreamHeader
- writeTo(XMLStreamWriter) - Method in class com.sun.xml.ws.message.stream.StreamHeader
- writeTo(XMLStreamWriter) - Method in class com.sun.xml.ws.message.stream.StreamMessage
- writeTo(Result) - Method in class com.sun.xml.ws.developer.MemberSubmissionEndpointReference
- writeTo(ContentHandler, ErrorHandler) - Method in class com.sun.xml.ws.api.message.FilterMessageImpl
- writeTo(ContentHandler, ErrorHandler) - Method in interface com.sun.xml.ws.api.message.Header
-
Writes out the header as SAX events.
- writeTo(ContentHandler, ErrorHandler) - Method in class com.sun.xml.ws.api.message.Message
-
Writes the whole SOAP envelope as SAX events.
- writeTo(ContentHandler, ErrorHandler) - Method in class com.sun.xml.ws.message.stream.OutboundStreamHeader
- writeTo(ContentHandler, ErrorHandler) - Method in class com.sun.xml.ws.message.stream.PayloadStreamReaderMessage
- writeTo(ContentHandler, ErrorHandler) - Method in class com.sun.xml.ws.message.stream.StreamHeader
- writeTo(ContentHandler, ErrorHandler) - Method in class com.sun.xml.ws.message.stream.StreamMessage
- writeToBodyStart(XMLStreamWriter) - Method in interface com.sun.xml.ws.api.message.StreamingSOAP
- writeToBodyStart(XMLStreamWriter) - Method in class com.sun.xml.ws.message.stream.StreamMessage
- WRONG_ADDRESSING_VERSION(Object, Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Expected "{0}" version of WS-Addressing but found "{1}"
- WRONG_FIELD_TYPE(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Incorrect type for field "{0}"
- WRONG_NO_PARAMETERS(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Incorrect no of arguments for method "{0}"
- WRONG_PARAMETER_TYPE(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Incorrect argument types for method "{0}"
- WRONG_TNS_FOR_PORT(Object) - Static method in class com.sun.xml.ws.resources.ServerMessages
-
Port namespace {0} doesn't match Service namespace {1}
- WSA_ACTION_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_ADDRESS_NAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_ADDRESS_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_ADDRESS_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_ADDRESS_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_ANONYMOUS_ADDRESS - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_ANONYMOUS_ADDRESS - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_DEFAULT_FAULT_ACTION - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_DEFAULT_FAULT_ACTION - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_EPR_NAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_EPR_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_EPR_QNAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_EPR_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_FAULTTO_FROM_REQUEST - Static variable in class com.sun.xml.ws.addressing.WsaPropertyBag
- WSA_METADATA_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_METADATA_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_MSGID_FROM_REQUEST - Static variable in class com.sun.xml.ws.addressing.WsaPropertyBag
- WSA_NAMESPACE_NAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_NAMESPACE_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_NAMESPACE_POLICY_NAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_NAMESPACE_WSDL_NAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_NAMESPACE_WSDL_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_NONE_ADDRESS - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_NONE_ADDRESS - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_PORTNAME_NAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_PORTTYPE_NAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_REFERENCEPARAMETERS_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_REFERENCEPARAMETERS_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_REFERENCEPROPERTIES_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_REFERENCEPROPERTIES_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSA_REPLYTO_FROM_REQUEST - Static variable in class com.sun.xml.ws.addressing.WsaPropertyBag
- WSA_SERVICENAME_NAME - Static variable in interface com.sun.xml.ws.addressing.v200408.MemberSubmissionAddressingConstants
- WSA_TO - Static variable in class com.sun.xml.ws.addressing.WsaPropertyBag
- WsaActionUtil - Class in com.sun.xml.ws.addressing
- WsaActionUtil() - Constructor for class com.sun.xml.ws.addressing.WsaActionUtil
- WsaClientTube - Class in com.sun.xml.ws.addressing
-
WsaClientTube appears in the Tubeline only if addressing is enabled.
- WsaClientTube(WsaClientTube, TubeCloner) - Constructor for class com.sun.xml.ws.addressing.WsaClientTube
- WsaClientTube(WSDLPort, WSBinding, Tube) - Constructor for class com.sun.xml.ws.addressing.WsaClientTube
- WSAM_ACTION_QNAME - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_ADDRESSING_ASSERTION - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_ADDRESSING_ASSERTION_NAME - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_ANONYMOUS_NESTED_ASSERTION - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_ANONYMOUS_NESTED_ASSERTION_NAME - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_NAMESPACE_NAME - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_NONANONYMOUS_NESTED_ASSERTION - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_NONANONYMOUS_NESTED_ASSERTION_NAME - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_PREFIX_NAME - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_WSDLI_ATTRIBUTE_LOCALNAME - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_WSDLI_ATTRIBUTE_NAMESPACE - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WSAM_WSDLI_ATTRIBUTE_PREFIX - Static variable in class com.sun.xml.ws.addressing.W3CAddressingMetadataConstants
- WsaPropertyBag - Class in com.sun.xml.ws.addressing
-
Provides access to the Addressing headers.
- WsaPropertyBag(AddressingVersion, SOAPVersion, Packet) - Constructor for class com.sun.xml.ws.addressing.WsaPropertyBag
- WsaServerTube - Class in com.sun.xml.ws.addressing
-
Handles WS-Addressing for the server.
- WsaServerTube(WsaServerTube, TubeCloner) - Constructor for class com.sun.xml.ws.addressing.WsaServerTube
- WsaServerTube(WSEndpoint, WSDLPort, WSBinding, Tube) - Constructor for class com.sun.xml.ws.addressing.WsaServerTube
- WSAsyncListener - Class in com.sun.xml.ws.transport.http.servlet
- WsaTubeHelper - Class in com.sun.xml.ws.addressing
- WsaTubeHelper(WSBinding, SEIModel, WSDLPort) - Constructor for class com.sun.xml.ws.addressing.WsaTubeHelper
- WsaTubeHelperImpl - Class in com.sun.xml.ws.addressing.v200408
- WsaTubeHelperImpl - Class in com.sun.xml.ws.addressing
- WsaTubeHelperImpl(WSDLPort, SEIModel, WSBinding) - Constructor for class com.sun.xml.ws.addressing.v200408.WsaTubeHelperImpl
- WsaTubeHelperImpl(WSDLPort, SEIModel, WSBinding) - Constructor for class com.sun.xml.ws.addressing.WsaTubeHelperImpl
- WSAW_ANONYMOUS_PROHIBITED() - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Operation has "prohibited" value for wsaw:anonymous in the WSDL, Addressing must be disabled and SOAP message need to be hand-crafted
- WSAW_ENDPOINTNAME_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSAW_INTERFACENAME_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSAW_SERVICENAME_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSAW_USING_ADDRESSING_NAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- WSAW_USING_ADDRESSING_QNAME - Static variable in interface com.sun.xml.ws.addressing.W3CAddressingConstants
- wsBinding - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- wsBinding - Variable in class com.sun.xml.ws.model.AbstractSEIModelImpl
- WSBinding - Interface in com.sun.xml.ws.api
-
JAX-WS implementation of
Binding. - WSBindingProvider - Interface in com.sun.xml.ws.developer
-
BindingProviderwith JAX-WS RI's extension methods. - WSDL_BOUND_OPERATION_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.AddressingMessages
-
Cannot find an operation in wsdl:binding for "{0}"
- WSDL_CONTAINS_NO_SERVICE(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
WSDL {0} contains no service definition.
- WSDL_IMPORT_SHOULD_BE_WSDL(Object) - Static method in class com.sun.xml.ws.resources.WsdlmodelMessages
-
Import of {0} is violation of BP 1.1 R2001.
- WSDL_NOT_FOUND(Object) - Static method in class com.sun.xml.ws.resources.ClientMessages
-
WSDL url {0} is not accessible.
- WSDL_PORTADDRESS_EPRADDRESS_NOT_MATCH(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.WsdlmodelMessages
-
For Port: {0}, service location {1} does not match address {2} in the EndpointReference
- WSDL_REQUIRED() - Static method in class com.sun.xml.ws.resources.ServerMessages
-
wsdl is required
- wsdlActionTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the Action QName in the WSDL for a specific WS-Addressing Version.
- wsdlAnonymousTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the WSDL anonymous QName for a specific WS-Addressing Version.
- WSDLBoundFault - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstracts wsdl:binding/wsdl:operation/wsdl:fault
- WSDLBoundOperation - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstracts wsdl:binding/wsdl:operation.
- WSDLBoundOperation.ANONYMOUS - Enum in com.sun.xml.ws.api.model.wsdl
- WSDLBoundPortType - Interface in com.sun.xml.ws.api.model.wsdl
-
WSDLPortTypebound with a specific binding. - WSDLConstants - Interface in com.sun.xml.ws.wsdl.parser
-
Interface defining WSDL-related constants.
- WSDLDescriptorKind - Enum in com.sun.xml.ws.api.model.wsdl
-
Enumeration that tells a wsdl:part that can be defined either using a type attribute or an element attribute.
- wsdlEndpointAddress() - Method in class com.sun.xml.ws.server.MonitorRootService
- WSDLException - com.sun.xml.ws.api.model.ExceptionType
- WSDLExtensible - Interface in com.sun.xml.ws.api.model.wsdl
-
Interface that represents WSDL concepts that can have extensions.
- WSDLExtension - Interface in com.sun.xml.ws.api.model.wsdl
-
Represents a WSDL extensibility element or attribute.
- wsdlExtensionTag - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Represents the WSDL extension QName for a specific WS-Addressing Version.
- WSDLFault - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstracts wsdl:portType/wsdl:operation/wsdl:fault
- WSDLFeaturedObject - Interface in com.sun.xml.ws.api.model.wsdl
-
WSDLObjectthat can have features associated with it. - wsdlGen(DatabindingConfig) - Method in class com.sun.xml.ws.db.DatabindingProviderImpl
- wsdlGen(DatabindingConfig) - Method in interface com.sun.xml.ws.spi.db.DatabindingProvider
- WSDLGenerator - Class in com.sun.xml.ws.wsdl.writer
-
Class used to generate WSDLs from a
SEIModel. - WSDLGenerator - Interface in com.oracle.webservices.api.databinding
-
WSDLGenerator is used to generate the WSDL representation of the service endpoint interface of the parent Databinding object.
- WSDLGenerator(AbstractSEIModelImpl, WSDLResolver, WSBinding, Container, Class, boolean, boolean, WSDLGeneratorExtension...) - Constructor for class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Creates the WSDLGenerator
- WSDLGenerator(AbstractSEIModelImpl, WSDLResolver, WSBinding, Container, Class, boolean, WSDLGeneratorExtension...) - Constructor for class com.sun.xml.ws.wsdl.writer.WSDLGenerator
-
Creates the WSDLGenerator
- WSDLGenerator.JAXWSOutputSchemaResolver - Class in com.sun.xml.ws.wsdl.writer
-
Implements the SchemaOutputResolver used by JAXB to
- WSDLGeneratorExtension - Class in com.sun.xml.ws.api.wsdl.writer
-
This is a callback interface used to extend the WSDLGenerator.
- WSDLGeneratorExtension() - Constructor for class com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension
- WSDLGenExtnContext - Class in com.sun.xml.ws.api.wsdl.writer
-
WSDLGeneatorContext provides a context for the WSDLGeneratorExtension and is used in
WSDLGeneratorExtension.start(WSDLGenExtnContext). - WSDLGenExtnContext(TypedXmlWriter, SEIModel, WSBinding, Container, Class) - Constructor for class com.sun.xml.ws.api.wsdl.writer.WSDLGenExtnContext
-
Constructs WSDL Generation context for the extensions
- WSDLGenInfo - Class in com.sun.xml.ws.api.databinding
-
WSDLGenInfo provides the WSDL generation options
- WSDLGenInfo() - Constructor for class com.sun.xml.ws.api.databinding.WSDLGenInfo
- WSDLInput - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstraction of wsdl:portType/wsdl:operation/wsdl:input
- WSDLLocator - Class in com.sun.xml.ws.api
-
Used to locate WSDL documents; particularly useful for J2EE deployment archives
- WSDLLocator() - Constructor for class com.sun.xml.ws.api.WSDLLocator
- WSDLMessage - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstraction of wsdl:message.
- wsdlMetadata - Variable in class com.sun.xml.ws.api.addressing.AddressingVersion.EPR
-
Element under which metadata is specified.
- WSDLModel - Interface in com.sun.xml.ws.api.model.wsdl
-
Provides abstraction of wsdl:definitions.
- WSDLModel.WSDLParser - Class in com.sun.xml.ws.api.model.wsdl
-
Main purpose of this class is to parsing of a WSDL and get the
WSDLModelfrom it. - WsdlmodelMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- WsdlmodelMessages() - Constructor for class com.sun.xml.ws.resources.WsdlmodelMessages
- wsdlNsUri - Variable in enum com.sun.xml.ws.api.addressing.AddressingVersion
-
Namespace URI for the WSDL Binding
- WSDLObject - Interface in com.sun.xml.ws.api.model.wsdl
-
Marker interface serves as base interface for the wsdl model
- WSDLOperation - Interface in com.sun.xml.ws.api.model.wsdl
-
Provides abstraction of wsdl:portType/wsdl:operation.
- WSDLOperationMapping - Interface in com.sun.xml.ws.api.model
-
WSDLOperationMapping represents the mapping between a WSDL operation and a JavaMethod.
- WSDLOutput - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstraction of wsdl:portType/wsdl:operation/wsdl:output
- WSDLParser() - Constructor for class com.sun.xml.ws.api.model.wsdl.WSDLModel.WSDLParser
- WSDLParserExtension - Class in com.sun.xml.ws.api.wsdl.parser
-
Extends the WSDL parsing process.
- WSDLParserExtension() - Constructor for class com.sun.xml.ws.api.wsdl.parser.WSDLParserExtension
- WSDLParserExtensionContext - Interface in com.sun.xml.ws.api.wsdl.parser
-
Provides contextual information for
WSDLParserExtensions. - WSDLPart - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstracts wsdl:part after applying binding information from wsdl:binding.
- WSDLPartDescriptor - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstracts wsdl:part descriptor that is defined using element or type attribute.
- WSDLPatcher - Class in com.sun.xml.ws.wsdl.writer
-
Patches WSDL with the correct endpoint address and the relative paths to other documents.
- WSDLPatcher(PortAddressResolver, DocumentLocationResolver) - Constructor for class com.sun.xml.ws.wsdl.writer.WSDLPatcher
-
Creates a
WSDLPatcherfor patching WSDL. - wsdlPort - Variable in class com.sun.xml.ws.addressing.WsaTubeHelper
- wsdlPort - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- WSDLPort - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstracts wsdl:service/wsdl:port
- WSDLPortType - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstraction of wsdl:portType.
- wsdlPortTypeName() - Method in class com.sun.xml.ws.server.MonitorRootService
- WSDLResolver - Interface in com.oracle.webservices.api.databinding
-
WSDLResolver is used by WSDLGenerator while generating WSDL and its associated documents.
- WSDLResolver - Interface in com.sun.xml.ws.wsdl.writer
-
Deprecated.Use com.oracle.webservices.api.databinding.WSDLResolver directly
- wsdls - Variable in class com.sun.xml.ws.transport.http.HttpAdapter
-
SDDocuments keyed by the query string like "?abc". - WSDLService - Interface in com.sun.xml.ws.api.model.wsdl
-
Abstracts wsdl:service.
- wsdlSource - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- wsdlSource(Source) - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Deprecated.- no replacement - this was never implemented Sets the WSDL Source where the WSDL can be read from
- wsdlURL - Variable in class com.sun.xml.ws.api.databinding.DatabindingConfig
- wsdlURL(URL) - Method in interface com.oracle.webservices.api.databinding.Databinding.Builder
-
Deprecated.- no replacement - this was never implemented Sets the WSDL URL where the WSDL can be read from
- WSEndpoint<T> - Class in com.sun.xml.ws.api.server
-
Root object that hosts the
Packetprocessing code at the server. - WSEndpoint() - Constructor for class com.sun.xml.ws.api.server.WSEndpoint
- WSENDPOINT - Static variable in interface com.sun.xml.ws.developer.JAXWSProperties
-
Access the
WSEndpointobject that delivered the request. - WSEndpoint.CompletionCallback - Interface in com.sun.xml.ws.api.server
-
Callback to notify that jax-ws runtime has finished execution of a request submitted via schedule().
- WSEndpoint.PipeHead - Interface in com.sun.xml.ws.api.server
-
Represents a resource local to a thread.
- WSEndpointImpl<T> - Class in com.sun.xml.ws.server
-
WSEndpointimplementation. - WSEndpointImpl(QName, QName, WSBinding, Container, SEIModel, WSDLPort, Tube) - Constructor for class com.sun.xml.ws.server.WSEndpointImpl
- WSEndpointImpl(QName, QName, WSBinding, Container, SEIModel, WSDLPort, Class<T>, ServiceDefinitionImpl, EndpointAwareTube, boolean, PolicyMap) - Constructor for class com.sun.xml.ws.server.WSEndpointImpl
- WSEndpointMOMProxy - Class in com.sun.xml.ws.server
-
ManagedObjectManagerproxy class forWSEndpointImplinstances that could be used when Gmbal API calls need to be deferred. - WSEndpointReference - Class in com.sun.xml.ws.api.addressing
-
Internal representation of the EPR.
- WSEndpointReference(XMLStreamBuffer, AddressingVersion) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates a
WSEndpointReferencethat wraps a given infoset. - WSEndpointReference(AddressingVersion, String, QName, QName, QName, List<Element>, String, String, List<Element>, List<Element>, Map<QName, String>) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates an EPR from individual components.
- WSEndpointReference(AddressingVersion, String, QName, QName, QName, List<Element>, String, List<Element>) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates an EPR from individual components.
- WSEndpointReference(AddressingVersion, String, QName, QName, QName, List<Element>, String, List<Element>, Collection<WSEndpointReference.EPRExtension>, Map<QName, String>) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates an EPR from individual components.
- WSEndpointReference(InputStream, AddressingVersion) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates a
WSEndpointReferenceby parsing an infoset. - WSEndpointReference(String, AddressingVersion) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates a
WSEndpointReferencethat only has an address. - WSEndpointReference(URI, AddressingVersion) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
- WSEndpointReference(URL, AddressingVersion) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
- WSEndpointReference(XMLStreamReader, AddressingVersion) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates a
WSEndpointReferencefrom the given infoset. - WSEndpointReference(EndpointReference) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates from the spec version of
EndpointReference. - WSEndpointReference(EndpointReference, AddressingVersion) - Constructor for class com.sun.xml.ws.api.addressing.WSEndpointReference
-
Creates from the spec version of
EndpointReference. - WSEndpointReference.EPRExtension - Class in com.sun.xml.ws.api.addressing
-
Represents an extensibility element inside an EndpointReference
- WSEndpointReference.Metadata - Class in com.sun.xml.ws.api.addressing
-
Parses the Metadata in an EPR and provides convenience methods to access the metadata.
- WSEPRExtension - Class in com.sun.xml.ws.addressing
-
Implementation backed by XMLStreamBuffer
- WSEPRExtension(XMLStreamBuffer, QName) - Constructor for class com.sun.xml.ws.addressing.WSEPRExtension
- WSFeatureList - Interface in com.sun.xml.ws.api
-
Read-only list of
WebServiceFeatures. - WSHTTPConnection - Class in com.sun.xml.ws.transport.http
-
The view of an HTTP exchange from the point of view of JAX-WS.
- WSHTTPConnection() - Constructor for class com.sun.xml.ws.transport.http.WSHTTPConnection
- WSM_1001_FAILED_ASSERTION(Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
-
WSM1001: Failed to get policy assertion {0}.
- WSM_1002_EXPECTED_MANAGEMENT_ASSERTION(Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
-
WSM1002: Expected policy assertion {0} in this namespace.
- WSM_1003_MANAGEMENT_ASSERTION_MISSING_ID(Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
-
WSM1003: Policy assertion {0} must have id attribute when management is enabled.
- WSM_1004_EXPECTED_XML_TAG(Object, Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
-
WSM1004: Expected tag <{0}> but instead read <{1}>.
- WSM_1005_EXPECTED_COMMUNICATION_CHILD() - Static method in class com.sun.xml.ws.resources.ManagementMessages
-
WSM1005: Expected to find a CommunicationServerImplementation tag as child node of CommunicationServerImplementations.
- WSM_1006_CLIENT_MANAGEMENT_ENABLED() - Static method in class com.sun.xml.ws.resources.ManagementMessages
-
WSM1006: The management property of the ManagedClient policy assertion is set to on.
- WSM_1007_FAILED_MODEL_TRANSLATOR_INSTANTIATION() - Static method in class com.sun.xml.ws.resources.ManagementMessages
-
WSM1007: Failed to create a ModelTranslator instance.
- WSM_1008_EXPECTED_INTEGER_DISPOSE_DELAY_VALUE(Object) - Static method in class com.sun.xml.ws.resources.ManagementMessages
-
WSM1008: Expected an integer as value of the endpointDisposeDelay attribute, got this instead: "{0}".
- WSP_1001_XML_EXCEPTION_WHEN_PROCESSING_POLICY_REFERENCE() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1001: XMLStreamException occurred when reading policy reference element.
- WSP_1002_UNABLE_TO_MARSHALL_POLICY_OR_POLICY_REFERENCE() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1002: Unable to marshall policy or it's reference.
- WSP_1003_UNABLE_TO_CHECK_ELEMENT_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1003: Unable to check element name for class "{0}" and WSDL name "{1}".
- WSP_1004_POLICY_URIS_CAN_NOT_BE_NULL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1004: Policy URIs can not be null.
- WSP_1005_POLICY_REFERENCE_DOES_NOT_EXIST(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1005: Failed to find policy referenced by URI "{0}".
- WSP_1006_POLICY_MAP_EXTENDER_CAN_NOT_BE_NULL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1006: Policy map extender can not be null.
- WSP_1007_POLICY_EXCEPTION_WHILE_FINISHING_PARSING_WSDL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1007: Policy exception occurred when finishing WSDL parsing.
- WSP_1008_NOT_MARSHALLING_WSDL_SUBJ_NULL(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1008: Not marshalling policy, wsdl subject is null for "{0}".
- WSP_1009_NOT_MARSHALLING_ANY_POLICIES_POLICY_MAP_IS_NULL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1009: Policy map was null, not marshalling any policies.
- WSP_1010_NO_POLICIES_DEFINED() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1010: No policies defined.
- WSP_1011_FAILED_TO_RETRIEVE_EFFECTIVE_POLICY_FOR_SUBJECT(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1011: Failed to retrieve effective policy for subject: {0}.
- WSP_1012_FAILED_CONFIGURE_WSDL_MODEL() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1012: Failed to configure wsdl model.
- WSP_1013_EXCEPTION_WHEN_READING_POLICY_ELEMENT(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1013: Exception occurred while reading policy element.
- WSP_1014_CAN_NOT_FIND_POLICY(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1014: Can not find policy "{0}" that is referenced in from the WSDL.
- WSP_1015_SERVER_SIDE_ASSERTION_VALIDATION_FAILED(Object, Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1015: Server side assertion validation failed for "{0}" assertion.
- WSP_1016_POLICY_ID_NULL_OR_DUPLICATE(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1016: The policy is not added because it has no ID or a policy with the same ID was already added: {0}.
- WSP_1017_MAP_UPDATE_FAILED() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1048: Policy map setup failed - exception occurred while trying to modify policy map content.
- WSP_1018_FAILED_TO_MARSHALL_POLICY(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1018: Failed to marshal policy "{0}".
- WSP_1019_CREATE_EMPTY_POLICY_MAP() - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1019: Failed to find any configuration file.
- WSP_1020_DUPLICATE_ID(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1020: Found two policies in one document with the same id: "{0}".
- WSP_1021_FAULT_NOT_BOUND(Object) - Static method in class com.sun.xml.ws.resources.PolicyMessages
-
WSP1021: Fault "{0}" not bound.
- WSService - Class in com.sun.xml.ws.api
-
JAX-WS implementation of
ServiceDelegate. - WSService() - Constructor for class com.sun.xml.ws.api.WSService
- WSService.InitParams - Class in com.sun.xml.ws.api
-
Typed parameter bag used by
WSService.create(URL, QName, InitParams) - WSServlet - Class in com.sun.xml.ws.transport.http.servlet
-
The JAX-WS dispatcher servlet.
- WSServlet() - Constructor for class com.sun.xml.ws.transport.http.servlet.WSServlet
- WSSERVLET_11_DIAG_CAUSE_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
The sun-jaxws.xml runtime deployment descriptor may be missing
- WSSERVLET_11_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Please check the sun-jaxws.xml file to make sure it is correct
- WSSERVLET_11_DIAG_CHECK_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Please check the jaxrpc-ri.xml file to make sure it is present in the war file
- WSSERVLET_12_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Context listener starting
- WSSERVLET_12_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Normal web service startup
- WSSERVLET_13_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Context listener shutdown
- WSSERVLET_13_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Normal web service shutdown
- WSSERVLET_14_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Web Services servlet starting up.
- WSSERVLET_14_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Normal Web Service deployment.
- WSSERVLET_15_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Web Services servlet shutdown.
- WSSERVLET_15_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Normal Web service undeployment.
- WSSERVLET_16_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
The jaxrpc-ri.xml file may be missing from the war file
- WSSERVLET_16_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Unjar the service war file; check to see that the jaxrpc-ri-runtime.xml file is present
- WSSERVLET_17_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Two or more endpoints with the same name where found in the jaxrpc-ri.xml runtime descriptor
- WSSERVLET_17_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Note that this may cause problems with service deployment
- WSSERVLET_18_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Message sent by client is empty
- WSSERVLET_18_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
This may or may not be intentional.
- WSSERVLET_19_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Client request for this endpoint arrived
- WSSERVLET_19_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Informational message only.
- WSSERVLET_20_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Implementation for this service can not be found
- WSSERVLET_20_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Unzip the war, are the tie and serializer classes found?
- WSSERVLET_21_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
The Web service is being invoked
- WSSERVLET_21_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Normal web service invocation.
- WSSERVLET_22_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
A request was invoked with no endpoint
- WSSERVLET_22_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Set endpoint with stub.setTargetEndpoint property
- WSSERVLET_23_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
The request generated no response from the service
- WSSERVLET_23_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
If a response was expected, check that a request message was actually sent
- WSSERVLET_23_DIAG_CHECK_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
The request may be malformed and be accepted by the service, yet did not generate a response
- WSSERVLET_24_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
SOAPFault message is being returned to the client.
- WSSERVLET_24_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Tracing message fault recorded.
- WSSERVLET_25_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
SOAPMessage response is being returned to client
- WSSERVLET_25_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Tracing message, normal response.
- WSSERVLET_26_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
The endpoint URL is a duplicate
- WSSERVLET_26_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
This may cause a problem, please remove duplicate endpoints
- WSSERVLET_27_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Implicit URLS are not supported in this release
- WSSERVLET_27_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Remove the implicit URL
- WSSERVLET_28_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Target endpoint is null
- WSSERVLET_28_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Set target endpoint with stub.setTargetEndpoint() property.
- WSSERVLET_29_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
A port is specified, but a corresponding service implementation is not found
- WSSERVLET_29_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Is the port valid? Unzip the war file and make sure the tie and serializers are present
- WSSERVLET_30_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
There was a server error processing the request
- WSSERVLET_30_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
This could be due to a number of causes.
- WSSERVLET_31_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Transformation being applied
- WSSERVLET_31_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Normal operation
- WSSERVLET_32_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WSDL being generated
- WSSERVLET_32_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Normal Operation.
- WSSERVLET_33_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
When publishing the service wsdl, the http location is patched with the deployed location/endpoint using XSLT transformation.
- WSSERVLET_33_DIAG_CAUSE_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
When publishing the service wsdl, the http location is patched with the deployed location/endpoint using XSLT transformation.
- WSSERVLET_33_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
There maybe a transformation engine being used that is not compatible.
- WSSERVLET_33_DIAG_CHECK_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
There maybe a transformation engine may not be supported or compatible.
- WSSERVLET_34_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
The location patching on the wsdl failed when attempting to transform.
- WSSERVLET_34_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Check the log file(s) for more detailed errors/exceptions.
- WSSERVLET_35_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
A XSLT stylesheet template is create for the wsdl location patching using transformation.
- WSSERVLET_35_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
An exception was thrown during creation of the template.
- WSSERVLET_43_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Instantiation of the web service failed.
- WSSERVLET_43_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Make sure web service is available and public.
- WSSERVLET_44_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
The web service was instantiated, however, it could not be initialized
- WSSERVLET_44_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Check the exception for more details.
- WSSERVLET_49_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Service processing of the request generated an exception; while attempting to return a SOAPFaultMessage a throwable was again generated
- WSSERVLET_49_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Check the server.xml log file for exception information
- WSSERVLET_50_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
WS runtime sun-jaxws.xml or web.xml may be incorrect
- WSSERVLET_50_DIAG_CAUSE_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Application server deployment descriptors may be incorrect
- WSSERVLET_50_DIAG_CAUSE_3() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
There may some Application Server initialization problems
- WSSERVLET_50_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Verify that sun-jaxws.xml and web.xml are correct in the service war file
- WSSERVLET_50_DIAG_CHECK_2() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Verify that Application server deployment descriptors are correct in the service war file
- WSSERVLET_50_DIAG_CHECK_3() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Check the server.xml file in the domain directory for failures
- WSSERVLET_51_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Service processing of the request generated an exception; while attempting to return a SOAPPFaultMessage a throwable was again generated
- WSSERVLET_51_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Check the server.xml log file for exception information
- WSSERVLET_63_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Web service requests must use HTTP POST method: WSI BP 1.0
- WSSERVLET_63_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Make sure that your HTTP client is using POST requests, not GET requests
- WSSERVLET_64_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Web service requests must be a content type text/xml: WSI BP 1.0
- WSSERVLET_64_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Make sure the client request is using text/xml
- WSSERVLET_65_DIAG_CAUSE_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
SOAP Action is required
- WSSERVLET_65_DIAG_CHECK_1() - Static method in class com.sun.xml.ws.resources.WsservletMessages
-
Add SOAPAction and appropriate value
- WSServletContainerInitializer - Class in com.sun.xml.ws.transport.http.servlet
- WSServletContainerInitializer() - Constructor for class com.sun.xml.ws.transport.http.servlet.WSServletContainerInitializer
- WSServletContextListener - Class in com.sun.xml.ws.transport.http.servlet
-
Parses
sun-jaxws.xmland sets upHttpAdapters for all deployed endpoints. - WSServletContextListener() - Constructor for class com.sun.xml.ws.transport.http.servlet.WSServletContextListener
- WSServletDelegate - Class in com.sun.xml.ws.transport.http.servlet
-
Called by
WSServletto chooseHttpAdapterand sends a request to it. - WSServletDelegate - Class in com.sun.xml.ws.transport.httpspi.servlet
-
Called by
WSSPIServletto chooseEndpointAdapterand sends a request to it. - WSServletDelegate(List<ServletAdapter>, ServletContext) - Constructor for class com.sun.xml.ws.transport.http.servlet.WSServletDelegate
- WSServletDelegate(List<EndpointAdapter>, ServletContext) - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.WSServletDelegate
- WsservletMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- WsservletMessages() - Constructor for class com.sun.xml.ws.resources.WsservletMessages
- WSSPIContextListener - Class in com.sun.xml.ws.transport.httpspi.servlet
-
Parses
sun-jaxws.xmland sets upEndpointAdapters for all deployed endpoints. - WSSPIContextListener() - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.WSSPIContextListener
- WSSPIServlet - Class in com.sun.xml.ws.transport.httpspi.servlet
-
The JAX-WS dispatcher servlet.
- WSSPIServlet() - Constructor for class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet
- WSWebServiceContext - Interface in com.sun.xml.ws.api.server
-
WebServiceContextthat exposes JAX-WS RI specific additions.
X
- X_SOAP12_HTTP - Static variable in class com.sun.xml.ws.api.BindingID
-
Constant that represents implementation specific SOAP1.2/HTTP which is used to generate non-standard WSDLs
- X_SOAP12HTTP_BINDING - Static variable in class com.sun.xml.ws.binding.SOAPBindingImpl
- XML - com.oracle.webservices.api.EnvelopeStyle.Style
-
The raw XML.
- XML_CANNOT_INTERNALIZE_MESSAGE() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Cannot create XMLMessage
- XML_CONTENT_TYPE_MUSTBE_MULTIPART() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Content-Type needs to be Multipart/Related and with type=text/xml
- XML_CONTENT_TYPE_PARSE_ERR() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Error while parsing MimeHeaders for Content-Type
- XML_GET_DS_ERR() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Couldn't get DataSource
- XML_GET_SOURCE_ERR() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Couldn't return Source
- XML_HTTP - Static variable in class com.sun.xml.ws.api.BindingID
-
Constant that represents REST.
- XML_INVALID_CONTENT_TYPE(Object) - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Invalid Content-Type: {0}
- XML_NO_CONTENT_TYPE() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
MimeHeaders doesn't contain Content-Type header
- XML_NULL_HEADERS() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Invalid argument.
- XML_ROOT_PART_INVALID_CONTENT_TYPE(Object) - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Bad Content-Type for Root Part : {0}
- XML_SET_PAYLOAD_ERR() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Couldn't set Payload in XMLMessage
- XML_UNKNOWN_CONTENT_TYPE() - Static method in class com.sun.xml.ws.resources.XmlmessageMessages
-
Unrecognized Content-Type
- XMLACCESSORFACTORY_SUPPORT - Static variable in interface com.sun.xml.ws.spi.db.BindingContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)enable support of XmlAccessorFactory annotation in theJAXBContext. - XMLBridge<T> - Interface in com.sun.xml.ws.spi.db
-
The XMLBridge is a Glassfish JAXWS side of Glassfish JAXB Bridge.
- XmlCatalogUtil - Class in com.sun.xml.ws.util.xml
- XmlCatalogUtil() - Constructor for class com.sun.xml.ws.util.xml.XmlCatalogUtil
- XmlDataContentHandler - Class in com.sun.xml.ws.encoding
-
JAF data handler for XML content
- XmlDataContentHandler() - Constructor for class com.sun.xml.ws.encoding.XmlDataContentHandler
- XMLEntityResolver - Interface in com.sun.xml.ws.api.wsdl.parser
-
Resolves a reference to
XMLStreamReader. - XMLEntityResolver.Parser - Class in com.sun.xml.ws.api.wsdl.parser
- XMLHTTPBindingCodec - Class in com.sun.xml.ws.encoding
-
XML (infoset) over HTTP binding
Codec. - XMLHTTPBindingCodec(WSFeatureList) - Constructor for class com.sun.xml.ws.encoding.XMLHTTPBindingCodec
- XmlmessageMessages - Class in com.sun.xml.ws.resources
-
Defines string formatting method for each constant in the resource file
- XmlmessageMessages() - Constructor for class com.sun.xml.ws.resources.XmlmessageMessages
- XMLNS - Static variable in class com.sun.xml.ws.util.NamespaceSupport
-
The XML Namespace as a constant.
- XMLREADER_ILLEGAL_STATE_ENCOUNTERED(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML reader internal error: illegal state ({0})
- XMLREADER_IO_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML reader error: {0}
- XMLREADER_NESTED_ERROR(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML reader error: {0}
- XMLREADER_PARSE_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML parsing error: {0}
- XMLREADER_UNEXPECTED_CHARACTER_CONTENT(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML reader error: unexpected character content: "{0}"
- XMLREADER_UNEXPECTED_STATE(Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
unexpected XML reader state.
- XMLREADER_UNEXPECTED_STATE_MESSAGE(Object, Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
unexpected XML reader state.
- XMLREADER_UNEXPECTED_STATE_TAG(Object, Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
unexpected XML tag.
- XMLReaderComposite - Class in com.sun.xml.ws.util.xml
-
XMLReaderComposite
- XMLReaderComposite(XMLReaderComposite.ElemInfo, XMLStreamReader[]) - Constructor for class com.sun.xml.ws.util.xml.XMLReaderComposite
- XMLReaderComposite.ElemInfo - Class in com.sun.xml.ws.util.xml
- XMLReaderComposite.State - Enum in com.sun.xml.ws.util.xml
- XMLReaderException - Exception in com.sun.xml.ws.streaming
-
XMLReaderException represents an exception that occurred while reading an XML document.
- XMLReaderException(Localizable) - Constructor for exception com.sun.xml.ws.streaming.XMLReaderException
- XMLReaderException(String, Object...) - Constructor for exception com.sun.xml.ws.streaming.XMLReaderException
- XMLReaderException(Throwable) - Constructor for exception com.sun.xml.ws.streaming.XMLReaderException
- XMLRECORDER_RECORDING_ENDED() - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
no more recorded elements available
- XMLStreamReaderException - Exception in com.sun.xml.ws.streaming
-
XMLStream ReaderException represents an exception that occurred while reading an XML document.
- XMLStreamReaderException(Localizable) - Constructor for exception com.sun.xml.ws.streaming.XMLStreamReaderException
- XMLStreamReaderException(String, Object...) - Constructor for exception com.sun.xml.ws.streaming.XMLStreamReaderException
- XMLStreamReaderException(Throwable) - Constructor for exception com.sun.xml.ws.streaming.XMLStreamReaderException
- XMLStreamReaderFactory - Class in com.sun.xml.ws.api.streaming
-
Factory for
XMLStreamReader. - XMLStreamReaderFactory() - Constructor for class com.sun.xml.ws.api.streaming.XMLStreamReaderFactory
- XMLStreamReaderFactory.Default - Class in com.sun.xml.ws.api.streaming
-
Default
XMLStreamReaderFactoryimplementation that can work with anyXMLInputFactory. - XMLStreamReaderFactory.NoLock - Class in com.sun.xml.ws.api.streaming
-
Similar to
XMLStreamReaderFactory.Defaultbut doesn't do any synchronization. - XMLStreamReaderFactory.RecycleAware - Interface in com.sun.xml.ws.api.streaming
-
Interface that can be implemented by
XMLStreamReaderto be notified when it's recycled. - XMLStreamReaderFactory.Woodstox - Class in com.sun.xml.ws.api.streaming
-
Handles Woodstox's XIF, but sets properties to do the string interning, sets various limits, ...
- XMLStreamReaderFilter - Class in com.sun.xml.ws.util.xml
-
XMLStreamReaderthat delegates to anotherXMLStreamReader. - XMLStreamReaderFilter(XMLStreamReader) - Constructor for class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
- XMLStreamReaderToXMLStreamWriter - Class in com.sun.xml.ws.util.xml
-
Deprecated.use org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
- XMLStreamReaderToXMLStreamWriter() - Constructor for class com.sun.xml.ws.util.xml.XMLStreamReaderToXMLStreamWriter
-
Deprecated.
- XMLStreamReaderUtil - Class in com.sun.xml.ws.streaming
-
XMLStreamReaderUtil provides some utility methods intended to be used in conjunction with a StAX XMLStreamReader.
- XMLStreamReaderUtil.AttributesImpl - Class in com.sun.xml.ws.streaming
-
AttributesImpl class copied from old StAXReader.
- XMLStreamWriterException - Exception in com.sun.xml.ws.streaming
-
XMLWriterException represents an exception that occurred while writing an XML document.
- XMLStreamWriterException(Localizable) - Constructor for exception com.sun.xml.ws.streaming.XMLStreamWriterException
- XMLStreamWriterException(String, Object...) - Constructor for exception com.sun.xml.ws.streaming.XMLStreamWriterException
- XMLStreamWriterException(Throwable) - Constructor for exception com.sun.xml.ws.streaming.XMLStreamWriterException
- XMLStreamWriterFactory - Class in com.sun.xml.ws.api.streaming
-
Factory for
XMLStreamWriter. - XMLStreamWriterFactory() - Constructor for class com.sun.xml.ws.api.streaming.XMLStreamWriterFactory
- XMLStreamWriterFactory.Default - Class in com.sun.xml.ws.api.streaming
-
Default
XMLStreamWriterFactoryimplementation that can work with anyXMLOutputFactory. - XMLStreamWriterFactory.HasEncodingWriter - Class in com.sun.xml.ws.api.streaming
- XMLStreamWriterFactory.NoLock - Class in com.sun.xml.ws.api.streaming
-
For
XMLOutputFactoryis thread safe. - XMLStreamWriterFactory.RecycleAware - Interface in com.sun.xml.ws.api.streaming
-
Interface that can be implemented by
XMLStreamWriterto be notified when it's recycled. - XMLStreamWriterFactory.Zephyr - Class in com.sun.xml.ws.api.streaming
-
XMLStreamWriterFactoryimplementation for Sun's StaX implementation. - XMLStreamWriterFilter - Class in com.sun.xml.ws.util.xml
-
XMLStreamWriterthat delegates to anotherXMLStreamWriter. - XMLStreamWriterFilter(XMLStreamWriter) - Constructor for class com.sun.xml.ws.util.xml.XMLStreamWriterFilter
- XMLStreamWriterUtil - Class in com.sun.xml.ws.streaming
-
XMLStreamWriterUtil provides some utility methods intended to be used in conjunction with a StAX XMLStreamWriter.
- XmlUtil - Class in com.sun.xml.ws.util.xml
- XmlUtil() - Constructor for class com.sun.xml.ws.util.xml.XmlUtil
- XMLWRITER_IO_EXCEPTION(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML writer error: {0}
- XMLWRITER_NESTED_ERROR(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML writer error: {0}
- XMLWRITER_NO_PREFIX_FOR_URI(Object) - Static method in class com.sun.xml.ws.resources.StreamingMessages
-
XML writer error: no prefix for URI: "{0}"
- XOP_LOCALNAME - Static variable in class com.sun.xml.ws.encoding.MtomCodec
- XOP_NAMESPACEURI - Static variable in class com.sun.xml.ws.encoding.MtomCodec
- XOP_XML_MIME_TYPE - Static variable in class com.sun.xml.ws.encoding.MtomCodec
- XSD_UNEXPECTED_ELEMENT_NAME(Object, Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
-
unexpected element name: expected={0}, actual: {1}
- XSD_UNKNOWN_PREFIX(Object) - Static method in class com.sun.xml.ws.resources.EncodingMessages
-
unknown prefix "{0}"
- XsdNs - Static variable in class com.sun.xml.ws.wsdl.writer.WSDLGenerator
- xsdResolver - Variable in class com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator
_
- _current - Variable in class com.sun.xml.ws.streaming.DOMStreamReader
-
Current DOM node being traversed.
- _index - Variable in class com.sun.xml.ws.util.xml.NamedNodeMapIterator
- _index - Variable in class com.sun.xml.ws.util.xml.NodeListIterator
- _isMustUnderstand - Variable in class com.sun.xml.ws.message.stream.StreamHeader
- _isRelay - Variable in class com.sun.xml.ws.message.stream.StreamHeader
- _list - Variable in class com.sun.xml.ws.util.xml.NodeListIterator
- _localName - Variable in class com.sun.xml.ws.message.stream.StreamHeader
- _map - Variable in class com.sun.xml.ws.util.xml.NamedNodeMapIterator
- _mark - Variable in class com.sun.xml.ws.message.stream.StreamHeader
- _namespaceURI - Variable in class com.sun.xml.ws.message.stream.StreamHeader
- _next() - Method in class com.sun.xml.ws.streaming.DOMStreamReader
- _role - Variable in class com.sun.xml.ws.message.stream.StreamHeader
-
Role or actor value.
- _state - Variable in class com.sun.xml.ws.streaming.DOMStreamReader
-
State of this reader.
All Classes All Packages