Uses of Annotation Type
com.sun.istack.NotNull
Packages that use NotNull
Package
Description
istack-commons runtime utilities.
Runtime API for the JAX-WS RI
Code that implements JAXBContext, Unmarshaller, and Marshaller.
Code that writes well-formed XML (
XmlOutput and its implementations}.Abstraction around accessing data of actual objects.
JAX-WS RI extension of JAX-WS API.
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.Default partial implementations of
Pipe.APIs for hosting JAX-WS services.
Extension point for WSDL parsing.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
Message implementations.Message implementation for JAXB.This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
Servlet transport for the JAX-WS RI.
-
Uses of NotNull in com.oracle.webservices.api.message
Method parameters in com.oracle.webservices.api.message with annotations of type NotNullModifier and TypeMethodDescriptionvoidBaseDistributedPropertySet.addSatellite(PropertySet satellite) voidBaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite) voidBaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass, PropertySet satellite) voidBaseDistributedPropertySet.copySatelliteInto(DistributedPropertySet r) -
Uses of NotNull in com.sun.istack
Methods in com.sun.istack with annotations of type NotNullModifier and TypeMethodDescriptionprotected abstract TPool.Impl.create()Creates a new instance of object.final TPool.Impl.take()Gets a new object from the pool.Pool.take()Gets a new object from the pool.Method parameters in com.sun.istack with annotations of type NotNull -
Uses of NotNull in com.sun.istack.logging
Methods in com.sun.istack.logging with annotations of type NotNullModifier and TypeMethodDescriptionstatic LoggerThe factory method returns preconfigured Logger wrapper for the class.static LoggerThe factory method returns preconfigured Logger wrapper for the class.Method parameters in com.sun.istack.logging with annotations of type NotNull -
Uses of NotNull in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api with annotations of type NotNullModifier and TypeMethodDescriptionabstract BridgeContextJAXBRIContext.createBridgeContext()Creates a newBridgeContextinstance.abstract StringJAXBRIContext.getBuildId()Gets the build information of the JAXB runtime.Bridge.getContext()Gets theJAXBRIContextto which this object belongs.JAXBRIContext.getKnownNamespaceURIs()Gets the namespace URIs statically known to thisJAXBContext.static StringJAXBRIContext.mangleNameToClassName(String localName) Computes a Java class name from a local name.static StringJAXBRIContext.mangleNameToPropertyName(String localName) Computes a Java class name from a local name.static StringJAXBRIContext.mangleNameToVariableName(String localName) Computes a Java identifier from a local name.final TBridge.unmarshal(BridgeContext context, InputStream in) final TBridge.unmarshal(BridgeContext context, XMLStreamReader in) final TBridge.unmarshal(BridgeContext context, Source in) final TBridge.unmarshal(BridgeContext context, Node n) final TBridge.unmarshal(InputStream in) Unmarshals the specified type object.abstract TBridge.unmarshal(javax.xml.bind.Unmarshaller u, InputStream in) abstract TBridge.unmarshal(javax.xml.bind.Unmarshaller u, XMLStreamReader in) abstract Tabstract Tfinal TBridge.unmarshal(XMLStreamReader in) Unmarshals the specified type object.final TBridge.unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au) final TUnmarshals the specified type object.final Tfinal TUnmarshals the specified type object.final TMethod parameters in com.sun.xml.bind.api with annotations of type NotNullModifier and TypeMethodDescriptionabstract BridgeJAXBRIContext.createBridge(TypeReference ref) Creates a mini-marshaller/unmarshaller that can process aTypeReference.abstract voidJAXBRIContext.generateSchema(javax.xml.bind.SchemaOutputResolver outputResolver) Generates the schema documents from the model.static TypeJAXBRIContext.getBaseType(Type type, Class baseType) Gets the parameterization of the given base type.static TypeJAXBRIContext.getBaseType(Type type, Class baseType) Gets the parameterization of the given base type.abstract QNameJAXBRIContext.getElementName(Class o) Allows to retrieve the element name based on Class.abstract QNameJAXBRIContext.getElementName(Object o) If the given object is bound to an element in XML by JAXB, returns the element name.abstract QNameJAXBRIContext.getTypeName(TypeReference tr) Returns the name of the XML Type bound to the specified Java type.static StringJAXBRIContext.mangleNameToClassName(String localName) Computes a Java class name from a local name.static StringJAXBRIContext.mangleNameToPropertyName(String localName) Computes a Java class name from a local name.static StringJAXBRIContext.mangleNameToVariableName(String localName) Computes a Java identifier from a local name.final voidBridge.marshal(BridgeContext context, T object, OutputStream output, NamespaceContext nsContext) final voidBridge.marshal(BridgeContext context, T object, XMLStreamWriter output) final voidBridge.marshal(BridgeContext context, T object, Result result) final voidBridge.marshal(BridgeContext context, T object, Node output) final voidBridge.marshal(BridgeContext context, T object, ContentHandler contentHandler) abstract voidBridge.marshal(javax.xml.bind.Marshaller m, T object, OutputStream output, NamespaceContext nsContext) abstract voidBridge.marshal(javax.xml.bind.Marshaller m, T object, XMLStreamWriter output) abstract voidabstract voidabstract voidBridge.marshal(javax.xml.bind.Marshaller m, T object, ContentHandler contentHandler) static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport) Deprecated.Compatibility with older versions.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar) Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) Creates a newJAXBRIContext.abstract Class<?>ClassResolver.resolveElementName(String nsUri, String localName) JAXB calls this method when it sees an unknown element.abstract Class<?>ClassResolver.resolveElementName(String nsUri, String localName) JAXB calls this method when it sees an unknown element.final TBridge.unmarshal(BridgeContext context, InputStream in) final TBridge.unmarshal(BridgeContext context, InputStream in) final TBridge.unmarshal(BridgeContext context, XMLStreamReader in) final TBridge.unmarshal(BridgeContext context, XMLStreamReader in) final TBridge.unmarshal(BridgeContext context, Source in) final TBridge.unmarshal(BridgeContext context, Source in) final TBridge.unmarshal(BridgeContext context, Node n) final TBridge.unmarshal(BridgeContext context, Node n) final TBridge.unmarshal(InputStream in) Unmarshals the specified type object.abstract TBridge.unmarshal(javax.xml.bind.Unmarshaller u, InputStream in) abstract TBridge.unmarshal(javax.xml.bind.Unmarshaller u, InputStream in) abstract TBridge.unmarshal(javax.xml.bind.Unmarshaller u, XMLStreamReader in) abstract TBridge.unmarshal(javax.xml.bind.Unmarshaller u, XMLStreamReader in) abstract Tabstract Tabstract Tabstract Tfinal TBridge.unmarshal(XMLStreamReader in) Unmarshals the specified type object.final TBridge.unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au) final TUnmarshals the specified type object.final Tfinal TUnmarshals the specified type object.final T -
Uses of NotNull in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with annotations of type NotNullModifier and TypeMethodDescriptionJAXBContextImpl.createBridgeContext()Converts the given value to its lexical representation.Method parameters in com.sun.xml.bind.v2.runtime with annotations of type NotNullModifier and TypeMethodDescriptionintForcibly make a namespace declaration in effect.intForcibly make a namespace declaration in effect.JaxBeanInfo.getTypeName(BeanT instance) Returns the XML type name to be used to marshal the specified instance.Transducer.getTypeName(ValueT instance) Transducers implicitly work against a single XML type, but sometimes (most notablyXMLGregorianCalendar, an instance may choose different XML types.Converts the given value to its lexical representation.voidTransducer.writeLeafElement(XMLSerializer w, Name tagName, ValueT o, String fieldName) Sends the result of theTransducer.print(Object)operation to one of theXMLSerializer.leafElement(Name, String, String)method. -
Uses of NotNull in com.sun.xml.bind.v2.runtime.output
Method parameters in com.sun.xml.bind.v2.runtime.output with annotations of type NotNull -
Uses of NotNull in com.sun.xml.bind.v2.runtime.reflect
Method parameters in com.sun.xml.bind.v2.runtime.reflect with annotations of type NotNullModifier and TypeMethodDescriptionabstract CharSequencePrints the responsible field of the given bean to the writer. -
Uses of NotNull in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing with annotations of type NotNullModifier and TypeFieldDescriptionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final WSDLPortWsaTube.wsdlPortPort that we are processing.protected final WSDLPortWsaTube.wsdlPortPort that we are processing.protected final WSDLPortWsaTube.wsdlPortPort that we are processing.protected final WSDLPortWsaTube.wsdlPortPort that we are processing.protected final WSDLPortWsaTube.wsdlPortPort that we are processing.protected final WSDLPortWsaTube.wsdlPortPort that we are processing.Methods in com.sun.xml.ws.addressing with annotations of type NotNullModifier and TypeMethodDescriptionWsaServerTube.processException(Throwable t) WsaClientTube.processRequest(Packet request) WsaServerTube.processRequest(Packet request) WsaClientTube.processResponse(Packet response) WsaServerTube.processResponse(Packet response) Method parameters in com.sun.xml.ws.addressing with annotations of type NotNullModifier and TypeMethodDescriptionstatic <T extends javax.xml.ws.EndpointReference>
TGives the EPR based on the clazz.Constructor parameters in com.sun.xml.ws.addressing with annotations of type NotNullModifierConstructorDescriptionEPRSDDocumentFilter(WSEndpointImpl<?> endpoint) W3CWsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next) WsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next) -
Uses of NotNull in com.sun.xml.ws.addressing.model
Constructor parameters in com.sun.xml.ws.addressing.model with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.addressing.v200408
Constructor parameters in com.sun.xml.ws.addressing.v200408 with annotations of type NotNullModifierConstructorDescriptionMemberSubmissionWsaServerTube(WSEndpoint endpoint, WSDLPort wsdlPort, WSBinding binding, Tube next) -
Uses of NotNull in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api with annotations of type NotNullModifier and TypeMethodDescriptionfinal WSBindingBindingID.createBinding()final WSBindingBindingID.createBinding(WSFeatureList features) final WSBindingBindingID.createBinding(javax.xml.ws.WebServiceFeature... features) abstract CodecBindingID.createEncoder(WSBinding binding) Creates a newCodecfor this binding.WSBinding.getBindingId()Gets the binding ID, which uniquely identifies the binding.ComponentRegistry.getComponents()Returns the set ofComponents registered with this objectWSService.getComponents()abstract ContainerWSService.getContainer()Gets theContainerobject.WSBinding.getFaultMessageFeatures(QName operationName, QName messageName) Experimental: Returns a list of features associated withWSBindingthat apply to one of the fault messages of an operation.WSBinding.getFeatures()Returns a list of features associated withWSBinding.List<javax.xml.ws.handler.Handler>WSBinding.getHandlerChain()WSBinding.getInputMessageFeatures(QName operationName) Experimental: Returns a list of features associated withWSBindingthat apply to the input message of an operation.<S> Iterable<S>ComponentEx.getIterableSPI(Class<S> spiType) Gets an iterator of implementations of the specified SPI.WSBinding.getKnownHeaders()Returns set of header QNames known to be supported by this binding.WSBinding.getMessageContextFactory()WSBinding.getOperationFeatures(QName operationName) Experimental: Returns a list of features associated withWSBindingthat apply to a particular operation.WSBinding.getOutputMessageFeatures(QName operationName) Experimental: Returns a list of features associated withWSBindingthat apply to the output message of an operation.BindingID.getTransport()Returns wsdl:binding@transport attribute.static BindingIDFigures out the binding fromBindingTypeannotation.static BindingIDParses a binding ID string into aBindingIDobject.javax.xml.ws.WebServiceFeature[]WSFeatureList.toArray()Obtains all the features in the array.Method parameters in com.sun.xml.ws.api with annotations of type NotNullModifier and TypeMethodDescriptionvoidDistributedPropertySet.addSatellite(PropertySet satellite) Deprecated.voidDistributedPropertySet.addSatellite(Class keyClass, PropertySet satellite) Deprecated.voidDistributedPropertySet.addSatellite(Class keyClass, PropertySet satellite) Deprecated.voidDistributedPropertySet.copySatelliteInto(DistributedPropertySet r) Deprecated.BindingIDFactory.create(String transport, SOAPVersion soapVersion) Creates aBindingIDfor given transport and SOAPVersion.BindingIDFactory.create(String transport, SOAPVersion soapVersion) Creates aBindingIDfor given transport and SOAPVersion.abstract CodecBindingID.createEncoder(WSBinding binding) Creates a newCodecfor this binding.<F extends javax.xml.ws.WebServiceFeature>
FGets aWebServiceFeatureof the specific type.WSBinding.getFaultMessageFeatures(QName operationName, QName messageName) Experimental: Returns a list of features associated withWSBindingthat apply to one of the fault messages of an operation.WSBinding.getFaultMessageFeatures(QName operationName, QName messageName) Experimental: Returns a list of features associated withWSBindingthat apply to one of the fault messages of an operation.<F extends javax.xml.ws.WebServiceFeature>
FWSBinding.getFeature(Class<F> featureType) Gets aWebServiceFeatureof the specific type.WSBinding.getInputMessageFeatures(QName operationName) Experimental: Returns a list of features associated withWSBindingthat apply to the input message of an operation.<S> Iterable<S>ComponentEx.getIterableSPI(Class<S> spiType) Gets an iterator of implementations of the specified SPI.<F extends javax.xml.ws.WebServiceFeature>
FWSBinding.getOperationFeature(Class<F> featureType, QName operationName) Experimental: Gets aWebServiceFeatureof the specific type that applies to an operation.<F extends javax.xml.ws.WebServiceFeature>
FWSBinding.getOperationFeature(Class<F> featureType, QName operationName) Experimental: Gets aWebServiceFeatureof the specific type that applies to an operation.WSBinding.getOperationFeatures(QName operationName) Experimental: Returns a list of features associated withWSBindingthat apply to a particular operation.WSBinding.getOutputMessageFeatures(QName operationName) Experimental: Returns a list of features associated withWSBindingthat apply to the output message of an operation.<S> SGets the specified SPI.<S> SbooleanChecks if a particularWebServiceFeatureis enabled.booleanWSBinding.isFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> feature) Checks if a particularWebServiceFeatureis enabled.booleanWSBinding.isOperationFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> feature, QName operationName) Experimental: Checks if a particularWebServiceFeatureon an operation is enabled.booleanWSBinding.isOperationFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> feature, QName operationName) Experimental: Checks if a particularWebServiceFeatureon an operation is enabled.voidWSFeatureList.mergeFeatures(Iterable<javax.xml.ws.WebServiceFeature> features, boolean reportConflicts) Merges the extra features that are not already set on binding.voidWSFeatureList.mergeFeatures(javax.xml.ws.WebServiceFeature[] features, boolean reportConflicts) Merges the extra features that are not already set on binding.abstract BindingIDParses a binding ID string intoBindingIDif possible. -
Uses of NotNull in com.sun.xml.ws.api.addressing
Fields in com.sun.xml.ws.api.addressing with annotations of type NotNullModifier and TypeFieldDescriptionfinal StringAddressingVersion.anonymousUriGets the anonymous URI value associated with this WS-Addressing version.final StringAddressingVersion.noneUriGets the none URI value associated with this WS-Addressing version.Methods in com.sun.xml.ws.api.addressing with annotations of type NotNullModifier and TypeMethodDescription<T> javax.xml.ws.Dispatch<T>WSEndpointReference.createDispatch(javax.xml.ws.Service jaxwsService, Class<T> type, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature... features) Creates aDispatchthat can be used to talk to this EPR.javax.xml.ws.Dispatch<Object>WSEndpointReference.createDispatch(javax.xml.ws.Service jaxwsService, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature... features) Creates aDispatchthat can be used to talk to this EPR.WSEndpointReference.createWithAddress(String newAddress) Creates a newWSEndpointReferenceby replacing the address of this EPR to the new one.WSEndpointReference.createWithAddress(URI newAddress) WSEndpointReference.createWithAddress(URL newAddress) static AddressingVersionAddressingVersion.fromSpecClass(Class<? extends javax.xml.ws.EndpointReference> eprClass) Gets the correspondingAddressingVersioninstance from the EPR class.WSEndpointReference.getAddress()The value of the <wsa:address> header.WSEndpointReference.getEPRExtensions()static javax.xml.ws.WebServiceFeatureAddressingVersion.getFeature(String nsUri, boolean enabled, boolean required) Gets theWebServiceFeaturecorresponding to the namespace URI of WS-Addressing policy assertion in the WSDL.WSEndpointReference.getMetaData()Parses the metadata inside this EPR and obtains it in a easy-to-process form.<T> TWSEndpointReference.getPort(javax.xml.ws.Service jaxwsService, Class<T> serviceEndpointInterface, javax.xml.ws.WebServiceFeature... features) Creates a proxy that can be used to talk to this EPR.WSEndpointReference.getVersion()Gets the addressing version of this EPR.javax.xml.ws.EndpointReferenceWSEndpointReference.toSpec()Convert the EPR to the spec version.<T extends javax.xml.ws.EndpointReference>
TConverts the EPR to the specified spec version.Method parameters in com.sun.xml.ws.api.addressing with annotations of type NotNullModifier and TypeMethodDescriptionReturns aSourcethat represents this EPR.<T> javax.xml.ws.Dispatch<T>WSEndpointReference.createDispatch(javax.xml.ws.Service jaxwsService, Class<T> type, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature... features) Creates aDispatchthat can be used to talk to this EPR.<T> javax.xml.ws.Dispatch<T>WSEndpointReference.createDispatch(javax.xml.ws.Service jaxwsService, Class<T> type, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature... features) Creates aDispatchthat can be used to talk to this EPR.<T> javax.xml.ws.Dispatch<T>WSEndpointReference.createDispatch(javax.xml.ws.Service jaxwsService, Class<T> type, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature... features) Creates aDispatchthat can be used to talk to this EPR.javax.xml.ws.Dispatch<Object>WSEndpointReference.createDispatch(javax.xml.ws.Service jaxwsService, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature... features) Creates aDispatchthat can be used to talk to this EPR.javax.xml.ws.Dispatch<Object>WSEndpointReference.createDispatch(javax.xml.ws.Service jaxwsService, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature... features) Creates aDispatchthat can be used to talk to this EPR.javax.xml.ws.Dispatch<Object>WSEndpointReference.createDispatch(javax.xml.ws.Service jaxwsService, javax.xml.bind.JAXBContext context, javax.xml.ws.Service.Mode mode, javax.xml.ws.WebServiceFeature... features) Creates aDispatchthat can be used to talk to this EPR.WSEndpointReference.createWithAddress(String newAddress) Creates a newWSEndpointReferenceby replacing the address of this EPR to the new one.WSEndpointReference.createWithAddress(URI newAddress) WSEndpointReference.createWithAddress(URL newAddress) static WSEndpointReferenceOneWayFeature.enableSslForEpr(WSEndpointReference epr, String sslHost, int sslPort) Calculate a new EPR using an existing one and substituting SSL specific host and port values.<T> TWSEndpointReference.getPort(javax.xml.ws.Service jaxwsService, Class<T> serviceEndpointInterface, javax.xml.ws.WebServiceFeature... features) Creates a proxy that can be used to talk to this EPR.<T> TWSEndpointReference.getPort(javax.xml.ws.Service jaxwsService, Class<T> serviceEndpointInterface, javax.xml.ws.WebServiceFeature... features) Creates a proxy that can be used to talk to this EPR.Reads this EPR asXMLStreamReader.voidWSEndpointReference.writeTo(String localName, XMLStreamWriter w) Writes this EPR into the given writer.voidWSEndpointReference.writeTo(String localName, XMLStreamWriter w) Writes this EPR into the given writer.voidWSEndpointReference.writeTo(String localName, ContentHandler contentHandler, ErrorHandler errorHandler, boolean fragment) Writes this EPR to the givenContentHandler.Constructor parameters in com.sun.xml.ws.api.addressing with annotations of type NotNullModifierConstructorDescriptionWSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters, Collection<WSEndpointReference.EPRExtension> extns, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters, Collection<WSEndpointReference.EPRExtension> extns, Map<QName, String> attributes) Creates an EPR from individual components. -
Uses of NotNull in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client with annotations of type NotNullModifier and TypeMethodDescriptionClientPipelineHook.createSecurityPipe(ClientPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for security.WSPortInfo.getBindingId()Returns the same information asPortInfo.getBindingID()but in a strongly-typed fashionWSPortInfo.getEndpointAddress()Gets the endpoint address of this port.WSPortInfo.getOwner()ReturnsWSServiceobject that owns this port.static ServiceInterceptorServiceInterceptorFactory.load(WSService service, ClassLoader cl) Loads allServiceInterceptors and return aggregated one.Method parameters in com.sun.xml.ws.api.client with annotations of type NotNullModifier and TypeMethodDescriptionabstract ServiceInterceptorClientPipelineHook.createSecurityPipe(ClientPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for security.static ServiceInterceptorServiceInterceptorFactory.load(WSService service, ClassLoader cl) Loads allServiceInterceptors and return aggregated one.voidServiceInterceptor.postCreateDispatch(WSBindingProvider bp) A callback to notify that aDispatchobject is created.voidServiceInterceptor.postCreateProxy(WSBindingProvider bp, Class<?> serviceEndpointInterface) A callback to notify the event of creation of proxy object for SEI endpoint.voidServiceInterceptor.postCreateProxy(WSBindingProvider bp, Class<?> serviceEndpointInterface) A callback to notify the event of creation of proxy object for SEI endpoint.List<javax.xml.ws.WebServiceFeature>ServiceInterceptor.preCreateBinding(WSPortInfo port, Class<?> serviceEndpointInterface, WSFeatureList defaultFeatures) List<javax.xml.ws.WebServiceFeature>ServiceInterceptor.preCreateBinding(WSPortInfo port, Class<?> serviceEndpointInterface, WSFeatureList defaultFeatures) -
Uses of NotNull in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with annotations of type NotNullModifier and TypeMethodDescriptionstatic MessageMessages.create(XMLStreamBuffer xsb) Creates aMessagefromXMLStreamBufferthat retains the whole envelope infoset.static MessageMessages.create(SOAPVersion soapVersion, javax.xml.ws.ProtocolException pex, QName faultcode) static MessageMessages.create(XMLStreamReader reader) Creates aMessagefromXMLStreamReaderthat points to the start of the envelope.FilterMessageImpl.getAttachments()Message.getAttachments()Gets the attachments of this message (attachments live outside a message.)Attachment.getContentId()Content ID of the attachment.FilterMessageImpl.getHeaders()HeaderList.getHeaders(String nsUri) Deprecated.HeaderList.getHeaders(String nsUri, boolean markAsUnderstood) Gets an iteration of headersHeaderin the specified namespace, including duplicates (if any.)HeaderList.getHeaders(String nsUri, String localName, boolean markAsUnderstood) Gets all theHeaders of the specified name, including duplicates (if any.)HeaderList.getHeaders(QName headerName, boolean markAsUnderstood) abstract MessageHeadersMessage.getHeaders()Gets all the headers of this message.FilterMessageImpl.getID(AddressingVersion av, SOAPVersion sv) Message.getID(AddressingVersion av, SOAPVersion sv) Deprecated.Deprecated.Header.getLocalPart()Gets the local name of this header element.AttachmentEx.getMimeHeaders()Iterator of custom MIME headers associated with this attachmentHeader.getNamespaceURI()Gets the namespace URI of this header element.Packet.getReferenceParameters()Gives a list of Reference Parameters in the MessageHeader.getRole(SOAPVersion soapVersion) Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).Header.getStringContent()Used to obtain value XYZ from a header that looks like "<header>XYZ</header>".Header.readAsEPR(AddressingVersion expected) Reads this header as anWSEndpointReference.Method parameters in com.sun.xml.ws.api.message with annotations of type NotNullModifier and TypeMethodDescriptionvoidPacket.addSatellite(PropertySet satellite) Deprecated.voidPacket.addSatellite(Class keyClass, PropertySet satellite) Deprecated.voidPacket.addSatellite(Class keyClass, PropertySet satellite) Deprecated.voidPacket.copySatelliteInto(DistributedPropertySet r) Deprecated.static MessageMessages.create(XMLStreamBuffer xsb) Creates aMessagefromXMLStreamBufferthat retains the whole envelope infoset.static MessageMessages.create(SOAPVersion soapVersion, javax.xml.ws.ProtocolException pex, QName faultcode) static MessageMessages.create(SOAPVersion soapVersion, javax.xml.ws.ProtocolException pex, QName faultcode) static MessageMessages.create(String unsupportedAction, AddressingVersion av, SOAPVersion sv) Creates a faultMessagethat captures the code/subcode/subsubcode defined by WS-Addressing if wsa:Action is not supported.static MessageMessages.create(String unsupportedAction, AddressingVersion av, SOAPVersion sv) Creates a faultMessagethat captures the code/subcode/subsubcode defined by WS-Addressing if wsa:Action is not supported.static MessageMessages.create(String unsupportedAction, AddressingVersion av, SOAPVersion sv) Creates a faultMessagethat captures the code/subcode/subsubcode defined by WS-Addressing if wsa:Action is not supported.static MessageMessages.create(XMLStreamReader reader) Creates aMessagefromXMLStreamReaderthat points to the start of the envelope.static HeaderHeaders.createMustUnderstand(SOAPVersion soapVersion, QName name, String value) Creates a newHeaderthat that has a single text value in it (IOW, of the form <foo>text</foo>.)static HeaderHeaders.createMustUnderstand(SOAPVersion soapVersion, QName name, String value) Creates a newHeaderthat that has a single text value in it (IOW, of the form <foo>text</foo>.)static HeaderHeaders.createMustUnderstand(SOAPVersion soapVersion, QName name, String value) Creates a newHeaderthat that has a single text value in it (IOW, of the form <foo>text</foo>.)Packet.createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) Creates a server-side responsePacketfrom a request packet (this).Packet.createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) Creates a server-side responsePacketfrom a request packet (this).Packet.createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) Creates a server-side responsePacketfrom a request packet (this).Packet.createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Creates a server-side responsePacketfrom a request packet (this).voidHeaderList.fillRequestAddressingHeaders(WSDLPort wsdlPort, WSBinding binding, Packet packet) Creates a set of outbound WS-Addressing headers on the client with the default Action Message Addressing Property value.Gets the firstHeaderof the specified name.Gets the firstHeaderof the specified name.Deprecated.Gets the firstHeaderof the specified name.static StringAddressingUtils.getAction(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static StringAddressingUtils.getAction(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static StringAddressingUtils.getAction(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getAction(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingActionheader.HeaderList.getAction(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingActionheader.Header.getAttribute(String nsUri, String localName) Gets the attribute value on the header element.Header.getAttribute(String nsUri, String localName) Gets the attribute value on the header element.Header.getAttribute(QName name) Gets the attribute value on the header element.static WSEndpointReferenceAddressingUtils.getFaultTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static WSEndpointReferenceAddressingUtils.getFaultTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static WSEndpointReferenceAddressingUtils.getFaultTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getFaultTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingFaultToheader.HeaderList.getFaultTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingFaultToheader.HeaderList.getHeaders(String nsUri) Deprecated.HeaderList.getHeaders(String nsUri, boolean markAsUnderstood) Gets an iteration of headersHeaderin the specified namespace, including duplicates (if any.)HeaderList.getHeaders(String nsUri, String localName, boolean markAsUnderstood) Gets all theHeaders of the specified name, including duplicates (if any.)HeaderList.getHeaders(String nsUri, String localName, boolean markAsUnderstood) Gets all theHeaders of the specified name, including duplicates (if any.)HeaderList.getHeaders(QName headerName, boolean markAsUnderstood) Deprecated.static StringAddressingUtils.getMessageID(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static StringAddressingUtils.getMessageID(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static StringAddressingUtils.getMessageID(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getMessageID(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingMessageIDheader.HeaderList.getMessageID(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingMessageIDheader.final JavaMethodDeprecated.final WSDLBoundOperationMessage.getOperation(WSDLBoundPortType boundPortType) Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message.final WSDLBoundOperationMessage.getOperation(WSDLPort port) Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message.static StringAddressingUtils.getRelatesTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static StringAddressingUtils.getRelatesTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static StringAddressingUtils.getRelatesTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getRelatesTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingRelatesToheader.HeaderList.getRelatesTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingRelatesToheader.static WSEndpointReferenceAddressingUtils.getReplyTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static WSEndpointReferenceAddressingUtils.getReplyTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) static WSEndpointReferenceAddressingUtils.getReplyTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getReplyTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingReplyToheader.HeaderList.getReplyTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingReplyToheader.Header.getRole(SOAPVersion soapVersion) Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).booleanHeader.isIgnorable(SOAPVersion soapVersion, Set<String> roles) 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.)booleanHeader.isIgnorable(SOAPVersion soapVersion, Set<String> roles) 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.)booleanbooleanReturns true if this message is a request message for a one way operation according to the given WSDL.Packet.relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Removes the firstHeaderof the specified name.Removes the firstHeaderof the specified name.Removes the firstHeaderof the specified name.voidPacket.setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) voidPacket.setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) voidPacket.setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) voidPacket.setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) voidHeaderList.understood(Header header) Deprecated.By the definition ofArrayList, this operation requires O(n) search of the array, and thus inherently inefficient. -
Uses of NotNull in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model with annotations of type NotNullModifier and TypeMethodDescriptionSEIModel.getBoundPortTypeName()Gives the wsdl:binding@name valueJavaMethod.getMethod()On the server side, it uses this for invocation of the web serviceJavaMethod.getOperationName()Gives the wsdl:operation@name valueSEIModel.getPort()Gets theWSDLPortthat represents the port that this SEI binds to.SEIModel.getPortName()Value of the wsdl:port name associated with theSEIModelSEIModel.getPortTypeName()Value of wsdl:portType bound to the port associated with theSEIModelJavaMethod.getRequestMessageName()Gives the request wsdl:message@name valueJavaMethod.getSEIMethod()This should be used if you want to access annotations on WebMethod Returns the SEI method if there is one.SEIModel.getServiceQName()wsdl:service qualified name for the port associated with theSEIModelSEIModel.getTargetNamespace()Namespace of the wsd;:port associated with theSEIModelSEIModel.getWSDLLocation()Location of the WSDL that defines the port associated with theSEIModel -
Uses of NotNull in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl with annotations of type NotNullModifier and TypeMethodDescriptionWSDLPort.getBinding()GetsWSDLBoundPortTypeassociated with theWSDLPort.Map<QName,? extends WSDLBoundPortType> WSDLModel.getBindings()WSDLBoundFault.getBoundOperation()Gives the ownerWSDLBoundOperationWSDLBoundOperation.getBoundPortType()Gives the ownerWSDLBoundPortTypeIterable<? extends WSDLBoundFault>WSDLBoundOperation.getFaults()Gets all theWSDLFaultbound to this operation.WSDLFeaturedObject.getFeatures()Gets the feature list associated with this object.WSDLBoundOperation.getInParts()WSDLOperation.getInput()Gets the wsdl:input of this operationWSDLObject.getLocation()Gets the source location information in the parsed WSDL.Map<QName,? extends WSDLMessage> WSDLModel.getMessages()Gives aMapof wsdl:message qualified name andWSDLMessageWSDLBoundFault.getName()Gives the wsdl:binding/wsdl:operation/wsdl:fault@name valueWSDLBoundOperation.getName()Short-cut forgetOperation().getName()WSDLOperation.getName()Gets the name of the wsdl:portType/wsdl:operation@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.WSDLService.getName()Gets the name of the wsdl:service@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.WSDLBoundOperation.getOperation()Gets the wsdl:portType/wsdl:operation model -WSDLOperation, associated with this binding operation.WSDLFault.getOperation()Gives the owningWSDLOperationWSDLInput.getOperation()Gives the owningWSDLOperationWSDLOutput.getOperation()Gives the owningWSDLOperationWSDLBoundOperation.getOutParts()WSDLBoundPortType.getOwner()Gets theWSDLModelthat owns this port type.WSDLPort.getOwner()Gets theWSDLServicethat owns this port.WSDLService.getParent()Gets theWSDLModelthat owns this service.WSDLOperation.getPortTypeName()Gives the enclosing wsdl:portType@name attribute value.Map<QName,? extends WSDLPortType> WSDLModel.getPortTypes()WSDLFault.getQName()Gives qualified name of the wsdl:fault 'name' attribute value.WSDLInput.getQName()Gives qualified name of the wsdl:input 'name' attribute value.WSDLOutput.getQName()Gives qualified name of the wsdl:output 'name' attribute value.Map<QName,? extends WSDLService> WSDLModel.getServices()Gives aMapof wsdl:service qualified name andWSDLServiceWSDLBoundOperation.getSOAPAction()Gives soapbinding:operation@soapAction value.javax.jws.soap.SOAPBinding.StyleWSDLBoundPortType.getStyle()Is this a document style or RPC style? Since we only support literal and not encoding, this means either doc/lit or rpc/lit.static WSDLModelWSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses WSDL from the given wsdlLoc and gives aWSDLModelbuilt from it.static WSDLModelWSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) Parses WSDL from the given wsdlLoc and gives aWSDLModelbuilt from it.static WSDLModelWSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, WSDLParserExtension... extensions) Parses WSDL from the given wsdlLoc and gives aWSDLModelbuilt from it.Method parameters in com.sun.xml.ws.api.model.wsdl with annotations of type NotNullModifier and TypeMethodDescriptionvoidWSDLFeaturedObject.addFeature(javax.xml.ws.WebServiceFeature feature) Enables aWebServiceFeaturebased upon policy assertions on this port.WSDLModel.getBinding(QName name) GetsWSDLBoundPortTypethat modelswsdl:bindingWSDLModel.getBinding(QName serviceName, QName portName) Give aWSDLBoundPortTypefor the given wsdl:service and wsdl:port names.WSDLModel.getBinding(QName serviceName, QName portName) Give aWSDLBoundPortTypefor the given wsdl:service and wsdl:port names.<F extends javax.xml.ws.WebServiceFeature>
FWSDLFeaturedObject.getFeature(Class<F> featureType) GetsWSDLPartfor the given wsdl:input or wsdl:output partGetsWSDLPartfor the given wsdl:input or wsdl:output partWSDLModel.getPortType(QName name) GetsWSDLPortTypethat modelswsdl:portTypeWSDLModel.getService(QName name) GetsWSDLServicethat modelswsdl:servicestatic WSDLModelWSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses WSDL from the given wsdlLoc and gives aWSDLModelbuilt from it.static WSDLModelWSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser, XMLEntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) Parses WSDL from the given wsdlLoc and gives aWSDLModelbuilt from it. -
Uses of NotNull in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable with annotations of type NotNullModifier and TypeMethodDescriptionEditableWSDLPort.getBinding()Map<QName,? extends EditableWSDLBoundPortType> EditableWSDLModel.getBindings()EditableWSDLBoundFault.getBoundOperation()EditableWSDLBoundOperation.getBoundPortType()Iterable<? extends EditableWSDLBoundFault>EditableWSDLBoundOperation.getFaults()Map<String,? extends EditableWSDLPart> EditableWSDLBoundOperation.getInParts()EditableWSDLOperation.getInput()Map<QName,? extends EditableWSDLMessage> EditableWSDLModel.getMessages()EditableWSDLBoundOperation.getOperation()EditableWSDLFault.getOperation()EditableWSDLInput.getOperation()EditableWSDLOutput.getOperation()Map<String,? extends EditableWSDLPart> EditableWSDLBoundOperation.getOutParts()EditableWSDLBoundPortType.getOwner()EditableWSDLPort.getOwner()EditableWSDLService.getParent()Map<QName,? extends EditableWSDLPortType> EditableWSDLModel.getPortTypes()Map<QName,? extends EditableWSDLService> EditableWSDLModel.getServices()Method parameters in com.sun.xml.ws.api.model.wsdl.editable with annotations of type NotNullModifier and TypeMethodDescriptionvoidEditableWSDLBoundOperation.addFault(EditableWSDLBoundFault fault) Add FaultEditableWSDLModel.getBinding(QName name) EditableWSDLModel.getBinding(QName serviceName, QName portName) EditableWSDLModel.getBinding(QName serviceName, QName portName) EditableWSDLModel.getPortType(QName name) EditableWSDLModel.getService(QName name) voidEditableWSDLPort.setEPR(WSEndpointReference epr) Sets endpoint reference -
Uses of NotNull in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with annotations of type NotNullModifier and TypeMethodDescriptionPipelineAssembler.createClient(ClientPipeAssemblerContext context) Creates a new pipeline for clients.TubelineAssembler.createClient(ClientTubeAssemblerContext context) Creates a new tubeline for clients.ServerPipeAssemblerContext.createHandlerPipe(Pipe next) Deprecated.Creates aPipethat invokes protocol and logical handlers.ServerTubeAssemblerContext.createHandlerTube(Tube next) Creates aTubethat invokes protocol and logical handlers.ServerPipeAssemblerContext.createMonitoringPipe(Pipe next) Deprecated.Creates aPipethat does the monitoring of the invocation for a containerServerTubeAssemblerContext.createMonitoringTube(Tube next) Creates aTubethat does the monitoring of the invocation for a containerClientPipeAssemblerContext.createSecurityPipe(Pipe next) Deprecated.Creates aTubethat adds container specific securityServerPipeAssemblerContext.createSecurityPipe(Pipe next) Deprecated.Creates aPipethat adds container specific securityClientTubeAssemblerContext.createSecurityTube(Tube next) Creates aTubethat adds container specific securityServerTubeAssemblerContext.createSecurityTube(Tube next) Creates aTubethat adds container specific securityPipelineAssembler.createServer(ServerPipeAssemblerContext context) Creates a new pipeline for servers.TubelineAssembler.createServer(ServerTubeAssemblerContext context) Creates a new tubeline for servers.ServerPipeAssemblerContext.createServerMUPipe(Pipe next) Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.ServerTubeAssemblerContext.createServerMUTube(Tube next) Creates aTubethat performs SOAP mustUnderstand processing.static SOAPBindingCodecCodecs.createSOAPBindingCodec(WSBinding binding, StreamSOAPCodec xmlEnvelopeCodec) This creates a fullCodecfor SOAP binding using the primary XML codec argument.static SOAPBindingCodecCodecs.createSOAPBindingCodec(WSFeatureList feature) This creates a fullCodecfor SOAP binding.static StreamSOAPCodecCodecs.createSOAPEnvelopeXmlCodec(SOAPVersion version) Creates a defaultCodecthat can be used to used to decode XML infoset in SOAP envelope(primary part in MIME message).static StreamSOAPCodecCodecs.createSOAPEnvelopeXmlCodec(WSBinding binding) Deprecated.static StreamSOAPCodecCodecs.createSOAPEnvelopeXmlCodec(WSFeatureList features) Creates a defaultCodecthat can be used to used to decode XML infoset in SOAP envelope(primary part in MIME message).ServerPipeAssemblerContext.createValidationPipe(Pipe next) Deprecated.creates aPipethat validates messages against schemastatic CodecCodecs.createXMLCodec(WSFeatureList feature) This creates a fullCodecfor XML binding.static FiberFiber.current()Gets the current fiber that's running.StreamSOAPCodec.decode(XMLStreamReader reader) Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.StreamSOAPCodec.decode(XMLStreamReader reader, AttachmentSet att) Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.ClientTubeAssemblerContext.getAddress()The endpoint address.ClientTubeAssemblerContext.getBinding()The binding of the new pipeline to be created.ClientTubeAssemblerContext.getCodec()Gets theCodecthat is set byClientTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.ServerTubeAssemblerContext.getCodec()Gets theCodecthat is set byServerTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.WSEndpoint<?>ServerTubeAssemblerContext.getEndpoint()The created pipeline is used to serve thisWSEndpoint.ClientTubeAssemblerContext.getService()The pipeline is created for thisWSService.ServerPipeAssemblerContext.getTerminalPipe()Deprecated.The lastPipein the pipeline.ServerTubeAssemblerContext.getTerminalTube()The lastPipein the pipeline.Tube.processException(Throwable t) Acts on a exception and performs some clean up operations.Tube.processRequest(Packet request) Acts on a request and perform some protocol specific operation.Tube.processResponse(Packet response) Acts on a response and performs some protocol specific operation.Runs a givenTube(and everything thereafter) synchronously.Method parameters in com.sun.xml.ws.api.pipe with annotations of type NotNullModifier and TypeMethodDescriptionvoidFiber.addInterceptor(FiberContextSwitchInterceptor interceptor) Adds a newFiberContextSwitchInterceptorto this fiber.static PipeTransportPipeFactory.create(ClassLoader classLoader, ClientPipeAssemblerContext context) static TubeTransportTubeFactory.create(ClassLoader classLoader, ClientTubeAssemblerContext context) LocatesTransportTubeFactorys and create a suitable transportTube.PipelineAssembler.createClient(ClientPipeAssemblerContext context) Creates a new pipeline for clients.TubelineAssembler.createClient(ClientTubeAssemblerContext context) Creates a new tubeline for clients.ServerPipeAssemblerContext.createHandlerPipe(Pipe next) Deprecated.Creates aPipethat invokes protocol and logical handlers.ServerTubeAssemblerContext.createHandlerTube(Tube next) Creates aTubethat invokes protocol and logical handlers.ServerPipeAssemblerContext.createMonitoringPipe(Pipe next) Deprecated.Creates aPipethat does the monitoring of the invocation for a containerServerTubeAssemblerContext.createMonitoringTube(Tube next) Creates aTubethat does the monitoring of the invocation for a containerClientPipeAssemblerContext.createSecurityPipe(Pipe next) Deprecated.Creates aTubethat adds container specific securityServerPipeAssemblerContext.createSecurityPipe(Pipe next) Deprecated.Creates aPipethat adds container specific securityClientTubeAssemblerContext.createSecurityTube(Tube next) Creates aTubethat adds container specific securityServerTubeAssemblerContext.createSecurityTube(Tube next) Creates aTubethat adds container specific securityPipelineAssembler.createServer(ServerPipeAssemblerContext context) Creates a new pipeline for servers.TubelineAssembler.createServer(ServerTubeAssemblerContext context) Creates a new tubeline for servers.ServerPipeAssemblerContext.createServerMUPipe(Pipe next) Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.ServerTubeAssemblerContext.createServerMUTube(Tube next) Creates aTubethat performs SOAP mustUnderstand processing.static StreamSOAPCodecCodecs.createSOAPEnvelopeXmlCodec(SOAPVersion version) Creates a defaultCodecthat can be used to used to decode XML infoset in SOAP envelope(primary part in MIME message).static StreamSOAPCodecCodecs.createSOAPEnvelopeXmlCodec(WSBinding binding) Deprecated.static StreamSOAPCodecCodecs.createSOAPEnvelopeXmlCodec(WSFeatureList features) Creates a defaultCodecthat can be used to used to decode XML infoset in SOAP envelope(primary part in MIME message).ServerPipeAssemblerContext.createValidationPipe(Pipe next) Deprecated.creates aPipethat validates messages against schemaStreamSOAPCodec.decode(XMLStreamReader reader) Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.StreamSOAPCodec.decode(XMLStreamReader reader, AttachmentSet att) Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.StreamSOAPCodec.decode(XMLStreamReader reader, AttachmentSet att) Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.abstract PipeTransportPipeFactory.doCreate(ClientPipeAssemblerContext context) Creates a transportPipefor the given port, if this factory can do so, or return null.abstract TubeTransportTubeFactory.doCreate(ClientTubeAssemblerContext context) Creates a transportTubefor the given port, if this factory can do so, or return null.voidFiber.CompletionCallback.onCompletion(Packet response) Indicates that the fiber has finished its execution.voidFiber.CompletionCallback.onCompletion(Throwable error) Indicates that the fiber has finished abnormally, by throwing a givenThrowable.Tube.processException(Throwable t) Acts on a exception and performs some clean up operations.Tube.processRequest(Packet request) Acts on a request and perform some protocol specific operation.Tube.processResponse(Packet response) Acts on a response and performs some protocol specific operation.booleanFiber.removeInterceptor(FiberContextSwitchInterceptor interceptor) Removes aFiberContextSwitchInterceptorfrom this fiber.voidWakes up a suspended fiber.voidSimilar to resume(Packet) but allowing the Fiber to be resumed synchronously (in the current Thread).voidFiber.resume(Packet resumePacket, boolean forceSync, Fiber.CompletionCallback callback) Similar to resume(Packet, boolean) but allowing the Fiber to be resumed and at the same time atomically assign a new CompletionCallback to it.voidWakes up a suspended fiber with an exception.voidWakes up a suspend fiber with an exception.voidWakes up a suspended fiber with an exception.voidWakes up a suspended fiber with an exception.voidWakes up a suspend fiber with an exception.voidWakes up a suspend fiber with an exception.voidFiber.resumeAndReturn(Packet resumePacket, boolean forceSync) Wakes up a suspended fiber and begins response processing.Runs a givenTube(and everything thereafter) synchronously.Runs a givenTube(and everything thereafter) synchronously.voidvoidvoidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback) Starts the execution of this fiber asynchronously.voidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback) Starts the execution of this fiber asynchronously.voidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback, boolean forceSync) Starts the execution of this fiber.voidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback, boolean forceSync) Starts the execution of this fiber.Constructor parameters in com.sun.xml.ws.api.pipe with annotations of type NotNullModifierConstructorDescriptionClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.ServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) Deprecated.ServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) Deprecated.ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) -
Uses of NotNull in com.sun.xml.ws.api.pipe.helper
Methods in com.sun.xml.ws.api.pipe.helper with annotations of type NotNullModifier and TypeMethodDescriptionAbstractFilterTubeImpl.processException(Throwable t) Default no-op implementation.PipeAdapter.processException(Throwable t) AbstractFilterTubeImpl.processRequest(Packet request) Default no-op implementation.PipeAdapter.processRequest(Packet p) Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.)AbstractFilterTubeImpl.processResponse(Packet response) Default no-op implementation.PipeAdapter.processResponse(Packet p) Method parameters in com.sun.xml.ws.api.pipe.helper with annotations of type NotNullModifier and TypeMethodDescriptionPipeAdapter.processException(Throwable t) PipeAdapter.processRequest(Packet p) Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.)PipeAdapter.processResponse(Packet p) -
Uses of NotNull in com.sun.xml.ws.api.security
Methods in com.sun.xml.ws.api.security with annotations of type NotNullConstructor parameters in com.sun.xml.ws.api.security with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server with annotations of type NotNullModifier and TypeMethodDescriptionabstract CodecWSEndpoint.createCodec()Gets the Endpoint's codec that is used to encode/decodeMessages.InstanceResolver.createInvoker()Wraps thisInstanceResolverinto anInvoker.ServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for monitoring.abstract WSEndpoint.PipeHeadWSEndpoint.createPipeHead()Creates a newWSEndpoint.PipeHeadto process incoming requests.ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for security.BoundEndpoint.getAddress()The address of the bound endpoint.BoundEndpoint.getAddress(String baseAddress) The address of the bound endpoint using the base address.abstract ServerTubeAssemblerContextWSEndpoint.getAssemblerContext()This is only needed to expose info for monitoring.abstract WSBindingWSEndpoint.getBinding()Represents the binding for which thisWSEndpointis created for.abstract List<BoundEndpoint>Module.getBoundEndpoints()Gets the list ofBoundEndpointdeployed in this module.WSEndpoint.getComponentRegistry()Deprecated.UseWSEndpoint.getComponents()insteadWSEndpoint.getComponents()Gets the list ofComponents that are associated with this endpoint.abstract ContainerContainerResolver.getContainer()Returns theContainercontext in which client is running.abstract ContainerWSEndpoint.getContainer()Gets theContainerobject.abstract StringWebModule.getContextPath()Gets the host, port, and context path portion of this module.static QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass) Gives the wsdl:service/wsdl:port default name computed from the endpoint implementaiton classstatic QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass, boolean isStandard) static QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass, boolean isStandard, MetadataReader metadataReader) static QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass, MetadataReader metadataReader) static QNameWSEndpoint.getDefaultServiceName(Class endpointClass) Gives the wsdl:service default name computed from the endpoint implementaiton classstatic QNameWSEndpoint.getDefaultServiceName(Class endpointClass, boolean isStandard) static QNameWSEndpoint.getDefaultServiceName(Class endpointClass, boolean isStandard, MetadataReader metadataReader) static QNameWSEndpoint.getDefaultServiceName(Class endpointClass, MetadataReader metadataReader) BoundEndpoint.getEndpoint()The endpoint that was bound.WebServiceContextDelegate.getEPRAddress(Packet request, WSEndpoint endpoint) Gets the address of the endpoint.WSEndpoint.getImplementationClass()Gets the application endpointClassthat eventually serves the request.static ContainerResolverContainerResolver.getInstance()Returns the container resolver which can be used to get client'sContainer.<E> Iterable<E>Container.getIterableSPI(Class<E> spiType) abstract org.glassfish.gmbal.ManagedObjectManagerWSEndpoint.getManagedObjectManager()Get the ManagedObjectManager for this endpoint.abstract QNameWSEndpoint.getPortName()Gets the application endpoint's portName.ServiceDefinition.getPrimary()Gets the "primary"SDDocumentthat represents a WSDL.protected abstract PropertySetAbstractServerAsyncTransport.getPropertySet(T connection) If there are any properties associated with the connection, those will be added toPacketabstract QNameWSEndpoint.getServiceName()Gets the application endpoint's serviceName.protected abstract WebServiceContextDelegateAbstractServerAsyncTransport.getWebServiceContextDelegate(T connection) Return aWebServiceContextDelegateusing the underlying connection.WSEndpoint.PipeHead.process(Packet request, WebServiceContextDelegate wscd, TransportBackChannel tbc) Processes a request and produces a reply.abstract TDecides which instance of 'T' serves the given request message.Method parameters in com.sun.xml.ws.api.server with annotations of type NotNullModifier and TypeMethodDescriptionvoidServiceDefinition.addFilter(SDDocumentFilter filter) Adds a filter that is called while writingSDDocument's infoset.static HttpEndpointHttpEndpoint.create(WSEndpoint endpoint) Factory to deployWSEndpointon light-weight http server container.static <T> ProviderInvokerTube<T>ProviderInvokerTubeFactory.create(ClassLoader classLoader, Container container, Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) static <T> ProviderInvokerTube<T>ProviderInvokerTubeFactory.create(ClassLoader classLoader, Container container, Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) static <T> ProviderInvokerTube<T>ProviderInvokerTubeFactory.create(ClassLoader classLoader, Container container, Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) static <T> ProviderInvokerTube<T>ProviderInvokerTubeFactory.create(ClassLoader classLoader, Container container, Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> InstanceResolver<T>InstanceResolver.createDefault(Class<T> clazz) Creates a defaultInstanceResolverthat serves the given class.static <T> InstanceResolver<T>InstanceResolver.createDefault(Class<T> clazz, boolean bool) Deprecated.This is added here because a Glassfish integration happened with this signature.protected ProviderInvokerTube<T>ProviderInvokerTubeFactory.createDefault(Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) protected ProviderInvokerTube<T>ProviderInvokerTubeFactory.createDefault(Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) protected ProviderInvokerTube<T>ProviderInvokerTubeFactory.createDefault(Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) static <T> InstanceResolver<T>InstanceResolver.createFromInstanceResolverAnnotation(Class<T> clazz) Checks forInstanceResolverAnnotationand creates an instance resolver from it if any.ServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for monitoring.ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt, Pipe tail) Called during the pipeline construction process once to allow a container to register a pipe for security.protected PacketAbstractServerAsyncTransport.decodePacket(T connection, Codec codec) decodes the transport data to Packetprotected abstract ProviderInvokerTube<T>ProviderInvokerTubeFactory.doCreate(Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) protected abstract ProviderInvokerTube<T>ProviderInvokerTubeFactory.doCreate(Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) protected abstract ProviderInvokerTube<T>ProviderInvokerTubeFactory.doCreate(Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) protected abstract voidAbstractServerAsyncTransport.encodePacket(T connection, Packet packet, Codec codec) Encodes thePacketto infoset and writes on the connection.protected abstract voidAbstractServerAsyncTransport.encodePacket(T connection, Packet packet, Codec codec) Encodes thePacketto infoset and writes on the connection.abstract StringPortAddressResolver.getAddressFor(QName serviceName, String portName) Gets the endpoint address for a WSDL portabstract StringPortAddressResolver.getAddressFor(QName serviceName, String portName) Gets the endpoint address for a WSDL portPortAddressResolver.getAddressFor(QName serviceName, String portName, String currentAddress) Gets the endpoint address for a WSDL portPortAddressResolver.getAddressFor(QName serviceName, String portName, String currentAddress) Gets the endpoint address for a WSDL portstatic QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass) Gives the wsdl:service/wsdl:port default name computed from the endpoint implementaiton classstatic QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass, boolean isStandard) static QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass, boolean isStandard, MetadataReader metadataReader) static QNameWSEndpoint.getDefaultPortName(QName serviceName, Class endpointClass, MetadataReader metadataReader) WebServiceContextDelegate.getEPRAddress(Packet request, WSEndpoint endpoint) Gets the address of the endpoint.WebServiceContextDelegate.getEPRAddress(Packet request, WSEndpoint endpoint) Gets the address of the endpoint.DocumentAddressResolver.getRelativeAddressFor(SDDocument current, SDDocument referenced) Produces a relative reference from one document to another.DocumentAddressResolver.getRelativeAddressFor(SDDocument current, SDDocument referenced) Produces a relative reference from one document to another.<T> TDeprecated.Gets the specified SPI.<S> S<S> SWebServiceContextDelegate.getUserPrincipal(Packet request) ImplementsWebServiceContext.getUserPrincipal()for the given packet.WebServiceContextDelegate.getWSDLAddress(Packet request, WSEndpoint endpoint) Gets the address of the primary WSDL.WebServiceContextDelegate.getWSDLAddress(Packet request, WSEndpoint endpoint) Gets the address of the primary WSDL.abstract voidResourceInjector.inject(WSWebServiceContext context, Object instance) Performs resource injection.abstract voidResourceInjector.inject(WSWebServiceContext context, Object instance) Performs resource injection.voidAsyncProvider.invoke(T request, AsyncProviderCallback<T> callback, javax.xml.ws.WebServiceContext context) Schedules an execution of a request.voidAsyncProvider.invoke(T request, AsyncProviderCallback<T> callback, javax.xml.ws.WebServiceContext context) Schedules an execution of a request.voidAsyncProvider.invoke(T request, AsyncProviderCallback<T> callback, javax.xml.ws.WebServiceContext context) Schedules an execution of a request.<T> voidInvoker.invokeAsyncProvider(Packet p, T arg, AsyncProviderCallback cbak, javax.xml.ws.WebServiceContext ctxt) <T> TInvoker.invokeProvider(Packet p, T arg) InvokesProvider.invoke(Object)booleanWebServiceContextDelegate.isUserInRole(Packet request, String role) ImplementsWebServiceContext.isUserInRole(String)for the given packet.voidWSEndpoint.CompletionCallback.onCompletion(Packet response) Indicates that the jax-ws runtime has finished execution of a request submitted via schedule().voidInstanceResolver.postInvoke(Packet request, T servant) Called by the defaultInvokerafter the method call is done.voidInstanceResolver.postInvoke(Packet request, T servant) Called by the defaultInvokerafter the method call is done.WSEndpoint.PipeHead.process(Packet request, WebServiceContextDelegate wscd, TransportBackChannel tbc) Processes a request and produces a reply.voidWSEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) voidWSEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) abstract voidPublishes this endpoint at a localhost's http address.abstract TDecides which instance of 'T' serves the given request message.final voidWSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback) This method takes aPacketthat 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.final voidWSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback) This method takes aPacketthat 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.abstract voidWSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) Schedule invocation of web service asynchronously.abstract voidWSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) Schedule invocation of web service asynchronously.voidIndicates that an error had occured while processing a request.voidEndpointAwareCodec.setEndpoint(WSEndpoint endpoint) Called by theWSEndpointimplementation when the codec is associated with an endpoint.abstract voidWSEndpoint.setExecutor(Executor exec) Set thisExecutorto run asynchronous requests using this executor.voidInstanceResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint) Called byWSEndpointwhen it's set up.voidInstanceResolver.start(WSWebServiceContext wsc, WSEndpoint endpoint) Called byWSEndpointwhen it's set up.voidInstanceResolver.start(javax.xml.ws.WebServiceContext wsc) Deprecated.voidInvoker.start(WSWebServiceContext wsc, WSEndpoint endpoint) Called byWSEndpointwhen it's set up.voidInvoker.start(WSWebServiceContext wsc, WSEndpoint endpoint) Called byWSEndpointwhen it's set up.voidInvoker.start(javax.xml.ws.WebServiceContext wsc) Deprecated. -
Uses of NotNull in com.sun.xml.ws.api.streaming
Methods in com.sun.xml.ws.api.streaming with annotations of type NotNullModifier and TypeMethodDescriptionstatic XMLStreamWriterFactoryXMLStreamWriterFactory.get()Gets the singleton instance.Method parameters in com.sun.xml.ws.api.streaming with annotations of type NotNullModifier and TypeMethodDescriptionstatic voidXMLStreamWriterFactory.set(XMLStreamWriterFactory f) Overrides the singletonXMLStreamWriterFactoryinstance that the JAX-WS RI uses. -
Uses of NotNull in com.sun.xml.ws.api.wsdl.parser
Methods in com.sun.xml.ws.api.wsdl.parser with annotations of type NotNullModifier and TypeMethodDescriptionWSDLParserExtensionContext.getContainer()Provides theContainerin which this service or client is running.WSDLParserExtensionContext.getPolicyResolver()Provides the PolicyResolverServiceDescriptor.getSchemas()Gives list of schemas.ServiceDescriptor.getWSDLs()Gives list of wsdlsabstract MetaDataResolverMetadataResolverFactory.metadataResolver(EntityResolver resolver) Gets aMetaDataResolverMethod parameters in com.sun.xml.ws.api.wsdl.parser with annotations of type NotNullModifier and TypeMethodDescriptionabstract ServiceDescriptorGivesServiceDescriptorresolved from the given location. -
Uses of NotNull in com.sun.xml.ws.api.wsdl.writer
Method parameters in com.sun.xml.ws.api.wsdl.writer with annotations of type NotNullModifier and TypeMethodDescriptionvoidWSDLGeneratorExtension.end(WSDLGenExtnContext ctxt) Called before writing </wsdl:defintions>.voidWSDLGeneratorExtension.start(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container) Deprecated.voidWSDLGeneratorExtension.start(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container) Deprecated.voidWSDLGeneratorExtension.start(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container) Deprecated.voidWSDLGeneratorExtension.start(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container) Deprecated.Constructor parameters in com.sun.xml.ws.api.wsdl.writer with annotations of type NotNullModifierConstructorDescriptionWSDLGenExtnContext(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container, Class endpointClass) Constructs WSDL Generation context for the extensionsWSDLGenExtnContext(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container, Class endpointClass) Constructs WSDL Generation context for the extensionsWSDLGenExtnContext(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container, Class endpointClass) Constructs WSDL Generation context for the extensionsWSDLGenExtnContext(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container, Class endpointClass) Constructs WSDL Generation context for the extensions -
Uses of NotNull in com.sun.xml.ws.assembler
Methods in com.sun.xml.ws.assembler with annotations of type NotNullModifier and TypeMethodDescriptionMetroTubelineAssembler.createClient(ClientTubeAssemblerContext jaxwsContext) MetroTubelineAssembler.createServer(ServerTubeAssemblerContext jaxwsContext) Method parameters in com.sun.xml.ws.assembler with annotations of type NotNullModifier and TypeMethodDescriptionMetroTubelineAssembler.createClient(ClientTubeAssemblerContext jaxwsContext) MetroTubelineAssembler.createServer(ServerTubeAssemblerContext jaxwsContext) -
Uses of NotNull in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev with annotations of type NotNullModifier and TypeMethodDescriptionClientTubelineAssemblyContext.getAddress()The endpoint address.ClientTubelineAssemblyContext.getBinding()The binding of the new pipeline to be created.ClientTubelineAssemblyContext.getCodec()Gets theCodecthat is set byClientTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.ServerTubelineAssemblyContext.getCodec()Gets theCodecthat is set byServerTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.ServerTubelineAssemblyContext.getEndpoint()The created pipeline is used to serve thisWSEndpoint.ClientTubelineAssemblyContext.getService()The pipeline is created for thisWSService.ServerTubelineAssemblyContext.getTerminalTube()The lastPipein the pipeline.Method parameters in com.sun.xml.ws.assembler.dev with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.assembler.metro
Methods in com.sun.xml.ws.assembler.metro with annotations of type NotNullModifier and TypeMethodDescriptionServerPipelineHook.createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail) Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint.ServerPipelineHook.createSecurityTube(ServerTubelineAssemblyContext context) Called during the server-side tubeline construction process once to allow a container to register a tube for security on the service endpoint.Method parameters in com.sun.xml.ws.assembler.metro with annotations of type NotNullModifier and TypeMethodDescriptionServerPipelineHook.createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail) Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint.ServerPipelineHook.createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail) Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. -
Uses of NotNull in com.sun.xml.ws.assembler.metro.dev
Methods in com.sun.xml.ws.assembler.metro.dev with annotations of type NotNullModifier and TypeMethodDescriptionClientPipelineHook.createSecurityPipe(PolicyMap policyMap, ClientPipeAssemblerContext ctxt, Pipe tail) ClientPipelineHook.createSecurityTube(ClientTubelineAssemblyContext context) Called during the client-side tubeline construction process once to allow a container to register a tube for security.Method parameters in com.sun.xml.ws.assembler.metro.dev with annotations of type NotNullModifier and TypeMethodDescriptionClientPipelineHook.createSecurityPipe(PolicyMap policyMap, ClientPipeAssemblerContext ctxt, Pipe tail) -
Uses of NotNull in com.sun.xml.ws.assembler.metro.impl
Methods in com.sun.xml.ws.assembler.metro.impl with annotations of type NotNullModifier and TypeMethodDescriptionMetroClientTubelineAssemblyContextImpl.getAddress()The endpoint address.MetroClientTubelineAssemblyContextImpl.getBinding()The binding of the new pipeline to be created.MetroClientTubelineAssemblyContextImpl.getCodec()Gets theCodecthat is set byMetroClientTubelineAssemblyContextImpl.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.MetroClientTubelineAssemblyContextImpl.getService()The pipeline is created for thisWSService.Method parameters in com.sun.xml.ws.assembler.metro.impl with annotations of type NotNullModifier and TypeMethodDescriptionvoidConstructor parameters in com.sun.xml.ws.assembler.metro.impl with annotations of type NotNullModifierConstructorDescription -
Uses of NotNull in com.sun.xml.ws.binding
Methods in com.sun.xml.ws.binding with annotations of type NotNullModifier and TypeMethodDescriptionfinal CodecBindingImpl.createCodec()BindingImpl.getBindingId()BindingImpl.getFaultMessageFeatures(QName operationName, QName messageName) BindingImpl.getFeatures()List<javax.xml.ws.handler.Handler>BindingImpl.getHandlerChain()BindingImpl.getInputMessageFeatures(QName operationName) BindingImpl.getMessageContextFactory()BindingImpl.getOperationFeatures(QName operationName) BindingImpl.getOutputMessageFeatures(QName operationName) static WebServiceFeatureListFeatureListUtil.mergeList(WebServiceFeatureList... lists) Merge all features into one list.javax.xml.ws.WebServiceFeature[]WebServiceFeatureList.toArray()Method parameters in com.sun.xml.ws.binding with annotations of type NotNullModifier and TypeMethodDescriptionvoidWebServiceFeatureList.add(javax.xml.ws.WebServiceFeature f) Adds a feature to the list if it's not already added.voidAdds features to the list if it's not already added.booleanstatic BindingImplstatic BindingImpl<F extends javax.xml.ws.WebServiceFeature>
FBindingImpl.getFaultMessageFeatures(QName operationName, QName messageName) BindingImpl.getFaultMessageFeatures(QName operationName, QName messageName) <F extends javax.xml.ws.WebServiceFeature>
FBindingImpl.getFeature(Class<F> featureType) static <F extends javax.xml.ws.WebServiceFeature>
FWebServiceFeatureList.getFeature(javax.xml.ws.WebServiceFeature[] features, Class<F> featureType) static <F extends javax.xml.ws.WebServiceFeature>
FWebServiceFeatureList.getFeature(javax.xml.ws.WebServiceFeature[] features, Class<F> featureType) BindingImpl.getInputMessageFeatures(QName operationName) <F extends javax.xml.ws.WebServiceFeature>
FBindingImpl.getOperationFeature(Class<F> featureType, QName operationName) <F extends javax.xml.ws.WebServiceFeature>
FBindingImpl.getOperationFeature(Class<F> featureType, QName operationName) BindingImpl.getOperationFeatures(QName operationName) BindingImpl.getOutputMessageFeatures(QName operationName) booleanbooleanBindingImpl.isFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> feature) static booleanFeatureListUtil.isFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2) booleanBindingImpl.isOperationFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> featureType, QName operationName) booleanBindingImpl.isOperationFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> featureType, QName operationName) static <F extends javax.xml.ws.WebServiceFeature>
FFeatureListUtil.mergeFeature(Class<F> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2) voidWebServiceFeatureList.mergeFeatures(WSDLPort wsdlPort, boolean honorWsdlRequired, boolean reportConflicts) Extracts features fromWSDLFeaturedObject.getFeatures().voidWebServiceFeatureList.mergeFeatures(Iterable<javax.xml.ws.WebServiceFeature> features, boolean reportConflicts) Merges the extra features that are not already set on binding.voidBindingImpl.setFaultMessageFeatures(QName operationName, QName messageName, javax.xml.ws.WebServiceFeature... newFeatures) voidBindingImpl.setFaultMessageFeatures(QName operationName, QName messageName, javax.xml.ws.WebServiceFeature... newFeatures) voidBindingImpl.setInputMessageFeatures(QName operationName, javax.xml.ws.WebServiceFeature... newFeatures) voidBindingImpl.setMode(javax.xml.ws.Service.Mode mode) voidBindingImpl.setOperationFeatures(QName operationName, javax.xml.ws.WebServiceFeature... newFeatures) voidBindingImpl.setOutputMessageFeatures(QName operationName, javax.xml.ws.WebServiceFeature... newFeatures) voidWebServiceFeatureList.setParentFeaturedObject(WSDLFeaturedObject parent) Set the parent features.voidSOAPBindingImpl.setPortKnownHeaders(Set<QName> headers) 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.Constructor parameters in com.sun.xml.ws.binding with annotations of type NotNullModifierConstructorDescriptionWebServiceFeatureList(Class<?> endpointClass) Creates a list by reading featuers from the annotation on a class.WebServiceFeatureList(javax.xml.ws.WebServiceFeature... features) -
Uses of NotNull in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client with annotations of type NotNullModifier and TypeFieldDescriptionfinal BindingIDPortInfo.bindingIdfinal PolicyMapPortInfo.policyMapfinal QNamePortInfo.portNamefinal EndpointAddressPortInfo.targetEndpointMethods in com.sun.xml.ws.client with annotations of type NotNullModifier and TypeMethodDescriptionPortInfo.getBindingId()WSServiceDelegate.getContainer()PortInfo.getEndpointAddress()RequestContext.getEndpointAddress()org.glassfish.gmbal.ManagedObjectManagerStub.getManagedObjectManager()PortInfo.getOwner()WSServiceDelegate.getPortModel(WSDLService wsdlService, QName portName) Obtains aWSDLPortImplwith error check.protected abstract QNameStub.getPortName()Gets the port name that this stub is configured to talk to.protected final QNameStub.getServiceName()Gets the service name that this stub is configured to talk to.WSServiceDelegate.safeGetPort(QName portName) ObtainsPortInfofor the given name, with error check.Method parameters in com.sun.xml.ws.client with annotations of type NotNullModifier and TypeMethodDescriptionvoidRequestContext.addSatellite(PropertySet satellite) Deprecated.voidRequestContext.setEndpointAddress(EndpointAddress epa) Constructor parameters in com.sun.xml.ws.client with annotations of type NotNullModifierConstructorDescriptionPortInfo(WSServiceDelegate owner, WSDLPort port) PortInfo(WSServiceDelegate owner, WSDLPort port) SEIPortInfo(WSServiceDelegate owner, Class sei, SOAPSEIModel model, WSDLPort portModel) WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features) WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features) WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, javax.xml.ws.WebServiceFeature... features) WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, javax.xml.ws.WebServiceFeature... features) protectedWSServiceDelegate(Source wsdl, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features) protectedWSServiceDelegate(Source wsdl, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features) WSServiceDelegate(Source wsdl, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, javax.xml.ws.WebServiceFeature... features) WSServiceDelegate(Source wsdl, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, javax.xml.ws.WebServiceFeature... features) -
Uses of NotNull in com.sun.xml.ws.client.dispatch
Methods in com.sun.xml.ws.client.dispatch with annotations of type NotNullModifier and TypeMethodDescriptionfinal QNameDispatchImpl.getPortName()protected StringDispatchImpl.resolveURI(URI endpointURI, String pathInfo, String queryString) Method parameters in com.sun.xml.ws.client.dispatch with annotations of type NotNullModifier and TypeMethodDescriptionprotected StringDispatchImpl.resolveURI(URI endpointURI, String pathInfo, String queryString) -
Uses of NotNull in com.sun.xml.ws.client.sei
Methods in com.sun.xml.ws.client.sei with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.commons
Method parameters in com.sun.xml.ws.commons with annotations of type NotNullModifier and TypeMethodDescriptionbooleanDelayedTaskManager.register(DelayedTaskManager.DelayedTask task, long delay, TimeUnit timeUnit) static booleanMaintenanceTaskExecutor.register(DelayedTaskManager.DelayedTask task, long delay, TimeUnit timeUnit, Component component) -
Uses of NotNull in com.sun.xml.ws.commons.xmlutil
Method parameters in com.sun.xml.ws.commons.xmlutil with annotations of type NotNullModifier and TypeMethodDescriptionstatic MessageConverter.toMessage(InputStream dataStream, String encoding) Converts JAX-WS RI message represented as input stream back to Message object. -
Uses of NotNull in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer with annotations of type NotNullModifier and TypeMethodDescriptionJAXBContextFactory.createJAXBContext(SEIModel sei, List<Class> classesToBind, List<TypeReference> typeReferences) Called by the JAX-WS runtime to create aJAXBRIContextfor the given SEI.<EPR extends javax.xml.ws.EndpointReference>
EPRExports an object.<EPR extends javax.xml.ws.EndpointReference>
EPRThe same asStatefulWebServiceManager.export(Class, Packet, Object)except that it takesEPRRecipe.<EPR extends javax.xml.ws.EndpointReference>
EPRDeprecated.This method is provided as a temporary workaround, and we'll eventually try to remove it.<EPR extends javax.xml.ws.EndpointReference>
EPRExports an object (forasynchronous web services.)<EPR extends javax.xml.ws.EndpointReference>
EPRExports an object.<EPR extends javax.xml.ws.EndpointReference>
EPRExports an object.javax.xml.ws.wsaddressing.W3CEndpointReferenceExports an object.org.glassfish.gmbal.ManagedObjectManagerWSBindingProvider.getManagedObjectManager()Get the ManagedObjectManager for this provider.EPRRecipe.getMetadata()Gets all the metadata added so far.EPRRecipe.getReferenceParameters()Gets all the reference parameters added so far.Method parameters in com.sun.xml.ws.developer with annotations of type NotNullModifier and TypeMethodDescriptionJAXBContextFactory.createJAXBContext(SEIModel sei, List<Class> classesToBind, List<TypeReference> typeReferences) Called by the JAX-WS runtime to create aJAXBRIContextfor the given SEI.JAXBContextFactory.createJAXBContext(SEIModel sei, List<Class> classesToBind, List<TypeReference> typeReferences) Called by the JAX-WS runtime to create aJAXBRIContextfor the given SEI.JAXBContextFactory.createJAXBContext(SEIModel sei, List<Class> classesToBind, List<TypeReference> typeReferences) Called by the JAX-WS runtime to create aJAXBRIContextfor the given SEI.<EPR extends javax.xml.ws.EndpointReference>
EPRExports an object.<EPR extends javax.xml.ws.EndpointReference>
EPRThe same asStatefulWebServiceManager.export(Class, Packet, Object)except that it takesEPRRecipe.<EPR extends javax.xml.ws.EndpointReference>
EPRExports an object (forasynchronous web services.)voidStatefulWebServiceManager.Callback.onTimeout(T timedOutObject, StatefulWebServiceManager<T> manager) Application has a chance to decide if the object should be unexported, or kept alive.voidStatefulWebServiceManager.Callback.onTimeout(T timedOutObject, StatefulWebServiceManager<T> manager) Application has a chance to decide if the object should be unexported, or kept alive.StatefulWebServiceManager.resolve(javax.xml.ws.EndpointReference epr) Checks if the given EPR represents an object that has been exported from this manager.Constructor parameters in com.sun.xml.ws.developer with annotations of type NotNullModifierConstructorDescriptionconstruct an EPR from infoset representationUsesJAXBContextFeature(Class<? extends JAXBContextFactory> factoryClass) CreatesUsesJAXBContextFeature. -
Uses of NotNull in com.sun.xml.ws.encoding
Fields in com.sun.xml.ws.encoding with annotations of type NotNullModifier and TypeFieldDescriptionfinal AttributesImplTagInfoset.attsAttributes on this tag.final StringTagInfoset.localNameLocal name of the start tag.final String[]TagInfoset.nsNamespace declarations on this tag.Methods in com.sun.xml.ws.encoding with annotations of type NotNullModifier and TypeMethodDescriptionfinal MessageStreamSOAPCodec.decode(XMLStreamReader reader) Decodes a message fromXMLStreamReaderthat points to the beginning of a SOAP infoset.MimeMultipartParser.getAttachmentParts()Parses the entire stream and returns all MIME parts except root MIME part.Method parameters in com.sun.xml.ws.encoding with annotations of type NotNullModifier and TypeMethodDescriptionvoidRootOnlyCodec.decode(InputStream in, String contentType, Packet packet, AttachmentSet att) Reads root part bytes fromInputStreamand constructs aMessagealong with the given attachments.voidRootOnlyCodec.decode(InputStream in, String contentType, Packet packet, AttachmentSet att) Reads root part bytes fromInputStreamand constructs aMessagealong with the given attachments.voidRootOnlyCodec.decode(InputStream in, String contentType, Packet packet, AttachmentSet att) Reads root part bytes fromInputStreamand constructs aMessagealong with the given attachments.voidRootOnlyCodec.decode(InputStream in, String contentType, Packet packet, AttachmentSet att) Reads root part bytes fromInputStreamand constructs aMessagealong with the given attachments.voidRootOnlyCodec.decode(ReadableByteChannel in, String contentType, Packet packet, AttachmentSet att) voidRootOnlyCodec.decode(ReadableByteChannel in, String contentType, Packet packet, AttachmentSet att) voidRootOnlyCodec.decode(ReadableByteChannel in, String contentType, Packet packet, AttachmentSet att) voidRootOnlyCodec.decode(ReadableByteChannel in, String contentType, Packet packet, AttachmentSet att) static final MessageStreamSOAPCodec.decode(SOAPVersion soapVersion, XMLStreamReader reader, AttachmentSet attachmentSet) final MessageStreamSOAPCodec.decode(XMLStreamReader reader) Decodes a message fromXMLStreamReaderthat points to the beginning of a SOAP infoset.final MessageStreamSOAPCodec.decode(XMLStreamReader reader, AttachmentSet attachmentSet) Decodes a message fromXMLStreamReaderthat points to the beginning of a SOAP infoset. -
Uses of NotNull in com.sun.xml.ws.encoding.xml
Methods in com.sun.xml.ws.encoding.xml with annotations of type NotNullModifier and TypeMethodDescriptionXMLMessage.XMLMultiPart.getAttachments()XMLMessage.XMLMultiPart.getHeaders()Method parameters in com.sun.xml.ws.encoding.xml with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.fault
Methods in com.sun.xml.ws.fault with annotations of type NotNullModifier and TypeMethodDescriptionstatic MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, javax.xml.ws.ProtocolException ex, QName faultcode) Method parameters in com.sun.xml.ws.fault with annotations of type NotNullModifier and TypeMethodDescriptionstatic MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, javax.xml.ws.ProtocolException ex, QName faultcode) static MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, javax.xml.ws.ProtocolException ex, QName faultcode) -
Uses of NotNull in com.sun.xml.ws.message
Fields in com.sun.xml.ws.message with annotations of type NotNullModifier and TypeFieldDescriptionprotected StringProblemActionHeader.actionprotected AddressingVersionProblemActionHeader.avprotected TagInfosetAbstractMessageImpl.bodyTagprotected TagInfosetAbstractMessageImpl.envelopeTagprotected TagInfosetAbstractMessageImpl.headerTagMethods in com.sun.xml.ws.message with annotations of type NotNullModifier and TypeMethodDescriptionFaultDetailHeader.getLocalPart()ProblemActionHeader.getLocalPart()StringHeader.getLocalPart()FaultDetailHeader.getNamespaceURI()ProblemActionHeader.getNamespaceURI()StringHeader.getNamespaceURI()AbstractHeaderImpl.getRole(SOAPVersion soapVersion) Method parameters in com.sun.xml.ws.message with annotations of type NotNullModifier and TypeMethodDescriptionFaultDetailHeader.getAttribute(String nsUri, String localName) FaultDetailHeader.getAttribute(String nsUri, String localName) ProblemActionHeader.getAttribute(String nsUri, String localName) ProblemActionHeader.getAttribute(String nsUri, String localName) StringHeader.getAttribute(String nsUri, String localName) StringHeader.getAttribute(String nsUri, String localName) AbstractHeaderImpl.getRole(SOAPVersion soapVersion) booleanAbstractHeaderImpl.isIgnorable(SOAPVersion soapVersion, Set<String> roles) booleanAbstractHeaderImpl.isIgnorable(SOAPVersion soapVersion, Set<String> roles) Constructor parameters in com.sun.xml.ws.message with annotations of type NotNullModifierConstructorDescriptionByteArrayAttachment(String contentId, byte[] data, int start, int len, String mimeType) ByteArrayAttachment(String contentId, byte[] data, String mimeType) DataHandlerAttachment(String contentId, javax.activation.DataHandler dh) This will be constructed byAttachmentMarshallerImplDataHandlerAttachment(String contentId, javax.activation.DataHandler dh) This will be constructed byAttachmentMarshallerImplEmptyMessageImpl(MessageHeaders headers, AttachmentSet attachmentSet, SOAPVersion version) JAXBAttachment(String contentId, Object jaxbObject, XMLBridge bridge, String mimeType) ProblemActionHeader(String action, AddressingVersion av) ProblemActionHeader(String action, AddressingVersion av) ProblemActionHeader(String action, String soapAction, AddressingVersion av) ProblemActionHeader(String action, String soapAction, AddressingVersion av) StringHeader(QName name, String value) StringHeader(QName name, String value) StringHeader(QName name, String value, SOAPVersion soapVersion, boolean mustUnderstand) StringHeader(QName name, String value, SOAPVersion soapVersion, boolean mustUnderstand) StringHeader(QName name, String value, SOAPVersion soapVersion, boolean mustUnderstand) -
Uses of NotNull in com.sun.xml.ws.message.jaxb
Methods in com.sun.xml.ws.message.jaxb with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.message.saaj
Methods in com.sun.xml.ws.message.saaj with annotations of type NotNullModifier and TypeMethodDescriptionSAAJMessage.getAttachments()Gets the attachments of this message (attachments live outside a message.)SAAJMessage.getHeaders()SAAJHeader.getRole(SOAPVersion soapVersion) Method parameters in com.sun.xml.ws.message.saaj with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.message.source
Constructor parameters in com.sun.xml.ws.message.source with annotations of type NotNullModifierConstructorDescriptionPayloadSourceMessage(MessageHeaders headers, Source payload, AttachmentSet attSet, SOAPVersion soapVersion) PayloadSourceMessage(MessageHeaders headers, Source payload, AttachmentSet attSet, SOAPVersion soapVersion) PayloadSourceMessage(MessageHeaders headers, Source payload, AttachmentSet attSet, SOAPVersion soapVersion) -
Uses of NotNull in com.sun.xml.ws.message.stream
Fields in com.sun.xml.ws.message.stream with annotations of type NotNullMethods in com.sun.xml.ws.message.stream with annotations of type NotNullModifier and TypeMethodDescriptionPayloadStreamReaderMessage.getHeaders()OutboundStreamHeader.getLocalPart()StreamHeader.getLocalPart()OutboundStreamHeader.getNamespaceURI()StreamHeader.getNamespaceURI()StreamHeader.getRole(SOAPVersion soapVersion) StreamHeader.readAsEPR(AddressingVersion expected) Creates an EPR without copying infoset.Method parameters in com.sun.xml.ws.message.stream with annotations of type NotNullModifier and TypeMethodDescriptionStreamHeader.getRole(SOAPVersion soapVersion) final booleanStreamHeader.isIgnorable(SOAPVersion soapVersion, Set<String> roles) final booleanStreamHeader.isIgnorable(SOAPVersion soapVersion, Set<String> roles) Constructor parameters in com.sun.xml.ws.message.stream with annotations of type NotNullModifierConstructorDescriptionPayloadStreamReaderMessage(MessageHeaders headers, XMLStreamReader reader, AttachmentSet attSet, SOAPVersion soapVersion) PayloadStreamReaderMessage(MessageHeaders headers, XMLStreamReader reader, AttachmentSet attSet, SOAPVersion soapVersion) PayloadStreamReaderMessage(MessageHeaders headers, XMLStreamReader reader, AttachmentSet attSet, SOAPVersion soapVersion) StreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.StreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.StreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.StreamMessage(SOAPVersion v, XMLStreamReader envelope, AttachmentSet attachments) StreamMessage(SOAPVersion v, XMLStreamReader envelope, AttachmentSet attachments) StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) -
Uses of NotNull in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.mex.client
Method parameters in com.sun.xml.ws.mex.client with annotations of type NotNullModifier and TypeMethodDescriptionMetadataClient.getServiceInformation(Metadata data) Used to retrieve the service and port names and port addresses from metadata.MetadataClient.retrieveMetadata(MetadataReference reference) Currently only supports Get requests (not Get Metadata), so we only need the reference's address.MetadataClient.retrieveMetadata(String address) Method used to load the metadata from the endpoint. -
Uses of NotNull in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model with annotations of type NotNullMethod parameters in com.sun.xml.ws.model with annotations of type NotNullModifier and TypeMethodDescriptionstatic StringRuntimeModeler.getNamespace(String packageName) gets the namespaceStringfor a givenpackageNameConstructor parameters in com.sun.xml.ws.model with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.model.wsdl
Methods in com.sun.xml.ws.model.wsdl with annotations of type NotNullModifier and TypeMethodDescriptionWSDLFaultImpl.getAction()Map<QName,? extends EditableWSDLBoundPortType> WSDLModelImpl.getBindings()WSDLBoundFaultImpl.getBoundOperation()List<? extends EditableWSDLBoundFault>WSDLBoundOperationImpl.getFaults()WSDLBoundFaultImpl.getName()WSDLFaultImpl.getOperation()WSDLInputImpl.getOperation()WSDLOutputImpl.getOperation()WSDLBoundPortTypeImpl.getOwner()WSDLServiceImpl.getParent()WSDLOperationImpl.getPortTypeName()WSDLModelImpl.getPortTypes()WSDLFaultImpl.getQName()WSDLOutputImpl.getQName()WSDLModelImpl.getServices()Method parameters in com.sun.xml.ws.model.wsdl with annotations of type NotNullModifier and TypeMethodDescriptionvoidWSDLBoundOperationImpl.addFault(EditableWSDLBoundFault fault) voidWSDLPortImpl.setEPR(WSEndpointReference epr) Only meant forRuntimeWSDLParserto call.Constructor parameters in com.sun.xml.ws.model.wsdl with annotations of type NotNullModifierConstructorDescriptionWSDLBoundPortTypeImpl(XMLStreamReader xsr, EditableWSDLModel owner, QName name, QName portTypeName) WSDLModelImpl(String systemId) WSDLPortProperties(WSDLPort port) WSDLPortProperties(WSDLPort port, SEIModel seiModel) -
Uses of NotNull in com.sun.xml.ws.protocol.soap
Methods in com.sun.xml.ws.protocol.soap with annotations of type NotNullModifier and TypeMethodDescriptionClientMUTube.processResponse(Packet response) Do MU Header Processing on incoming message (response) -
Uses of NotNull in com.sun.xml.ws.rx.mc.dev
Methods in com.sun.xml.ws.rx.mc.dev with annotations of type NotNullModifier and TypeMethodDescriptionAdditionalResponses.getAdditionalResponsePacketQueue()ProtocolMessageHandler.getSuportedWsaActions()Provides information about all WS-Addressing actions that this handler understands and can process. -
Uses of NotNull in com.sun.xml.ws.rx.message
Methods in com.sun.xml.ws.rx.message with annotations of type NotNullConstructor parameters in com.sun.xml.ws.rx.message with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.rx.message.jaxws
Methods in com.sun.xml.ws.rx.message.jaxws with annotations of type NotNullMethod parameters in com.sun.xml.ws.rx.message.jaxws with annotations of type NotNullModifier and TypeMethodDescriptionstatic JaxwsMessageJaxwsMessage.newInstance(InputStream dataStream, String correlationId, String wsaAction) static JaxwsMessageJaxwsMessage.newInstance(InputStream dataStream, String correlationId, String wsaAction) static JaxwsMessageJaxwsMessage.newInstance(InputStream dataStream, String correlationId, String wsaAction) static SerializableMessageSerializableMessage.newInstance(InputStream dataStream, String wsaAction) Constructor parameters in com.sun.xml.ws.rx.message.jaxws with annotations of type NotNullModifierConstructorDescriptionJaxwsMessage(Packet packet, String correlationId) JaxwsMessage(Packet packet, String correlationId) -
Uses of NotNull in com.sun.xml.ws.rx.rm.policy
Methods in com.sun.xml.ws.rx.rm.policy with annotations of type NotNullModifier and TypeMethodDescriptionRmConfigurator.getName()TODO javadocRmConfigurator.update(ReliableMessagingFeatureBuilder builder) TODO javadocMethod parameters in com.sun.xml.ws.rx.rm.policy with annotations of type NotNullModifier and TypeMethodDescriptionRmConfigurator.update(ReliableMessagingFeatureBuilder builder) TODO javadoc -
Uses of NotNull in com.sun.xml.ws.rx.rm.protocol
Methods in com.sun.xml.ws.rx.rm.protocol with annotations of type NotNullModifier and TypeMethodDescriptionAcknowledgementData.getAcknowledgedRanges()Returns acknowledged ranges for the sequence identified by acknowledged sequence identifierjavax.xml.ws.EndpointReferenceCreateSequenceData.getAcksToEpr()CloseSequenceData.getSequenceId()CloseSequenceResponseData.getSequenceId()CreateSequenceResponseData.getSequenceId()TerminateSequenceData.getSequenceId()TerminateSequenceResponseData.getSequenceId()Method parameters in com.sun.xml.ws.rx.rm.protocol with annotations of type NotNullModifier and TypeMethodDescriptionAcknowledgementData.Builder.acknowledgements(String ackedSequenceId, List<Sequence.AckRange> acknowledgedMessageIds, boolean isFinal) Sets acknowledgementsAcknowledgementData.Builder.ackReqestedSequenceId(String ackRequestedSequenceId) Sets value of AckRequested flag for the sequence associated with this messagestatic CloseSequenceData.BuilderCloseSequenceData.getBuilder(String outboundSequenceId, long lastMessageId) TerminateSequenceData.getBuilder(String sequenceId, long lastMessageId) Constructor parameters in com.sun.xml.ws.rx.rm.protocol with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.rx.rm.runtime
Methods in com.sun.xml.ws.rx.rm.runtime with annotations of type NotNullModifier and TypeMethodDescriptionJaxwsApplicationMessage.getJaxwsMessage()JaxwsApplicationMessage.getPacket()Method parameters in com.sun.xml.ws.rx.rm.runtime with annotations of type NotNullModifier and TypeMethodDescriptionabstract voidWsrmProtocolHandler.appendAcknowledgementHeaders(Packet packet, AcknowledgementData ackData) abstract voidWsrmProtocolHandler.appendAcknowledgementHeaders(Packet packet, AcknowledgementData ackData) abstract voidWsrmProtocolHandler.appendSequenceHeader(Message jaxwsMessage, ApplicationMessage message) abstract voidWsrmProtocolHandler.appendSequenceHeader(Message jaxwsMessage, ApplicationMessage message) static RuntimeContext.BuilderRuntimeContext.builder(RmConfiguration configuration, Communicator communicator) static RuntimeContext.BuilderRuntimeContext.builder(RmConfiguration configuration, Communicator communicator) final booleanWsrmProtocolHandler.containsProtocolMessage(Packet packet) final booleanWsrmProtocolHandler.containsProtocolRequest(Packet packet) final booleanWsrmProtocolHandler.containsProtocolResponse(Packet packet) protected final StringWsrmProtocolHandler.getWsaAction(Message message) abstract voidWsrmProtocolHandler.loadAcknowledgementData(ApplicationMessage message, Message jaxwsMessage) abstract voidWsrmProtocolHandler.loadAcknowledgementData(ApplicationMessage message, Message jaxwsMessage) abstract voidWsrmProtocolHandler.loadSequenceHeaderData(ApplicationMessage message, Message jaxwsMessage) abstract voidWsrmProtocolHandler.loadSequenceHeaderData(ApplicationMessage message, Message jaxwsMessage) static JaxwsApplicationMessageJaxwsApplicationMessage.newInstance(Packet packet, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) static JaxwsApplicationMessageJaxwsApplicationMessage.newInstance(Packet packet, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) static JaxwsApplicationMessageJaxwsApplicationMessage.newInstance(Packet packet, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) static JaxwsApplicationMessageJaxwsApplicationMessage.newInstance(Packet packet, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) static JaxwsApplicationMessageJaxwsApplicationMessage.newInstance(InputStream dataStream, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) static JaxwsApplicationMessageJaxwsApplicationMessage.newInstance(InputStream dataStream, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) static JaxwsApplicationMessageJaxwsApplicationMessage.newInstance(InputStream dataStream, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) static JaxwsApplicationMessageJaxwsApplicationMessage.newInstance(InputStream dataStream, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) protected final <T> TWsrmProtocolHandler.readHeaderAsUnderstood(String nsUri, String name, Message message) protected final <T> TWsrmProtocolHandler.readHeaderAsUnderstood(String nsUri, String name, Message message) protected final <T> TWsrmProtocolHandler.readHeaderAsUnderstood(String nsUri, String name, Message message) voidRuntimeContext.setSequenceManager(SequenceManager newValue) abstract CloseSequenceDataWsrmProtocolHandler.toCloseSequenceData(Packet packet) abstract CloseSequenceResponseDataWsrmProtocolHandler.toCloseSequenceResponseData(Packet packet) abstract CreateSequenceDataWsrmProtocolHandler.toCreateSequenceData(Packet packet) abstract CreateSequenceResponseDataWsrmProtocolHandler.toCreateSequenceResponseData(Packet packet) abstract PacketWsrmProtocolHandler.toPacket(CloseSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(CloseSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract PacketWsrmProtocolHandler.toPacket(CloseSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract PacketWsrmProtocolHandler.toPacket(CreateSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(CreateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract PacketWsrmProtocolHandler.toPacket(CreateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract PacketWsrmProtocolHandler.toPacket(TerminateSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(TerminateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract PacketWsrmProtocolHandler.toPacket(TerminateSequenceResponseData data, Packet requestPacket, boolean clientSideResponse) abstract TerminateSequenceDataWsrmProtocolHandler.toTerminateSequenceData(Packet packet) abstract TerminateSequenceResponseDataWsrmProtocolHandler.toTerminateSequenceResponseData(Packet packet) protected final <T> TWsrmProtocolHandler.unmarshallMessage(Message message) Unmarshalls underlying JAXWSMessageusing JAXB context of a configured RM versionConstructor parameters in com.sun.xml.ws.rx.rm.runtime with annotations of type NotNullModifierConstructorDescriptionprotectedApplicationMessageBase(int initialResendCounterValue, String correlationId, String sequenceId, long messageNumber, AcknowledgementData acknowledgementData) protectedApplicationMessageBase(String correlationId) protectedApplicationMessageBase(String correlationId, String sequenceId, long messageNumber, AcknowledgementData acknowledgementData) Builder(RmConfiguration configuration, Communicator communicator) Builder(RmConfiguration configuration, Communicator communicator) JaxwsApplicationMessage(Packet packet, String correlationId) JaxwsApplicationMessage(Packet packet, String correlationId) protectedWsrmProtocolHandler(RmRuntimeVersion rmVersion, RmConfiguration configuration, Communicator communicator) protectedWsrmProtocolHandler(RmRuntimeVersion rmVersion, RmConfiguration configuration, Communicator communicator) protectedWsrmProtocolHandler(RmRuntimeVersion rmVersion, RmConfiguration configuration, Communicator communicator) -
Uses of NotNull in com.sun.xml.ws.rx.rm.runtime.delivery
Method parameters in com.sun.xml.ws.rx.rm.runtime.delivery with annotations of type NotNullModifier and TypeMethodDescriptionstatic DeliveryQueueBuilderDeliveryQueueBuilder.getBuilder(RmConfiguration configuration, Postman postman, Postman.Callback deliveryCallback) static DeliveryQueueBuilderDeliveryQueueBuilder.getBuilder(RmConfiguration configuration, Postman postman, Postman.Callback deliveryCallback) static DeliveryQueueBuilderDeliveryQueueBuilder.getBuilder(RmConfiguration configuration, Postman postman, Postman.Callback deliveryCallback) -
Uses of NotNull in com.sun.xml.ws.rx.rm.runtime.sequence
Method parameters in com.sun.xml.ws.rx.rm.runtime.sequence with annotations of type NotNullModifier and TypeMethodDescriptionvoidSequence.registerMessage(ApplicationMessage message, boolean storeMessageFlag) Registers given message with the sequenceSequence.retrieveMessage(String correlationId) Retrieves a message stored within the sequence under the providedcorrelationIdif avalable.static voidSequence.AckRange.sort(List<Sequence.AckRange> ranges) Constructor parameters in com.sun.xml.ws.rx.rm.runtime.sequence with annotations of type NotNullModifierConstructorDescriptionSequenceMaintenanceTask(SequenceManager sequenceManager, long period, TimeUnit timeUnit) SequenceMaintenanceTask(SequenceManager sequenceManager, long period, TimeUnit timeUnit) -
Uses of NotNull in com.sun.xml.ws.rx.util
Method parameters in com.sun.xml.ws.rx.util with annotations of type NotNullModifier and TypeMethodDescriptionCommunicator.createResponsePacket(Packet requestPacket, Object jaxbElement, String responseWsaAction, boolean isClientResponse) Creates new response packet based for the supplied request packet with the provided response WS-Addressing action set.booleanCreates a newsubjectregistration.Registers asubjectand maps it to a givencorrelationId.Registers asubjectand maps it to a givencorrelationId.booleanCreates a newsubjectregistration.Removes a registration from the collection based on acorrelationIdand returns the value of the registeredsubject.voidFiberExecutor.schedule(Packet request, Fiber.CompletionCallback callback) voidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler) Asynchronously sends the requestPacketvoidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor) voidFiberExecutor.start(Packet request, Fiber.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) -
Uses of NotNull in com.sun.xml.ws.security.encoding
Methods in com.sun.xml.ws.security.encoding with annotations of type NotNullModifier and TypeMethodDescriptionLazyStreamCodec.decode(XMLStreamReader reader, AttachmentSet att) Method parameters in com.sun.xml.ws.security.encoding with annotations of type NotNullModifier and TypeMethodDescriptionLazyStreamCodec.decode(XMLStreamReader reader, AttachmentSet att) -
Uses of NotNull in com.sun.xml.ws.security.impl.policyconv
Method parameters in com.sun.xml.ws.security.impl.policyconv with annotations of type NotNullModifier and TypeMethodDescriptionprotected voidBindingProcessor.protectToken(WSSPolicy token, boolean ignoreSTR) -
Uses of NotNull in com.sun.xml.ws.security.message.stream
Methods in com.sun.xml.ws.security.message.stream with annotations of type NotNullModifier and TypeMethodDescriptionLazyStreamBasedMessage.getAttachments()Gets the attachments of this message (attachments live outside a message.)Method parameters in com.sun.xml.ws.security.message.stream with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.security.opt.impl.attachment
Constructor parameters in com.sun.xml.ws.security.opt.impl.attachment with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.security.opt.impl.dsig
Methods in com.sun.xml.ws.security.opt.impl.dsig with annotations of type NotNullModifier and TypeMethodDescriptionSignedMessageHeader.getLocalPart()SignedMessageHeader.getNamespaceURI() -
Uses of NotNull in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming with annotations of type NotNullConstructor parameters in com.sun.xml.ws.security.opt.impl.incoming with annotations of type NotNullModifierConstructorDescriptionVerifiedStreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.VerifiedStreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.VerifiedStreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.VerifiedStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.VerifiedStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.VerifiedStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.VerifiedStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.VerifiedStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope. -
Uses of NotNull in com.sun.xml.ws.security.opt.impl.keyinfo
Methods in com.sun.xml.ws.security.opt.impl.keyinfo with annotations of type NotNullModifier and TypeMethodDescriptionBinarySecurityToken.getLocalPart()BinarySecurityToken.getNamespaceURI()Method parameters in com.sun.xml.ws.security.opt.impl.keyinfo with annotations of type NotNullModifier and TypeMethodDescriptionSecurityTokenReference.getAttribute(String nsUri, String localName) SecurityTokenReference.getAttribute(String nsUri, String localName) SecurityTokenReference.getAttribute(QName name) -
Uses of NotNull in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message with annotations of type NotNullModifier and TypeMethodDescriptionHeader.getLocalPart()Gets the local name of this header element.Header.getNamespaceURI()Gets the namespace URI of this header element.Header.getRole(SOAPVersion soapVersion) Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).Header.readAsEPR(AddressingVersion expected) HeaderWrapper.readAsEPR(AddressingVersion expected) SecurityHeaderWrapper.readAsEPR(AddressingVersion expected) Method parameters in com.sun.xml.ws.security.opt.impl.message with annotations of type NotNullModifier and TypeMethodDescriptionHeader.getAttribute(String nsUri, String localName) Gets the attribute value on the header element.Header.getAttribute(String nsUri, String localName) Gets the attribute value on the header element.Header.getAttribute(QName name) Gets the attribute value on the header element.Header.getRole(SOAPVersion soapVersion) Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).booleanHeader.isIgnorable(SOAPVersion soapVersion, Set<String> roles) 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.)booleanHeader.isIgnorable(SOAPVersion soapVersion, Set<String> roles) 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.)booleanReturns true if this message is a request message for a one way operation according to the given WSDL. -
Uses of NotNull in com.sun.xml.ws.security.opt.impl.outgoing
Methods in com.sun.xml.ws.security.opt.impl.outgoing with annotations of type NotNullModifier and TypeMethodDescriptionSecurityHeader.getLocalPart()Gets the local name of this header element.SecurityHeader.getNamespaceURI()Gets the namespace URI of this header element.Method parameters in com.sun.xml.ws.security.opt.impl.outgoing with annotations of type NotNullModifier and TypeMethodDescriptionSecurityHeader.getAttribute(String nsUri, String localName) Gets the attribute value on the header element.SecurityHeader.getAttribute(String nsUri, String localName) Gets the attribute value on the header element.SecurityHeader.getAttribute(QName name) Gets the attribute value on the header element. -
Uses of NotNull in com.sun.xml.ws.security.opt.impl.reference
Method parameters in com.sun.xml.ws.security.opt.impl.reference with annotations of type NotNullModifier and TypeMethodDescriptionDirectReference.getAttribute(String nsUri, String localName) DirectReference.getAttribute(String nsUri, String localName) DirectReference.getAttribute(QName name) KeyIdentifier.getAttribute(String nsUri, String localName) KeyIdentifier.getAttribute(String nsUri, String localName) KeyIdentifier.getAttribute(QName name) DirectReference.setAttribute(String nsUri, String localName, String value) DirectReference.setAttribute(String nsUri, String localName, String value) DirectReference.setAttribute(String nsUri, String localName, String value) DirectReference.setAttribute(QName name, String value) DirectReference.setAttribute(QName name, String value) -
Uses of NotNull in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.security.trust.impl.elements
Methods in com.sun.xml.ws.security.trust.impl.elements with annotations of type NotNullModifier and TypeMethodDescriptionbyte[]BinarySecretImpl.getRawValue()BinarySecretImpl.getTextValue()Method parameters in com.sun.xml.ws.security.trust.impl.elements with annotations of type NotNullModifier and TypeMethodDescriptionstatic BinarySecretTypeBinarySecretImpl.fromElement(Element element) Constructs aBinarySecretelement from an existing XML block.static LifetimeTypeLifetimeImpl.fromElement(Element element) Constructs aLifetimeelement from an existing XML block.static RequestedSecurityTokenTypeRequestedSecurityTokenImpl.fromElement(Element element) Constructs aRequestedSecurityTokenelement from an existing XML block.final voidRequestSecurityTokenResponseImpl.setCanonicalizationAlgorithm(URI algorithm) final voidRequestedProofTokenImpl.setComputedKey(URI computedKey) final voidRequestSecurityTokenImpl.setComputedKeyAlgorithm(URI algorithm) final voidRequestSecurityTokenResponseImpl.setComputedKeyAlgorithm(URI algorithm) final voidRequestSecurityTokenResponseImpl.setEncryptionAlgorithm(URI algorithm) final voidRequestSecurityTokenResponseImpl.setEncryptWith(URI algorithm) final voidEntropyImpl.setEntropyType(String type) Sets the type of the Entropy contentsfinal voidRequestSecurityTokenResponseImpl.setKeySize(long size) final voidRequestSecurityTokenImpl.setKeyType(URI keytype) final voidRequestSecurityTokenResponseImpl.setKeyType(URI keytype) final voidRequestedProofTokenImpl.setProofTokenType(String proofTokenType) final voidBinaryExchangeImpl.setRawValue(byte[] rawText) final voidBinarySecretImpl.setRawValue(byte[] rawText) final voidRequestSecurityTokenImpl.setRequestType(URI requestType) final voidRequestSecurityTokenResponseImpl.setSignatureAlgorithm(URI algorithm) voidUseKeyImpl.setSignatureID(URI sigID) voidBinaryExchangeImpl.setTextValue(String encodedText) voidBinarySecretImpl.setTextValue(String encodedText) voidConstructor parameters in com.sun.xml.ws.security.trust.impl.elements with annotations of type NotNullModifierConstructorDescriptionBinarySecretImpl(byte[] rawValue, String type) BinarySecretImpl(BinarySecretType bsType) EntropyImpl(EntropyType etype) LifetimeImpl(LifetimeType ltType) UseKeyImpl(UseKeyType ukType) -
Uses of NotNull in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with annotations of type NotNullModifier and TypeMethodDescriptionMonitorRootService.bindingID()MonitorRootService.container()WSEndpointImpl.createCodec()org.glassfish.gmbal.ManagedObjectManagerMonitorBase.createManagedObjectManager(WSEndpoint endpoint) Endpoint monitoring is ON by default.org.glassfish.gmbal.ManagedObjectManagerMonitorBase.createManagedObjectManager(Stub stub) Client monitoring is OFF by default because there is no standard stub.close() method.WSEndpointImpl.createPipeHead()<EPR extends javax.xml.ws.EndpointReference>
EPR<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulInstanceResolver.export(Class<EPR> adrsVer, String endpointAddress, String wsdlAddress, T o, EPRRecipe recipe) <EPR extends javax.xml.ws.EndpointReference>
EPR<EPR extends javax.xml.ws.EndpointReference>
EPR<EPR extends javax.xml.ws.EndpointReference>
EPRjavax.xml.ws.wsaddressing.W3CEndpointReferenceMonitorRootService.features()WSEndpointImpl.getAssemblerContext()WSEndpointImpl.getBinding()WSEndpointImpl.getComponents()WSEndpointImpl.getContainer()static PacketInvokerTube.getCurrentPacket()This method can be called while the user service is servicing the request synchronously, to obtain the current request packet.static QNameEndpointFactory.getDefaultPortName(QName serviceName, Class<?> implType) If portName is not already set via DD or programmatically, it uses annotations on implementorClass to get PortName.static QNameEndpointFactory.getDefaultPortName(QName serviceName, Class<?> implType, boolean isStandard) static QNameEndpointFactory.getDefaultPortName(QName serviceName, Class<?> implType, boolean isStandard, MetadataReader metadataReader) static QNameEndpointFactory.getDefaultPortName(QName serviceName, Class<?> implType, MetadataReader metadataReader) static QNameEndpointFactory.getDefaultServiceName(Class<?> implType) If service name is not already set via DD or programmatically, it uses annotationsWebServiceProvider,WebServiceon implementorClass to get PortName.static QNameEndpointFactory.getDefaultServiceName(Class<?> implType, boolean isStandard) static QNameEndpointFactory.getDefaultServiceName(Class<?> implType, boolean isStandard, MetadataReader metadataReader) static QNameEndpointFactory.getDefaultServiceName(Class<?> implType, MetadataReader metadataReader) WSEndpointImpl.getImplementationClass()final InvokerInvokerTube.getInvoker(Packet request) Returns theInvokerobject that serves the request.org.glassfish.gmbal.ManagedObjectManagerWSEndpointImpl.getManagedObjectManager()WSEndpointImpl.getPortName()ServiceDefinitionImpl.getPrimary()WSEndpointImpl.getServiceName()MonitorRootService.portName()MonitorRootService.serviceName()Method parameters in com.sun.xml.ws.server with annotations of type NotNullModifier and TypeMethodDescription<EPR extends javax.xml.ws.EndpointReference>
EPR<EPR extends javax.xml.ws.EndpointReference>
EPRvoidDefaultResourceInjector.inject(WSWebServiceContext context, Object instance) voidDefaultResourceInjector.inject(WSWebServiceContext context, Object instance) voidStatefulInstanceResolver.postInvoke(Packet request, T servant) voidStatefulInstanceResolver.postInvoke(Packet request, T servant) Constructor parameters in com.sun.xml.ws.server with annotations of type NotNullModifierConstructorDescriptionAbstractWebServiceContext(WSEndpoint endpoint) ServiceDefinitionImpl(Collection<SDDocumentImpl> docs, SDDocumentImpl primaryWsdl) SingletonResolver(T singleton) UnsupportedMediaException(String contentType, List<String> expectedContentTypes) protectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline) protectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline) protectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) protectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) -
Uses of NotNull in com.sun.xml.ws.server.provider
Methods in com.sun.xml.ws.server.provider with annotations of type NotNullModifier and TypeMethodDescriptionAsyncProviderInvokerTube.AsyncWebServiceContext.getRequestPacket()AsyncProviderInvokerTube.processException(Throwable t) SyncProviderInvokerTube.processException(Throwable t) AsyncProviderInvokerTube.processRequest(Packet request) AsyncProviderInvokerTube.processResponse(Packet response) SyncProviderInvokerTube.processResponse(Packet response) Method parameters in com.sun.xml.ws.server.provider with annotations of type NotNullModifier and TypeMethodDescriptionAsyncProviderInvokerTube.processException(Throwable t) SyncProviderInvokerTube.processException(Throwable t) AsyncProviderInvokerTube.processRequest(Packet request) AsyncProviderInvokerTube.processResponse(Packet response) SyncProviderInvokerTube.processResponse(Packet response) void -
Uses of NotNull in com.sun.xml.ws.server.sei
Methods in com.sun.xml.ws.server.sei with annotations of type NotNullModifier and TypeMethodDescriptionInvokerSource.getInvoker(Packet request) Returns Invoker for the given requestInvokerTube.getInvoker(Packet request) Returns theInvokerobject that serves the request.SEIInvokerTube.processException(Throwable t) SEIInvokerTube.processRequest(Packet req) This binds the parameters for SEI endpoints and invokes the endpoint method.SEIInvokerTube.processResponse(Packet response) Method parameters in com.sun.xml.ws.server.sei with annotations of type NotNullModifier and TypeMethodDescriptionabstract ObjectWrapper for reflection invoke that allows containers to adaptabstract ObjectWrapper for reflection invoke that allows containers to adaptabstract ObjectWrapper for reflection invoke that allows containers to adaptSEIInvokerTube.processException(Throwable t) SEIInvokerTube.processRequest(Packet req) This binds the parameters for SEI endpoints and invokes the endpoint method.SEIInvokerTube.processResponse(Packet response) -
Uses of NotNull in com.sun.xml.ws.server.servlet
Methods in com.sun.xml.ws.server.servlet with annotations of type NotNullConstructor parameters in com.sun.xml.ws.server.servlet with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db with annotations of type NotNullModifier and TypeMethodDescriptionXMLBridge.context()Gets theBindingContextto which this object belongs.BindingContext.getBuildId()Gets the build information of the JAXB runtime.OldBridge.getContext()Gets theBindingContextto which this object belongs.BindingContext.getKnownNamespaceURIs()Gets the namespace URIs statically known to thisJAXBContext.static StringBindingHelper.mangleNameToClassName(String localName) Computes a Java class name from a local name.static StringBindingHelper.mangleNameToPropertyName(String localName) Computes a Java class name from a local name.static StringBindingHelper.mangleNameToVariableName(String localName) Computes a Java identifier from a local name.final TOldBridge.unmarshal(BridgeContext context, InputStream in) final TOldBridge.unmarshal(BridgeContext context, XMLStreamReader in) final TOldBridge.unmarshal(BridgeContext context, Source in) final TOldBridge.unmarshal(BridgeContext context, Node n) final TOldBridge.unmarshal(InputStream in) Unmarshals the specified type object.abstract TOldBridge.unmarshal(javax.xml.bind.Unmarshaller u, InputStream in) abstract TOldBridge.unmarshal(javax.xml.bind.Unmarshaller u, XMLStreamReader in) abstract Tabstract Tfinal TOldBridge.unmarshal(XMLStreamReader in) Unmarshals the specified type object.final TOldBridge.unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au) final TUnmarshals the specified type object.final Tfinal TUnmarshals the specified type object.final TXMLBridge.unmarshal(InputStream in) Unmarshals the specified type object.XMLBridge.unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au) Method parameters in com.sun.xml.ws.spi.db with annotations of type NotNullModifier and TypeMethodDescriptionBindingContext.createBridge(TypeInfo ref) Creates a mini-marshaller/unmarshaller that can process aTypeInfo.voidBindingContext.generateSchema(javax.xml.bind.SchemaOutputResolver outputResolver) Generates the schema documents from the model.static TypeBindingHelper.getBaseType(Type type, Class baseType) Gets the parameterization of the given base type.static TypeBindingHelper.getBaseType(Type type, Class baseType) Gets the parameterization of the given base type.BindingContext.getElementName(Class o) Allows to retrieve the element name based on Class.BindingContext.getElementName(Object o) If the given object is bound to an element in XML by JAXB, returns the element name.BindingContext.getTypeName(TypeInfo tr) Returns the name of the XML Type bound to the specified Java type.static StringBindingHelper.mangleNameToClassName(String localName) Computes a Java class name from a local name.static StringBindingHelper.mangleNameToPropertyName(String localName) Computes a Java class name from a local name.static StringBindingHelper.mangleNameToVariableName(String localName) Computes a Java identifier from a local name.final voidOldBridge.marshal(BridgeContext context, T object, OutputStream output, NamespaceContext nsContext) final voidOldBridge.marshal(BridgeContext context, T object, XMLStreamWriter output) final voidOldBridge.marshal(BridgeContext context, T object, Result result) final voidOldBridge.marshal(BridgeContext context, T object, Node output) final voidOldBridge.marshal(BridgeContext context, T object, ContentHandler contentHandler) abstract voidOldBridge.marshal(javax.xml.bind.Marshaller m, T object, OutputStream output, NamespaceContext nsContext) abstract voidOldBridge.marshal(javax.xml.bind.Marshaller m, T object, XMLStreamWriter output) abstract voidabstract voidabstract voidOldBridge.marshal(javax.xml.bind.Marshaller m, T object, ContentHandler contentHandler) final TOldBridge.unmarshal(BridgeContext context, InputStream in) final TOldBridge.unmarshal(BridgeContext context, InputStream in) final TOldBridge.unmarshal(BridgeContext context, XMLStreamReader in) final TOldBridge.unmarshal(BridgeContext context, XMLStreamReader in) final TOldBridge.unmarshal(BridgeContext context, Source in) final TOldBridge.unmarshal(BridgeContext context, Source in) final TOldBridge.unmarshal(BridgeContext context, Node n) final TOldBridge.unmarshal(BridgeContext context, Node n) final TOldBridge.unmarshal(InputStream in) Unmarshals the specified type object.abstract TOldBridge.unmarshal(javax.xml.bind.Unmarshaller u, InputStream in) abstract TOldBridge.unmarshal(javax.xml.bind.Unmarshaller u, InputStream in) abstract TOldBridge.unmarshal(javax.xml.bind.Unmarshaller u, XMLStreamReader in) abstract TOldBridge.unmarshal(javax.xml.bind.Unmarshaller u, XMLStreamReader in) abstract Tabstract Tabstract Tabstract Tfinal TOldBridge.unmarshal(XMLStreamReader in) Unmarshals the specified type object.final TOldBridge.unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au) final TUnmarshals the specified type object.final Tfinal TUnmarshals the specified type object.final TXMLBridge.unmarshal(InputStream in) Unmarshals the specified type object.XMLBridge.unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au) -
Uses of NotNull in com.sun.xml.ws.streaming
Constructor parameters in com.sun.xml.ws.streaming with annotations of type NotNullModifierConstructorDescriptionTidyXMLStreamReader(XMLStreamReader reader, Closeable closeableSource) -
Uses of NotNull in com.sun.xml.ws.transport
Method parameters in com.sun.xml.ws.transport with annotations of type NotNullModifier and TypeMethodDescriptionDeferredTransportPipe.processException(Throwable t) DeferredTransportPipe.processRequest(Packet request) DeferredTransportPipe.processResponse(Packet response) -
Uses of NotNull in com.sun.xml.ws.transport.http
Methods in com.sun.xml.ws.transport.http with annotations of type NotNullModifier and TypeMethodDescriptionWSHTTPConnection.getBaseAddress()Gets the absolute URL up to the context path.static StringDeploymentDescriptorParser.getBindingIdForToken(String lexical) JSR-109 defines short-form tokens for standard binding Ids.WSHTTPConnection.getContextPath()Portion of the request URI that groups related service addresses.abstract InputStreamWSHTTPConnection.getInput()Transport's underlying input stream.abstract OutputStreamWSHTTPConnection.getOutput()Transport's underlying output streamWSHTTPConnection.getRequestHeaderNames()Deprecated.This is a potentially expensive operation.WSHTTPConnection.getRequestHeaders()Deprecated.This is a potentially expensive operation.abstract StringWSHTTPConnection.getRequestMethod()HTTP request method, such as "GET" or "POST".abstract StringWSHTTPConnection.getRequestScheme()Requested scheme, e.g.abstract StringWSHTTPConnection.getRequestURI()Requested path.abstract StringWSHTTPConnection.getServerName()Server nameabstract WebServiceContextDelegateWSHTTPConnection.getWebServiceContextDelegate()Returns theWebServiceContextDelegatefor this connection.Parses thesun-jaxws.xmlfile and configures a set ofHttpAdapters.DeploymentDescriptorParser.parse(String systemId, InputStream is) Parses thesun-jaxws.xmlfile and configures a set ofHttpAdapters.Method parameters in com.sun.xml.ws.transport.http with annotations of type NotNullModifier and TypeMethodDescriptionstatic StringDeploymentDescriptorParser.getBindingIdForToken(String lexical) JSR-109 defines short-form tokens for standard binding Ids.abstract StringWSHTTPConnection.getRequestHeader(String headerName) Gets an HTTP request header.WSHTTPConnection.getRequestHeaderValues(String headerName) Gets an HTTP request header.voidHttpAdapter.handle(WSHTTPConnection connection) Receives the incoming HTTP connection and dispatches it to JAX-WS.booleanHttpAdapter.handleGet(WSHTTPConnection connection) abstract booleanHttpMetadataPublisher.handleMetadataRequest(HttpAdapter adapter, WSHTTPConnection connection) WhenHttpAdapterreceives 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.abstract booleanHttpMetadataPublisher.handleMetadataRequest(HttpAdapter adapter, WSHTTPConnection connection) WhenHttpAdapterreceives 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.voidHttpAdapter.publishWSDL(WSHTTPConnection con) Sends out the WSDL (and other referenced documents) in response to the GET requests to URLs like "?wsdl" or "?xsd=2".abstract voidWSHTTPConnection.setContentTypeResponseHeader(String value) Sets the"Content-Type"header.abstract voidWSHTTPConnection.setResponseHeaders(Map<String, List<String>> headers) Overwrites all the HTTP response headers written thus far.protected voidHttpAdapter.writeClientError(int connStatus, OutputStream os, Packet packet) This method is added for the case of the sub-class wants to override the method to print details.protected voidHttpAdapter.writeClientError(int connStatus, OutputStream os, Packet packet) This method is added for the case of the sub-class wants to override the method to print details. -
Uses of NotNull in com.sun.xml.ws.transport.http.client
Method parameters in com.sun.xml.ws.transport.http.client with annotations of type NotNullModifier and TypeMethodDescriptionHttpTransportPipe.processException(Throwable t) HttpTransportPipe.processRequest(Packet request) HttpTransportPipe.processResponse(Packet response) Constructor parameters in com.sun.xml.ws.transport.http.client with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.transport.http.server
Methods in com.sun.xml.ws.transport.http.server with annotations of type NotNullModifier and TypeMethodDescriptionServerAdapter.getAddress()ServerAdapter.getAddress(String baseAddress) Constructor parameters in com.sun.xml.ws.transport.http.server with annotations of type NotNullModifierConstructorDescriptionEndpointImpl(BindingID bindingId, Class implClass, javax.xml.ws.spi.Invoker invoker, javax.xml.ws.WebServiceFeature... features) EndpointImpl(BindingID bindingId, Class implClass, javax.xml.ws.spi.Invoker invoker, javax.xml.ws.WebServiceFeature... features) EndpointImpl(BindingID bindingId, Object impl, javax.xml.ws.WebServiceFeature... features) EndpointImpl(BindingID bindingId, Object impl, javax.xml.ws.WebServiceFeature... features) -
Uses of NotNull in com.sun.xml.ws.transport.http.servlet
Methods in com.sun.xml.ws.transport.http.servlet with annotations of type NotNullModifier and TypeMethodDescriptionprotected ContainerWSServletContextListener.createContainer(javax.servlet.ServletContext context) CreatesContainerimplementation that hosts the JAX-WS endpoint.protected WSServletDelegateWSServletContextListener.createDelegate(List<ServletAdapter> adapters, javax.servlet.ServletContext context) CreatesWSServletDelegatethat does the real work.ServletAdapter.getAddress()ServletAdapter.getAddress(String baseAddress) ServletConnectionImpl.getBaseAddress()ServletConnectionImpl.getContextPath()ServletModule.getContextPath(javax.servlet.http.HttpServletRequest req) Gets the host, port, and context path portion of this module usingHttpServletRequestServletConnectionImpl.getEPRAddress(Packet p, WSEndpoint endpoint) ServletConnectionImpl.getInput()ServletConnectionImpl.getOutput()ServletConnectionImpl.getPathInfo()ServletConnectionImpl.getRequestHeaders()ServletConnectionImpl.getRequestMethod()ServletConnectionImpl.getRequestScheme()ServletConnectionImpl.getRequestURI()ServletConnectionImpl.getServerName()intServletConnectionImpl.getServerPort()ServletConnectionImpl.getWebServiceContextDelegate()Method parameters in com.sun.xml.ws.transport.http.servlet with annotations of type NotNullModifier and TypeMethodDescriptionServletConnectionImpl.getRequestHeaderValues(String headerName) ServletConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint) ServletConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint) voidServletConnectionImpl.setContentTypeResponseHeader(String value) Constructor parameters in com.sun.xml.ws.transport.http.servlet with annotations of type NotNullModifierConstructorDescriptionServletConnectionImpl(ServletAdapter adapter, javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of NotNull in com.sun.xml.ws.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client with annotations of type NotNullModifier and TypeMethodDescriptionWSConnectionManager.createConnectionSession(WSTCPURI tcpURI) Open new tcp connection and establish service virtual connectionWSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec) TCPClientTransport.openInputStream()TCPClientTransport.openOutputStream()Method parameters in com.sun.xml.ws.transport.tcp.client with annotations of type NotNullModifier and TypeMethodDescriptionvoidWSConnectionManager.abortConnection(ConnectionSession connectionSession) voidWSConnectionManager.closeChannel(ChannelContext channelContext) WSConnectionManager.createConnectionSession(WSTCPURI tcpURI) Open new tcp connection and establish service virtual connectionvoidClientConnectionSession.deregisterChannel(ChannelContext context) ClientConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) voidWSConnectionManager.freeConnection(ConnectionSession connectionSession) ClientConnectionSession.getAttribute(String name) voidWSConnectionManager.lockConnection(ConnectionSession connectionSession) WSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec) WSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec) WSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec) WSConnectionManager.openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec) voidClientConnectionSession.registerChannel(ChannelContext context) voidClientConnectionSession.setAttribute(String name, Object value) voidTCPClientTransport.setContentType(String contentType) Constructor parameters in com.sun.xml.ws.transport.tcp.client with annotations of type NotNull -
Uses of NotNull in com.sun.xml.ws.transport.tcp.grizzly
Constructor parameters in com.sun.xml.ws.transport.tcp.grizzly with annotations of type NotNullModifierConstructorDescriptionGrizzlyTCPConnector(TCPMessageListener listener, Properties properties) GrizzlyTCPConnector(TCPMessageListener listener, Properties properties) GrizzlyTCPConnector(String host, int port, TCPMessageListener listener) GrizzlyTCPConnector(String host, int port, TCPMessageListener listener) -
Uses of NotNull in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server with annotations of type NotNullModifier and TypeMethodDescriptionTCPServiceChannelWSAdapter.ServiceChannelWSSatellite.getAdapterRegistry()protected CodecTCPAdapter.TCPToolkit.getCodec(ChannelContext context) TCPConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint) static WSTCPModuleWSTCPModule.getInstance()Method returns initialized WSTCPModule instanceWSTCP.initialize()WSTCP.parseDeploymentDescriptor()Method parameters in com.sun.xml.ws.transport.tcp.server with annotations of type NotNullModifier and TypeMethodDescriptionvoidTCPAdapter.TCPToolkit.addCustomPacketSattellites(Packet packet) Method could be overwritten by children to add some extra Satellites to PacketvoidServerConnectionSession.deregisterChannel(ChannelContext context) abstract voidWSTCPModule.free(String contextPath, List<TCPAdapter> adapters) abstract voidWSTCPModule.free(String contextPath, List<TCPAdapter> adapters) voidWSTCPDelegate.freeAdapters(String contextPath, List<TCPAdapter> adapters) voidWSTCPDelegate.freeAdapters(String contextPath, List<TCPAdapter> adapters) protected CodecTCPAdapter.TCPToolkit.getCodec(ChannelContext context) TCPConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint) TCPConnectionImpl.getEPRAddress(Packet request, WSEndpoint endpoint) Determines whichTCPAdapterserves the given request.TCPConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint) TCPConnectionImpl.getWSDLAddress(Packet request, WSEndpoint endpoint) voidTCPAdapter.handle(ChannelContext channelContext) protected voidTCPAdapter.TCPToolkit.handle(TCPConnectionImpl con) voidIncomeMessageProcessor.notifyClosed(SocketChannel socketChannel) Close callback method Will be called by NIO framework, when it will decide to close connectionvoidIncomeMessageProcessor.notifySessionClose(ConnectionSession connectionSession) Close callback method Will be called by Connection.close() to let IncomeMessageProcessor remove the correspondent session from MapvoidWSTCPDelegate.onMessage(ChannelContext channelContext) Implementation of TCPMessageListener.onMessage method is called once request message comevoidIncomeMessageProcessor.process(ByteBuffer messageBuffer, SocketChannel socketChannel) voidIncomeMessageProcessor.process(ByteBuffer messageBuffer, SocketChannel socketChannel) abstract voidWSTCPModule.register(String contextPath, List<TCPAdapter> adapters) abstract voidWSTCPModule.register(String contextPath, List<TCPAdapter> adapters) voidWSTCPDelegate.registerAdapters(String contextPath, List<TCPAdapter> adapters) voidWSTCPDelegate.registerAdapters(String contextPath, List<TCPAdapter> adapters) voidServerConnectionSession.registerChannel(ChannelContext context) static IncomeMessageProcessorIncomeMessageProcessor.registerListener(int port, TCPMessageListener listener, Properties properties) static IncomeMessageProcessorIncomeMessageProcessor.registerListener(int port, TCPMessageListener listener, Properties properties) static voidTCPAdapter.sendErrorResponse(ChannelContext channelContext, WSTCPError message) voidWSTCPDelegate.setCustomWSRegistry(WSTCPAdapterRegistry customWSRegistry) Constructor parameters in com.sun.xml.ws.transport.tcp.server with annotations of type NotNullModifierConstructorDescriptionTCPAdapter(String name, String urlPattern, WSEndpoint endpoint) TCPAdapter(String name, String urlPattern, WSEndpoint endpoint) TCPAdapter(String name, String urlPattern, WSEndpoint endpoint) TCPServiceChannelWSAdapter(String name, String urlPattern, WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry) TCPServiceChannelWSAdapter(String name, String urlPattern, WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry) TCPServiceChannelWSAdapter(String name, String urlPattern, WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry) TCPServiceChannelWSAdapter(String name, String urlPattern, WSEndpoint endpoint, WSTCPAdapterRegistry adapterRegistry) WSTCP(TCPContext context, ClassLoader initClassLoader, String contextPath) WSTCP(TCPContext context, ClassLoader initClassLoader, String contextPath) WSTCP(TCPContext context, ClassLoader initClassLoader, String contextPath) -
Uses of NotNull in com.sun.xml.ws.transport.tcp.util
Methods in com.sun.xml.ws.transport.tcp.util with annotations of type NotNullModifier and TypeMethodDescriptionChannelContext.decodeMimeType(int contentId) ChannelContext.decodeParam(int paramId) ChannelContext.getChannelSettings()Return channel settings, which were aggreed during handshake phaseChannelContext.getConnection()Return TCP connection object, where this virtual channel is acting onChannelContext.getConnectionSession()Return TCP session object where which this virual channel is open onChannelContext.getContentType()Gets message's content type from TCP protocol specific representationChannelSettings.getNegotiatedMimeTypes()ChannelSettings.getNegotiatedParams()ConnectionSession.getServiceChannelContext()ChannelSettings.getTargetWSURI()ChannelContext.getWSServiceName()Return virtual channel's correspondent service nameChannelSettings.getWSServiceName()Method parameters in com.sun.xml.ws.transport.tcp.util with annotations of type NotNullModifier and TypeMethodDescriptionstatic voidChannelContext.configureCodec(ChannelContext channelContext, SOAPVersion soapVersion, Codec defaultCodec) Configure Codec according to channel settingsstatic voidChannelContext.configureCodec(ChannelContext channelContext, SOAPVersion soapVersion, Codec defaultCodec) Configure Codec according to channel settingsstatic voidChannelContext.configureCodec(ChannelContext channelContext, SOAPVersion soapVersion, Codec defaultCodec) Configure Codec according to channel settingsabstract voidConnectionSession.deregisterChannel(ChannelContext context) intChannelContext.encodeMimeType(String mimeType) intChannelContext.encodeParam(String paramStr) ConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) ConnectionSession.getAttribute(String name) abstract voidConnectionSession.registerChannel(ChannelContext context) voidConnectionSession.setAttribute(String name, Object value) voidChannelContext.setContentType(String contentTypeS) Sets message's content type to TCP protocol specific representationvoidChannelSettings.setNegotiatedMimeTypes(List<String> negotiatedMimeTypes) voidChannelSettings.setNegotiatedParams(List<String> negotiatedParams) voidChannelSettings.setTargetWSURI(WSTCPURI targetWSURI) voidChannelContext.setWSServiceName(QName wsServiceName) voidChannelSettings.setWSServiceName(QName wsServiceName) Constructor parameters in com.sun.xml.ws.transport.tcp.util with annotations of type NotNullModifierConstructorDescriptionChannelContext(ConnectionSession connectionSession, ChannelSettings channelSettings) ChannelContext(ConnectionSession connectionSession, ChannelSettings channelSettings) ChannelSettings(List<String> negotiatedMimeTypes, List<String> negotiatedParams, int channelId, QName wsServiceName, WSTCPURI targetWSURI) ChannelSettings(List<String> negotiatedMimeTypes, List<String> negotiatedParams, int channelId, QName wsServiceName, WSTCPURI targetWSURI) ChannelZeroContext(ConnectionSession connectionSession) -
Uses of NotNull in com.sun.xml.ws.transport.tcp.wsit
Method parameters in com.sun.xml.ws.transport.tcp.wsit with annotations of type NotNullModifier and TypeMethodDescriptionstatic TubeTCPTransportPipeFactory.doCreate(ClientTubeAssemblerContext context, boolean checkSchema) -
Uses of NotNull in com.sun.xml.ws.tx.at.tube
Methods in com.sun.xml.ws.tx.at.tube with annotations of type NotNullModifier and TypeMethodDescriptionWSATClientTube.processException(Throwable t) WSATServerTube.processException(Throwable t) WSATClientTube.processRequest(Packet request) WSATServerTube.processRequest(Packet request) WSATClientTube.processResponse(Packet response) WSATServerTube.processResponse(Packet response) Method parameters in com.sun.xml.ws.tx.at.tube with annotations of type NotNullModifier and TypeMethodDescriptionWSATClientTube.processRequest(Packet request) WSATClientTube.processResponse(Packet response) -
Uses of NotNull in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util with annotations of type NotNullMethod parameters in com.sun.xml.ws.util with annotations of type NotNullModifier and TypeMethodDescriptionstatic HandlerAnnotationInfoHandlerAnnotationProcessor.buildHandlerInfo(Class<?> clazz, QName serviceName, QName portName, WSBinding binding) This method is called byEndpointFactorywhen they have an annotated class.booleanQNameMap.containsKey(String nsUri, String localName) static <T> ServiceFinder<T>Locates and incrementally instantiates the available providers of a given service using the context class loader.static <T> ServiceFinder<T>static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, Component component, ServiceLoader<T> serviceLoader) static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, Component component, ServiceLoader<T> serviceLoader) static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, ClassLoader loader) Locates and incrementally instantiates the available providers of a given service using the given class loader.static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, ClassLoader loader, Component component) static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, ServiceLoader<T> serviceLoader) static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, ServiceLoader<T> serviceLoader) Returns the value to which the specified keys are mapped in this QNameMap, ornullif the map contains no mapping for this key.static Map<String,SDDocument> MetadataUtil.getMetadataClosure(String systemId, SDDocumentResolver resolver, boolean onlyTopLevelSchemas) Gets closure of all the referenced documents from the primary document(typically the service WSDL).static Map<String,SDDocument> MetadataUtil.getMetadataClosure(String systemId, SDDocumentResolver resolver, boolean onlyTopLevelSchemas) Gets closure of all the referenced documents from the primary document(typically the service WSDL). -
Uses of NotNull in com.sun.xml.ws.util.exception
Methods in com.sun.xml.ws.util.exception with annotations of type NotNullModifier and TypeMethodDescriptionLocatableWebServiceException.getLocation()Locations related to this exception. -
Uses of NotNull in com.sun.xml.ws.util.pipe
Methods in com.sun.xml.ws.util.pipe with annotations of type NotNullModifier and TypeMethodDescriptionStandalonePipeAssembler.createClient(ClientPipeAssemblerContext context) StandaloneTubeAssembler.createClient(ClientTubeAssemblerContext context) -
Uses of NotNull in com.sun.xml.ws.util.xml
Constructor parameters in com.sun.xml.ws.util.xml with annotations of type NotNullModifierConstructorDescriptionStAXSource(XMLStreamReader reader, boolean eagerQuit, String[] inscope) Creates a newSourcefor the givenXMLStreamReader. -
Uses of NotNull in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl with annotations of type NotNullModifier and TypeMethodDescriptionOperationDispatcher.getWSDLOperationMapping(Packet request) OperationDispatcher.getWSDLOperationQName(Packet request) Deprecated.use getWSDLOperationMapping(Packet request)Constructor parameters in com.sun.xml.ws.wsdl with annotations of type NotNullModifierConstructorDescriptionActionBasedOperationSignature(String action, QName payloadQName) ActionBasedOperationSignature(String action, QName payloadQName) OperationDispatcher(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) OperationDispatcher(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) WSDLOperationFinder(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) WSDLOperationFinder(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) -
Uses of NotNull in com.sun.xml.ws.wsdl.parser
Method parameters in com.sun.xml.ws.wsdl.parser with annotations of type NotNullModifier and TypeMethodDescriptionstatic WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, boolean isUseStreamFromEntityResolverWrapper, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, boolean isUseStreamFromEntityResolverWrapper, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, boolean isUseStreamFromEntityResolverWrapper, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel. -
Uses of NotNull in com.sun.xml.ws.wsdl.writer
Constructor parameters in com.sun.xml.ws.wsdl.writer with annotations of type NotNullModifierConstructorDescriptionWSDLPatcher(PortAddressResolver portAddressResolver, DocumentLocationResolver docResolver) Creates aWSDLPatcherfor patching WSDL.WSDLPatcher(PortAddressResolver portAddressResolver, DocumentLocationResolver docResolver) Creates aWSDLPatcherfor patching WSDL. -
Uses of NotNull in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with annotations of type NotNullModifier and TypeMethodDescriptionClientPipeCreator.createSecurityTube(ClientTubelineAssemblyContext context) ServerPipeCreator.createSecurityTube(ServerTubelineAssemblyContext context) Method parameters in com.sun.xml.wss.provider.wsit with annotations of type NotNull