Uses of Class
com.sun.istack.NotNull
-
-
Uses of NotNull in com.oracle.webservices.api.message
Method parameters in com.oracle.webservices.api.message with annotations of type NotNull Modifier and Type Method Description voidBaseDistributedPropertySet. 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 NotNull Modifier and Type Method Description protected abstract TPool.Impl. create()Creates a new instance of object.TPool.Impl. take()Gets a new object from the pool.TPool. take()Gets a new object from the pool.Method parameters in com.sun.istack with annotations of type NotNull Modifier and Type Method Description voidPool. recycle(T t)Returns an object back to the pool. -
Uses of NotNull in com.sun.istack.logging
Methods in com.sun.istack.logging with annotations of type NotNull Modifier and Type Method Description static LoggerLogger. getLogger(Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.Method parameters in com.sun.istack.logging with annotations of type NotNull Modifier and Type Method Description static LoggerLogger. getLogger(Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class. -
Uses of NotNull in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api with annotations of type NotNull Modifier and Type Method Description abstract BridgeContextJAXBRIContext. createBridgeContext()Creates a newBridgeContextinstance.abstract StringJAXBRIContext. getBuildId()Gets the build information of the JAXB runtime.JAXBRIContextBridge. getContext()Gets theJAXBRIContextto which this object belongs.abstract List<String>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.TBridge. unmarshal(BridgeContext context, InputStream in)TBridge. unmarshal(BridgeContext context, XMLStreamReader in)TBridge. unmarshal(BridgeContext context, Source in)TBridge. unmarshal(BridgeContext context, Node n)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 TBridge. unmarshal(javax.xml.bind.Unmarshaller u, Source in)abstract TBridge. unmarshal(javax.xml.bind.Unmarshaller context, Node n)TBridge. unmarshal(XMLStreamReader in)Unmarshals the specified type object.TBridge. unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TBridge. unmarshal(Source in)Unmarshals the specified type object.TBridge. unmarshal(Source in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TBridge. unmarshal(Node n)Unmarshals the specified type object.TBridge. unmarshal(Node n, javax.xml.bind.attachment.AttachmentUnmarshaller au)Method parameters in com.sun.xml.bind.api with annotations of type NotNull Modifier and Type Method Description abstract 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.voidBridge. marshal(BridgeContext context, T object, OutputStream output, NamespaceContext nsContext)voidBridge. marshal(BridgeContext context, T object, XMLStreamWriter output)voidBridge. marshal(BridgeContext context, T object, Result result)voidBridge. marshal(BridgeContext context, T object, Node output)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 voidBridge. marshal(javax.xml.bind.Marshaller m, T object, Result result)abstract voidBridge. marshal(javax.xml.bind.Marshaller m, T object, Node output)abstract 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.TBridge. unmarshal(BridgeContext context, InputStream in)TBridge. unmarshal(BridgeContext context, InputStream in)TBridge. unmarshal(BridgeContext context, XMLStreamReader in)TBridge. unmarshal(BridgeContext context, XMLStreamReader in)TBridge. unmarshal(BridgeContext context, Source in)TBridge. unmarshal(BridgeContext context, Source in)TBridge. unmarshal(BridgeContext context, Node n)TBridge. unmarshal(BridgeContext context, Node n)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 TBridge. unmarshal(javax.xml.bind.Unmarshaller u, Source in)abstract TBridge. unmarshal(javax.xml.bind.Unmarshaller u, Source in)abstract TBridge. unmarshal(javax.xml.bind.Unmarshaller context, Node n)abstract TBridge. unmarshal(javax.xml.bind.Unmarshaller context, Node n)TBridge. unmarshal(XMLStreamReader in)Unmarshals the specified type object.TBridge. unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TBridge. unmarshal(Source in)Unmarshals the specified type object.TBridge. unmarshal(Source in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TBridge. unmarshal(Node n)Unmarshals the specified type object.TBridge. unmarshal(Node n, javax.xml.bind.attachment.AttachmentUnmarshaller au) -
Uses of NotNull in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime with annotations of type NotNull Modifier and Type Method Description BridgeContextJAXBContextImpl. createBridgeContext()CharSequenceFilterTransducer. print(T o)CharSequenceInlineBinaryTransducer. print(V o)CharSequenceTransducer. print(ValueT o)Converts the given value to its lexical representation.Method parameters in com.sun.xml.bind.v2.runtime with annotations of type NotNull Modifier and Type Method Description intNamespaceContext2. force(String uri, String prefix)Forcibly make a namespace declaration in effect.intNamespaceContext2. force(String uri, String prefix)Forcibly make a namespace declaration in effect.QNameJaxBeanInfo. getTypeName(BeanT instance)Returns the XML type name to be used to marshal the specified instance.QNameTransducer. getTypeName(ValueT instance)Transducers implicitly work against a single XML type, but sometimes (most notablyXMLGregorianCalendar, an instance may choose different XML types.CharSequenceFilterTransducer. print(T o)CharSequenceInlineBinaryTransducer. print(V o)CharSequenceTransducer. print(ValueT o)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 Modifier and Type Method Description intNamespaceContextImpl. force(String uri, String prefix)intNamespaceContextImpl. force(String uri, String prefix)intNamespaceContextImpl. put(String uri, String prefix)Puts this new binding into the declared prefixes list without doing any duplicate check. -
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 NotNull Modifier and Type Method Description abstract CharSequenceTransducedAccessor. print(BeanT o)Prints 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 NotNull Modifier and Type Field Description protected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.Methods in com.sun.xml.ws.addressing with annotations of type NotNull Modifier and Type Method Description NextActionWsaServerTube. processException(Throwable t)NextActionWsaClientTube. processRequest(Packet request)NextActionWsaServerTube. processRequest(Packet request)NextActionWsaClientTube. processResponse(Packet response)NextActionWsaServerTube. processResponse(Packet response)Method parameters in com.sun.xml.ws.addressing with annotations of type NotNull Modifier and Type Method Description static <T extends javax.xml.ws.EndpointReference>
TEndpointReferenceUtil. transform(Class<T> clazz, javax.xml.ws.EndpointReference epr)Gives the EPR based on the clazz.Constructor parameters in com.sun.xml.ws.addressing with annotations of type NotNull Constructor Description EPRSDDocumentFilter(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 Constructor Description MissingAddressingHeaderException(QName name)MissingAddressingHeaderException(QName name, Packet p) -
Uses of NotNull in com.sun.xml.ws.addressing.v200408
Constructor parameters in com.sun.xml.ws.addressing.v200408 with annotations of type NotNull Constructor Description MemberSubmissionWsaServerTube(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 NotNull Modifier and Type Method Description WSBindingBindingID. createBinding()WSBindingBindingID. createBinding(WSFeatureList features)WSBindingBindingID. createBinding(javax.xml.ws.WebServiceFeature... features)abstract CodecBindingID. createEncoder(WSBinding binding)Creates a newCodecfor this binding.BindingIDWSBinding. getBindingId()Gets the binding ID, which uniquely identifies the binding.Set<Component>ComponentRegistry. getComponents()Returns the set ofComponents registered with this objectSet<Component>WSService. getComponents()abstract ContainerWSService. getContainer()Gets theContainerobject.WSFeatureListWSBinding. getFaultMessageFeatures(QName operationName, QName messageName)Experimental: Returns a list of features associated withWSBindingthat apply to one of the fault messages of an operation.WSFeatureListWSBinding. getFeatures()Returns a list of features associated withWSBinding.List<javax.xml.ws.handler.Handler>WSBinding. getHandlerChain()WSFeatureListWSBinding. 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.Set<QName>WSBinding. getKnownHeaders()Returns set of header QNames known to be supported by this binding.MessageContextFactoryWSBinding. getMessageContextFactory()WSFeatureListWSBinding. getOperationFeatures(QName operationName)Experimental: Returns a list of features associated withWSBindingthat apply to a particular operation.WSFeatureListWSBinding. getOutputMessageFeatures(QName operationName)Experimental: Returns a list of features associated withWSBindingthat apply to the output message of an operation.StringBindingID. getTransport()Returns wsdl:binding@transport attribute.static BindingIDBindingID. parse(Class<?> implClass)Figures out the binding fromBindingTypeannotation.static BindingIDBindingID. parse(String lexical)Parses 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 NotNull Modifier and Type Method Description voidDistributedPropertySet. addSatellite(PropertySet satellite)Deprecated.voidDistributedPropertySet. addSatellite(Class keyClass, PropertySet satellite)Deprecated.voidDistributedPropertySet. addSatellite(Class keyClass, PropertySet satellite)Deprecated.voidDistributedPropertySet. copySatelliteInto(DistributedPropertySet r)Deprecated.BindingIDBindingIDFactory. create(String transport, SOAPVersion soapVersion)Creates aBindingIDfor given transport and SOAPVersion.BindingIDBindingIDFactory. 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>
FWSFeatureList. get(Class<F> featureType)Gets aWebServiceFeatureof the specific type.WSFeatureListWSBinding. getFaultMessageFeatures(QName operationName, QName messageName)Experimental: Returns a list of features associated withWSBindingthat apply to one of the fault messages of an operation.WSFeatureListWSBinding. 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.WSFeatureListWSBinding. 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.WSFeatureListWSBinding. getOperationFeatures(QName operationName)Experimental: Returns a list of features associated withWSBindingthat apply to a particular operation.WSFeatureListWSBinding. getOutputMessageFeatures(QName operationName)Experimental: Returns a list of features associated withWSBindingthat apply to the output message of an operation.<S> SComponent. getSPI(Class<S> spiType)Gets the specified SPI.<S> SWSService. getSPI(Class<S> spiType)booleanWSFeatureList. isEnabled(Class<? extends javax.xml.ws.WebServiceFeature> feature)Checks 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 BindingIDBindingIDFactory. parse(String lexical)Parses 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 NotNull Modifier and Type Field Description StringAddressingVersion. anonymousUriGets the anonymous URI value associated with this WS-Addressing version.StringAddressingVersion. noneUriGets the none URI value associated with this WS-Addressing version.Methods in com.sun.xml.ws.api.addressing with annotations of type NotNull Modifier and Type Method Description <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.WSEndpointReferenceWSEndpointReference. createWithAddress(String newAddress)Creates a newWSEndpointReferenceby replacing the address of this EPR to the new one.WSEndpointReferenceWSEndpointReference. createWithAddress(URI newAddress)WSEndpointReferenceWSEndpointReference. createWithAddress(URL newAddress)static AddressingVersionAddressingVersion. fromSpecClass(Class<? extends javax.xml.ws.EndpointReference> eprClass)Gets the correspondingAddressingVersioninstance from the EPR class.StringWSEndpointReference. getAddress()The value of the <wsa:address> header.Collection<WSEndpointReference.EPRExtension>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.MetadataWSEndpointReference. 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.AddressingVersionWSEndpointReference. 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>
TWSEndpointReference. toSpec(Class<T> clazz)Converts the EPR to the specified spec version.Method parameters in com.sun.xml.ws.api.addressing with annotations of type NotNull Modifier and Type Method Description SourceWSEndpointReference. asSource(String localName)Returns 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.WSEndpointReferenceWSEndpointReference. createWithAddress(String newAddress)Creates a newWSEndpointReferenceby replacing the address of this EPR to the new one.WSEndpointReferenceWSEndpointReference. createWithAddress(URI newAddress)WSEndpointReferenceWSEndpointReference. 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.XMLStreamReaderWSEndpointReference. read(String localName)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 NotNull Constructor Description 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, 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 NotNull Modifier and Type Method Description PipeClientPipelineHook. createSecurityPipe(ClientPipeAssemblerContext ctxt, Pipe tail)Called during the pipeline construction process once to allow a container to register a pipe for security.BindingIDWSPortInfo. getBindingId()Returns the same information asPortInfo.getBindingID()but in a strongly-typed fashionEndpointAddressWSPortInfo. getEndpointAddress()Gets the endpoint address of this port.WSServiceWSPortInfo. 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 NotNull Modifier and Type Method Description abstract ServiceInterceptorServiceInterceptorFactory. create(WSService service)PipeClientPipelineHook. 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 NotNull Modifier and Type Method Description 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(XMLStreamReader reader)Creates aMessagefromXMLStreamReaderthat points to the start of the envelope.AttachmentSetFilterMessageImpl. getAttachments()AttachmentSetMessage. getAttachments()Gets the attachments of this message (attachments live outside a message.)StringAttachment. getContentId()Content ID of the attachment.MessageHeadersFilterMessageImpl. getHeaders()Iterator<Header>HeaderList. getHeaders(String nsUri)Deprecated.Iterator<Header>HeaderList. getHeaders(String nsUri, boolean markAsUnderstood)Gets an iteration of headersHeaderin the specified namespace, including duplicates (if any.)Iterator<Header>HeaderList. getHeaders(String nsUri, String localName, boolean markAsUnderstood)Gets all theHeaders of the specified name, including duplicates (if any.)Iterator<Header>HeaderList. getHeaders(QName headerName, boolean markAsUnderstood)abstract MessageHeadersMessage. getHeaders()Gets all the headers of this message.StringFilterMessageImpl. getID(AddressingVersion av, SOAPVersion sv)StringFilterMessageImpl. getID(WSBinding binding)StringMessage. getID(AddressingVersion av, SOAPVersion sv)Deprecated.StringMessage. getID(WSBinding binding)Deprecated.StringHeader. getLocalPart()Gets the local name of this header element.Iterator<AttachmentEx.MimeHeader>AttachmentEx. getMimeHeaders()Iterator of custom MIME headers associated with this attachmentStringHeader. getNamespaceURI()Gets the namespace URI of this header element.List<Element>Packet. getReferenceParameters()Gives a list of Reference Parameters in the MessageStringHeader. getRole(SOAPVersion soapVersion)Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).StringHeader. getStringContent()Used to obtain value XYZ from a header that looks like "<header>XYZ</header>".WSEndpointReferenceHeader. readAsEPR(AddressingVersion expected)Reads this header as anWSEndpointReference.Method parameters in com.sun.xml.ws.api.message with annotations of type NotNull Modifier and Type Method Description voidPacket. 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>.)PacketPacket. createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)Creates a server-side responsePacketfrom a request packet (this).PacketPacket. createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)Creates a server-side responsePacketfrom a request packet (this).PacketPacket. createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)Creates a server-side responsePacketfrom a request packet (this).PacketPacket. 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.HeaderHeaderList. get(String nsUri, String localName, boolean markAsUnderstood)Gets the firstHeaderof the specified name.HeaderHeaderList. get(String nsUri, String localName, boolean markAsUnderstood)Gets the firstHeaderof the specified name.HeaderHeaderList. get(QName name)Deprecated.HeaderHeaderList. get(QName name, boolean markAsUnderstood)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)StringHeaderList. getAction(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingActionheader.StringHeaderList. getAction(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingActionheader.StringHeader. getAttribute(String nsUri, String localName)Gets the attribute value on the header element.StringHeader. getAttribute(String nsUri, String localName)Gets the attribute value on the header element.StringHeader. 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)WSEndpointReferenceHeaderList. getFaultTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingFaultToheader.WSEndpointReferenceHeaderList. getFaultTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingFaultToheader.Iterator<Header>HeaderList. getHeaders(String nsUri)Deprecated.Iterator<Header>HeaderList. getHeaders(String nsUri, boolean markAsUnderstood)Gets an iteration of headersHeaderin the specified namespace, including duplicates (if any.)Iterator<Header>HeaderList. getHeaders(String nsUri, String localName, boolean markAsUnderstood)Gets all theHeaders of the specified name, including duplicates (if any.)Iterator<Header>HeaderList. getHeaders(String nsUri, String localName, boolean markAsUnderstood)Gets all theHeaders of the specified name, including duplicates (if any.)Iterator<Header>HeaderList. getHeaders(QName headerName, boolean markAsUnderstood)StringFilterMessageImpl. getID(WSBinding binding)StringMessage. getID(WSBinding binding)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)StringHeaderList. getMessageID(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingMessageIDheader.StringHeaderList. getMessageID(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingMessageIDheader.JavaMethodMessage. getMethod(SEIModel seiModel)Deprecated.WSDLBoundOperationMessage. getOperation(WSDLBoundPortType boundPortType)Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message.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)StringHeaderList. getRelatesTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingRelatesToheader.StringHeaderList. 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)WSEndpointReferenceHeaderList. getReplyTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingReplyToheader.WSEndpointReferenceHeaderList. getReplyTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingReplyToheader.StringHeader. 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.)booleanFilterMessageImpl. isOneWay(WSDLPort port)booleanMessage. isOneWay(WSDLPort port)Returns true if this message is a request message for a one way operation according to the given WSDL.PacketPacket. relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)HeaderHeaderList. remove(String nsUri, String localName)Removes the firstHeaderof the specified name.HeaderHeaderList. remove(String nsUri, String localName)Removes the firstHeaderof the specified name.HeaderHeaderList. remove(QName 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 NotNull Modifier and Type Method Description QNameSEIModel. getBoundPortTypeName()Gives the wsdl:binding@name valueMethodJavaMethod. getMethod()On the server side, it uses this for invocation of the web serviceStringJavaMethod. getOperationName()Gives the wsdl:operation@name valueWSDLPortSEIModel. getPort()Gets theWSDLPortthat represents the port that this SEI binds to.QNameSEIModel. getPortName()Value of the wsdl:port name associated with theSEIModelQNameSEIModel. getPortTypeName()Value of wsdl:portType bound to the port associated with theSEIModelStringJavaMethod. getRequestMessageName()Gives the request wsdl:message@name valueMethodJavaMethod. getSEIMethod()This should be used if you want to access annotations on WebMethod Returns the SEI method if there is one.QNameSEIModel. getServiceQName()wsdl:service qualified name for the port associated with theSEIModelStringSEIModel. getTargetNamespace()Namespace of the wsd;:port associated with theSEIModelStringSEIModel. 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 NotNull Modifier and Type Method Description WSDLBoundPortTypeWSDLPort. getBinding()GetsWSDLBoundPortTypeassociated with theWSDLPort.Map<QName,? extends WSDLBoundPortType>WSDLModel. getBindings()WSDLBoundOperationWSDLBoundFault. getBoundOperation()Gives the ownerWSDLBoundOperationWSDLBoundPortTypeWSDLBoundOperation. getBoundPortType()Gives the ownerWSDLBoundPortTypeIterable<? extends WSDLBoundFault>WSDLBoundOperation. getFaults()Gets all theWSDLFaultbound to this operation.WSFeatureListWSDLFeaturedObject. getFeatures()Gets the feature list associated with this object.Map<String,? extends WSDLPart>WSDLBoundOperation. getInParts()WSDLInputWSDLOperation. getInput()Gets the wsdl:input of this operationLocatorWSDLObject. getLocation()Gets the source location information in the parsed WSDL.Map<QName,? extends WSDLMessage>WSDLModel. getMessages()Gives aMapof wsdl:message qualified name andcom.sun.xml.ws.api.model.wsdl.WSDLMesageStringWSDLBoundFault. getName()Gives the wsdl:binding/wsdl:operation/wsdl:fault@name valueQNameWSDLBoundOperation. getName()Short-cut forgetOperation().getName()QNameWSDLOperation. getName()Gets the name of the wsdl:portType/wsdl:operation@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.QNameWSDLService. getName()Gets the name of the wsdl:service@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri.WSDLOperationWSDLBoundOperation. getOperation()Gets the wsdl:portType/wsdl:operation model -WSDLOperation, associated with this binding operation.WSDLOperationWSDLFault. getOperation()Gives the owningWSDLOperationWSDLOperationWSDLInput. getOperation()Gives the owningWSDLOperationWSDLOperationWSDLOutput. getOperation()Gives the owningWSDLOperationMap<String,? extends WSDLPart>WSDLBoundOperation. getOutParts()WSDLModelWSDLBoundPortType. getOwner()Gets theWSDLModelthat owns this port type.WSDLServiceWSDLPort. getOwner()Gets theWSDLServicethat owns this port.WSDLModelWSDLService. getParent()Gets theWSDLModelthat owns this service.QNameWSDLOperation. getPortTypeName()Gives the enclosing wsdl:portType@name attribute value.Map<QName,? extends WSDLPortType>WSDLModel. getPortTypes()QNameWSDLFault. getQName()Gives qualified name of the wsdl:fault 'name' attribute value.QNameWSDLInput. getQName()Gives qualified name of the wsdl:input 'name' attribute value.QNameWSDLOutput. getQName()Gives qualified name of the wsdl:output 'name' attribute value.Map<QName,? extends WSDLService>WSDLModel. getServices()Gives aMapof wsdl:service qualified name andWSDLServiceStringWSDLBoundOperation. 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 NotNull Modifier and Type Method Description voidWSDLFeaturedObject. addFeature(javax.xml.ws.WebServiceFeature feature)Enables aWebServiceFeaturebased upon policy assertions on this port.WSDLBoundPortTypeWSDLModel. getBinding(QName name)GetsWSDLBoundPortTypethat modelswsdl:bindingWSDLBoundPortTypeWSDLModel. getBinding(QName serviceName, QName portName)Give aWSDLBoundPortTypefor the given wsdl:service and wsdl:port names.WSDLBoundPortTypeWSDLModel. 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)WSDLPartWSDLBoundOperation. getPart(String partName, javax.jws.WebParam.Mode mode)GetsWSDLPartfor the given wsdl:input or wsdl:output partWSDLPartWSDLBoundOperation. getPart(String partName, javax.jws.WebParam.Mode mode)GetsWSDLPartfor the given wsdl:input or wsdl:output partWSDLPortTypeWSDLModel. getPortType(QName name)GetsWSDLPortTypethat modelswsdl:portTypeWSDLServiceWSDLModel. 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
Method parameters in com.sun.xml.ws.api.model.wsdl.editable with annotations of type NotNull Modifier and Type Method Description voidEditableWSDLBoundOperation. addFault(EditableWSDLBoundFault fault)Add FaultEditableWSDLBoundPortTypeEditableWSDLModel. getBinding(QName name)EditableWSDLBoundPortTypeEditableWSDLModel. getBinding(QName serviceName, QName portName)EditableWSDLBoundPortTypeEditableWSDLModel. getBinding(QName serviceName, QName portName)EditableWSDLPartEditableWSDLBoundOperation. getPart(String partName, javax.jws.WebParam.Mode mode)EditableWSDLPartEditableWSDLBoundOperation. getPart(String partName, javax.jws.WebParam.Mode mode)EditableWSDLPortTypeEditableWSDLModel. getPortType(QName name)EditableWSDLServiceEditableWSDLModel. 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 NotNull Modifier and Type Method Description PipePipelineAssembler. createClient(ClientPipeAssemblerContext context)Creates a new pipeline for clients.TubeTubelineAssembler. createClient(ClientTubeAssemblerContext context)Creates a new tubeline for clients.PipeServerPipeAssemblerContext. createHandlerPipe(Pipe next)Deprecated.Creates aPipethat invokes protocol and logical handlers.TubeServerTubeAssemblerContext. createHandlerTube(Tube next)Creates aTubethat invokes protocol and logical handlers.PipeServerPipeAssemblerContext. createMonitoringPipe(Pipe next)Deprecated.Creates aPipethat does the monitoring of the invocation for a containerTubeServerTubeAssemblerContext. createMonitoringTube(Tube next)Creates aTubethat does the monitoring of the invocation for a containerPipeClientPipeAssemblerContext. createSecurityPipe(Pipe next)Deprecated.Creates aTubethat adds container specific securityPipeServerPipeAssemblerContext. createSecurityPipe(Pipe next)Deprecated.Creates aPipethat adds container specific securityTubeClientTubeAssemblerContext. createSecurityTube(Tube next)Creates aTubethat adds container specific securityTubeServerTubeAssemblerContext. createSecurityTube(Tube next)Creates aTubethat adds container specific securityPipePipelineAssembler. createServer(ServerPipeAssemblerContext context)Creates a new pipeline for servers.TubeTubelineAssembler. createServer(ServerTubeAssemblerContext context)Creates a new tubeline for servers.PipeServerPipeAssemblerContext. createServerMUPipe(Pipe next)Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.TubeServerTubeAssemblerContext. 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).PipeServerPipeAssemblerContext. 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.MessageStreamSOAPCodec. decode(XMLStreamReader reader)Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.MessageStreamSOAPCodec. decode(XMLStreamReader reader, AttachmentSet att)Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.EndpointAddressClientTubeAssemblerContext. getAddress()The endpoint address.WSBindingClientTubeAssemblerContext. getBinding()The binding of the new pipeline to be created.CodecClientTubeAssemblerContext. getCodec()Gets theCodecthat is set byClientTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.CodecServerTubeAssemblerContext. 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.WSServiceClientTubeAssemblerContext. getService()The pipeline is created for thisWSService.PipeServerPipeAssemblerContext. getTerminalPipe()Deprecated.The lastPipein the pipeline.TubeServerTubeAssemblerContext. getTerminalTube()The lastPipein the pipeline.NextActionTube. processException(Throwable t)Acts on a exception and performs some clean up operations.NextActionTube. processRequest(Packet request)Acts on a request and perform some protocol specific operation.NextActionTube. processResponse(Packet response)Acts on a response and performs some protocol specific operation.PacketFiber. runSync(Tube tubeline, Packet request)Runs a givenTube(and everything thereafter) synchronously.Method parameters in com.sun.xml.ws.api.pipe with annotations of type NotNull Modifier and Type Method Description voidFiber. 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.PipePipelineAssembler. createClient(ClientPipeAssemblerContext context)Creates a new pipeline for clients.TubeTubelineAssembler. createClient(ClientTubeAssemblerContext context)Creates a new tubeline for clients.PipeServerPipeAssemblerContext. createHandlerPipe(Pipe next)Deprecated.Creates aPipethat invokes protocol and logical handlers.TubeServerTubeAssemblerContext. createHandlerTube(Tube next)Creates aTubethat invokes protocol and logical handlers.PipeServerPipeAssemblerContext. createMonitoringPipe(Pipe next)Deprecated.Creates aPipethat does the monitoring of the invocation for a containerTubeServerTubeAssemblerContext. createMonitoringTube(Tube next)Creates aTubethat does the monitoring of the invocation for a containerPipeClientPipeAssemblerContext. createSecurityPipe(Pipe next)Deprecated.Creates aTubethat adds container specific securityPipeServerPipeAssemblerContext. createSecurityPipe(Pipe next)Deprecated.Creates aPipethat adds container specific securityTubeClientTubeAssemblerContext. createSecurityTube(Tube next)Creates aTubethat adds container specific securityTubeServerTubeAssemblerContext. createSecurityTube(Tube next)Creates aTubethat adds container specific securityPipePipelineAssembler. createServer(ServerPipeAssemblerContext context)Creates a new pipeline for servers.TubeTubelineAssembler. createServer(ServerTubeAssemblerContext context)Creates a new tubeline for servers.PipeServerPipeAssemblerContext. createServerMUPipe(Pipe next)Deprecated.Creates aPipethat performs SOAP mustUnderstand processing.TubeServerTubeAssemblerContext. 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).PipeServerPipeAssemblerContext. createValidationPipe(Pipe next)Deprecated.creates aPipethat validates messages against schemaMessageStreamSOAPCodec. decode(XMLStreamReader reader)Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.MessageStreamSOAPCodec. decode(XMLStreamReader reader, AttachmentSet att)Reads events fromXMLStreamReaderand constructs aMessagefor SOAP envelope.MessageStreamSOAPCodec. 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.NextActionTube. processException(Throwable t)Acts on a exception and performs some clean up operations.NextActionTube. processRequest(Packet request)Acts on a request and perform some protocol specific operation.NextActionTube. processResponse(Packet response)Acts on a response and performs some protocol specific operation.booleanFiber. removeInterceptor(FiberContextSwitchInterceptor interceptor)Removes aFiberContextSwitchInterceptorfrom this fiber.voidFiber. resume(Packet resumePacket)Wakes up a suspended fiber.voidFiber. resume(Packet resumePacket, boolean forceSync)Similar 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.voidFiber. resume(Throwable throwable)Wakes up a suspended fiber with an exception.voidFiber. resume(Throwable error, boolean forceSync)Wakes up a suspend fiber with an exception.voidFiber. resume(Throwable throwable, Packet packet)Wakes up a suspended fiber with an exception.voidFiber. resume(Throwable throwable, Packet packet)Wakes up a suspended fiber with an exception.voidFiber. resume(Throwable error, Packet packet, boolean forceSync)Wakes up a suspend fiber with an exception.voidFiber. resume(Throwable error, Packet packet, boolean forceSync)Wakes up a suspend fiber with an exception.voidFiber. resumeAndReturn(Packet resumePacket, boolean forceSync)Wakes up a suspended fiber and begins response processing.PacketFiber. runSync(Tube tubeline, Packet request)Runs a givenTube(and everything thereafter) synchronously.PacketFiber. runSync(Tube tubeline, Packet request)Runs a givenTube(and everything thereafter) synchronously.voidClientTubeAssemblerContext. setCodec(Codec codec)voidServerTubeAssemblerContext. setCodec(Codec codec)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)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 NotNull Constructor Description 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)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)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)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 NotNull Modifier and Type Method Description NextActionAbstractFilterTubeImpl. processException(Throwable t)Default no-op implementation.NextActionPipeAdapter. processException(Throwable t)NextActionAbstractFilterTubeImpl. processRequest(Packet request)Default no-op implementation.NextActionPipeAdapter. processRequest(Packet p)Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.)NextActionAbstractFilterTubeImpl. processResponse(Packet response)Default no-op implementation.NextActionPipeAdapter. processResponse(Packet p)Method parameters in com.sun.xml.ws.api.pipe.helper with annotations of type NotNull Modifier and Type Method Description NextActionPipeAdapter. processException(Throwable t)NextActionPipeAdapter. processRequest(Packet p)Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.)NextActionPipeAdapter. 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 NotNull Modifier and Type Method Description CallbackHandlerCallbackHandlerFeature. getHandler()Constructor parameters in com.sun.xml.ws.api.security with annotations of type NotNull Constructor Description CallbackHandlerFeature(CallbackHandler handler) -
Uses of NotNull in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server with annotations of type NotNull Modifier and Type Method Description abstract CodecWSEndpoint. createCodec()Gets the Endpoint's codec that is used to encode/decodeMessages.InvokerInstanceResolver. createInvoker()Wraps thisInstanceResolverinto anInvoker.PipeServerPipelineHook. 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.PipeServerPipelineHook. createSecurityPipe(ServerPipeAssemblerContext ctxt, Pipe tail)Called during the pipeline construction process once to allow a container to register a pipe for security.URIBoundEndpoint. getAddress()The address of the bound endpoint.URIBoundEndpoint. 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.abstract Set<EndpointComponent>WSEndpoint. getComponentRegistry()Deprecated.Set<Component>WSEndpoint. getComponents()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)WSEndpointBoundEndpoint. getEndpoint()The endpoint that was bound.StringWebServiceContextDelegate. getEPRAddress(Packet request, WSEndpoint endpoint)Gets the address of the endpoint.abstract Class<T>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.SDDocumentServiceDefinition. 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.PacketWSEndpoint.PipeHead. process(Packet request, WebServiceContextDelegate wscd, TransportBackChannel tbc)Processes a request and produces a reply.abstract TInstanceResolver. resolve(Packet request)Decides which instance of 'T' serves the given request message.Method parameters in com.sun.xml.ws.api.server with annotations of type NotNull Modifier and Type Method Description voidServiceDefinition. 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.PipeServerPipelineHook. createMonitoringPipe(ServerPipeAssemblerContext ctxt, Pipe tail)Called during the pipeline construction process once to allow a container to register a pipe for monitoring.PipeServerPipelineHook. 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 portStringPortAddressResolver. getAddressFor(QName serviceName, String portName, String currentAddress)Gets the endpoint address for a WSDL portStringPortAddressResolver. 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)StringWebServiceContextDelegate. getEPRAddress(Packet request, WSEndpoint endpoint)Gets the address of the endpoint.StringWebServiceContextDelegate. getEPRAddress(Packet request, WSEndpoint endpoint)Gets the address of the endpoint.StringDocumentAddressResolver. getRelativeAddressFor(SDDocument current, SDDocument referenced)Produces a relative reference from one document to another.StringDocumentAddressResolver. getRelativeAddressFor(SDDocument current, SDDocument referenced)Produces a relative reference from one document to another.<T> TEndpointComponent. getSPI(Class<T> spiType)Deprecated.Gets the specified SPI.<S> SModule. getSPI(Class<S> spiType)<S> SWSEndpoint. getSPI(Class<S> spiType)PrincipalWebServiceContextDelegate. getUserPrincipal(Packet request)ImplementsWebServiceContext.getUserPrincipal()for the given packet.StringWebServiceContextDelegate. getWSDLAddress(Packet request, WSEndpoint endpoint)Gets the address of the primary WSDL.StringWebServiceContextDelegate. 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.PacketWSEndpoint.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 voidHttpEndpoint. publish(String address)Publishes this endpoint at a localhost's http address.abstract TInstanceResolver. resolve(Packet request)Decides which instance of 'T' serves the given request message.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.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.voidAsyncProviderCallback. sendError(Throwable t)Indicates 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 NotNull Modifier and Type Method Description static XMLStreamWriterFactoryXMLStreamWriterFactory. get()Gets the singleton instance.Method parameters in com.sun.xml.ws.api.streaming with annotations of type NotNull Modifier and Type Method Description static 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 NotNull Modifier and Type Method Description ContainerWSDLParserExtensionContext. getContainer()Provides theContainerin which this service or client is running.PolicyResolverWSDLParserExtensionContext. getPolicyResolver()Provides the PolicyResolverabstract List<? extends Source>ServiceDescriptor. getSchemas()Gives list of schemas.abstract List<? extends Source>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 NotNull Modifier and Type Method Description abstract ServiceDescriptorMetaDataResolver. resolve(URI location)GivesServiceDescriptorresolved 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 NotNull Modifier and Type Method Description voidWSDLGeneratorExtension. end(WSDLGenExtnContext ctxt)Called before writing .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 NotNull Constructor Description WSDLGenExtnContext(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 NotNull Modifier and Type Method Description TubeMetroTubelineAssembler. createClient(ClientTubeAssemblerContext jaxwsContext)TubeMetroTubelineAssembler. createServer(ServerTubeAssemblerContext jaxwsContext)Method parameters in com.sun.xml.ws.assembler with annotations of type NotNull Modifier and Type Method Description TubeMetroTubelineAssembler. createClient(ClientTubeAssemblerContext jaxwsContext)TubeMetroTubelineAssembler. createServer(ServerTubeAssemblerContext jaxwsContext)Constructor parameters in com.sun.xml.ws.assembler with annotations of type NotNull Constructor Description MetroClientTubelineAssemblyContextImpl(ClientTubeAssemblerContext context) -
Uses of NotNull in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev with annotations of type NotNull Modifier and Type Method Description EndpointAddressClientTubelineAssemblyContext. getAddress()The endpoint address.WSBindingClientTubelineAssemblyContext. getBinding()The binding of the new pipeline to be created.CodecClientTubelineAssemblyContext. getCodec()Gets theCodecthat is set byClientTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.CodecServerTubelineAssemblyContext. getCodec()Gets theCodecthat is set byServerTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec)or the default codec based on the binding.WSEndpointServerTubelineAssemblyContext. getEndpoint()The created pipeline is used to serve thisWSEndpoint.WSServiceClientTubelineAssemblyContext. getService()The pipeline is created for thisWSService.TubeServerTubelineAssemblyContext. getTerminalTube()The lastPipein the pipeline.Method parameters in com.sun.xml.ws.assembler.dev with annotations of type NotNull Modifier and Type Method Description voidClientTubelineAssemblyContext. setCodec(Codec codec)voidServerTubelineAssemblyContext. setCodec(Codec codec) -
Uses of NotNull in com.sun.xml.ws.assembler.metro
Methods in com.sun.xml.ws.assembler.metro with annotations of type NotNull Modifier and Type Method Description PipeServerPipelineHook. 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.TubeServerPipelineHook. 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 NotNull Modifier and Type Method Description PipeServerPipelineHook. 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.PipeServerPipelineHook. 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 NotNull Modifier and Type Method Description PipeClientPipelineHook. createSecurityPipe(PolicyMap policyMap, ClientPipeAssemblerContext ctxt, Pipe tail)TubeClientPipelineHook. 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 NotNull Modifier and Type Method Description PipeClientPipelineHook. createSecurityPipe(PolicyMap policyMap, ClientPipeAssemblerContext ctxt, Pipe tail) -
Uses of NotNull in com.sun.xml.ws.binding
Methods in com.sun.xml.ws.binding with annotations of type NotNull Modifier and Type Method Description CodecBindingImpl. createCodec()BindingIDBindingImpl. getBindingId()WebServiceFeatureListBindingImpl. getFaultMessageFeatures(QName operationName, QName messageName)WebServiceFeatureListBindingImpl. getFeatures()List<javax.xml.ws.handler.Handler>BindingImpl. getHandlerChain()WebServiceFeatureListBindingImpl. getInputMessageFeatures(QName operationName)MessageContextFactoryBindingImpl. getMessageContextFactory()WebServiceFeatureListBindingImpl. getOperationFeatures(QName operationName)WebServiceFeatureListBindingImpl. 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 NotNull Modifier and Type Method Description voidWebServiceFeatureList. add(javax.xml.ws.WebServiceFeature f)Adds a feature to the list if it's not already added.voidWebServiceFeatureList. addAll(Iterable<javax.xml.ws.WebServiceFeature> list)Adds features to the list if it's not already added.booleanWebServiceFeatureList. contains(Class<? extends javax.xml.ws.WebServiceFeature> feature)static BindingImplBindingImpl. create(BindingID bindingId)static BindingImplBindingImpl. create(BindingID bindingId, javax.xml.ws.WebServiceFeature[] features)<F extends javax.xml.ws.WebServiceFeature>
FWebServiceFeatureList. get(Class<F> featureType)WebServiceFeatureListBindingImpl. getFaultMessageFeatures(QName operationName, QName messageName)WebServiceFeatureListBindingImpl. 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)WebServiceFeatureListBindingImpl. 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)WebServiceFeatureListBindingImpl. getOperationFeatures(QName operationName)WebServiceFeatureListBindingImpl. getOutputMessageFeatures(QName operationName)booleanWebServiceFeatureList. isEnabled(Class<? extends javax.xml.ws.WebServiceFeature> feature)booleanBindingImpl. 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 NotNull Constructor Description WebServiceFeatureList(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 NotNull Modifier and Type Field Description BindingIDPortInfo. bindingIdPolicyMapPortInfo. policyMapQNamePortInfo. portNameEndpointAddressPortInfo. targetEndpointMethods in com.sun.xml.ws.client with annotations of type NotNull Modifier and Type Method Description BindingIDPortInfo. getBindingId()ContainerWSServiceDelegate. getContainer()EndpointAddressPortInfo. getEndpointAddress()EndpointAddressRequestContext. getEndpointAddress()org.glassfish.gmbal.ManagedObjectManagerStub. getManagedObjectManager()WSServicePortInfo. getOwner()WSDLPortWSServiceDelegate. 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 QNameStub. getServiceName()Gets the service name that this stub is configured to talk to.PortInfoWSServiceDelegate. safeGetPort(QName portName)ObtainsPortInfofor the given name, with error check.Method parameters in com.sun.xml.ws.client with annotations of type NotNull Modifier and Type Method Description voidRequestContext. addSatellite(PropertySet satellite)Deprecated.voidRequestContext. setEndpointAddress(EndpointAddress epa)Constructor parameters in com.sun.xml.ws.client with annotations of type NotNull Constructor Description PortInfo(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)WSServiceDelegate(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, 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 NotNull Modifier and Type Method Description QNameDispatchImpl. getPortName()protected StringDispatchImpl. resolveURI(URI endpointURI, String pathInfo, String queryString)Method parameters in com.sun.xml.ws.client.dispatch with annotations of type NotNull Modifier and Type Method Description protected 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 Modifier and Type Method Description protected QNameSEIStub. getPortName() -
Uses of NotNull in com.sun.xml.ws.commons
Method parameters in com.sun.xml.ws.commons with annotations of type NotNull Modifier and Type Method Description booleanDelayedTaskManager. 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 NotNull Modifier and Type Method Description static 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 NotNull Modifier and Type Method Description JAXBRIContextJAXBContextFactory. 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>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, Packet currentRequest, T o)Exports an object.<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, Packet currentRequest, T o, EPRRecipe recipe)The same asStatefulWebServiceManager.export(Class, Packet, Object)except that it takesEPRRecipe.<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, String endpointAddress, T o)Deprecated.This method is provided as a temporary workaround, and we'll eventually try to remove it.<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, javax.xml.ws.WebServiceContext context, T o)Exports an object (forasynchronous web services.)<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> epr, T o)Exports an object.<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> epr, T o, EPRRecipe recipe)Exports an object.javax.xml.ws.wsaddressing.W3CEndpointReferenceStatefulWebServiceManager. export(T o)Exports an object.org.glassfish.gmbal.ManagedObjectManagerWSBindingProvider. getManagedObjectManager()Get the ManagedObjectManager for this provider.List<Source>EPRRecipe. getMetadata()Gets all the metadata added so far.List<Header>EPRRecipe. getReferenceParameters()Gets all the reference parameters added so far.Method parameters in com.sun.xml.ws.developer with annotations of type NotNull Modifier and Type Method Description JAXBRIContextJAXBContextFactory. createJAXBContext(SEIModel sei, List<Class> classesToBind, List<TypeReference> typeReferences)Called by the JAX-WS runtime to create aJAXBRIContextfor the given SEI.JAXBRIContextJAXBContextFactory. createJAXBContext(SEIModel sei, List<Class> classesToBind, List<TypeReference> typeReferences)Called by the JAX-WS runtime to create aJAXBRIContextfor the given SEI.JAXBRIContextJAXBContextFactory. 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>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, Packet currentRequest, T o)Exports an object.<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, Packet currentRequest, T o, EPRRecipe recipe)The same asStatefulWebServiceManager.export(Class, Packet, Object)except that it takesEPRRecipe.<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulWebServiceManager. export(Class<EPR> eprType, javax.xml.ws.WebServiceContext context, T o)Exports 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.TStatefulWebServiceManager. 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 NotNull Constructor Description MemberSubmissionEndpointReference(Source source)construct 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 NotNull Modifier and Type Field Description AttributesImplTagInfoset. attsAttributes on this tag.StringTagInfoset. localNameLocal name of the start tag.String[]TagInfoset. nsNamespace declarations on this tag.Methods in com.sun.xml.ws.encoding with annotations of type NotNull Modifier and Type Method Description MessageStreamSOAPCodec. decode(XMLStreamReader reader)Decodes a message fromXMLStreamReaderthat points to the beginning of a SOAP infoset.Map<String,Attachment>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 NotNull Modifier and Type Method Description 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(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 MessageStreamSOAPCodec. decode(SOAPVersion soapVersion, XMLStreamReader reader, AttachmentSet attachmentSet)MessageStreamSOAPCodec. decode(XMLStreamReader reader)Decodes a message fromXMLStreamReaderthat points to the beginning of a SOAP infoset.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 NotNull Modifier and Type Method Description AttachmentSetXMLMessage.XMLMultiPart. getAttachments()MessageHeadersXMLMessage.XMLMultiPart. getHeaders()Method parameters in com.sun.xml.ws.encoding.xml with annotations of type NotNull Modifier and Type Method Description booleanXMLMessage.XMLMultiPart. isOneWay(WSDLPort port)protected static booleanXMLMessage. isXMLType(String primary, String sub)protected static booleanXMLMessage. isXMLType(String primary, String sub) -
Uses of NotNull in com.sun.xml.ws.fault
Methods in com.sun.xml.ws.fault with annotations of type NotNull Modifier and Type Method Description static MessageSOAPFaultBuilder. createSOAPFaultMessage(SOAPVersion soapVersion, javax.xml.ws.ProtocolException ex, QName faultcode)Method parameters in com.sun.xml.ws.fault with annotations of type NotNull Modifier and Type Method Description static 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 NotNull Modifier and Type Field Description protected StringProblemActionHeader. actionprotected AddressingVersionProblemActionHeader. avprotected TagInfosetAbstractMessageImpl. bodyTagprotected TagInfosetAbstractMessageImpl. envelopeTagprotected TagInfosetAbstractMessageImpl. headerTagMethods in com.sun.xml.ws.message with annotations of type NotNull Modifier and Type Method Description StringFaultDetailHeader. getLocalPart()StringProblemActionHeader. getLocalPart()StringStringHeader. getLocalPart()StringFaultDetailHeader. getNamespaceURI()StringProblemActionHeader. getNamespaceURI()StringStringHeader. getNamespaceURI()StringAbstractHeaderImpl. getRole(SOAPVersion soapVersion)Method parameters in com.sun.xml.ws.message with annotations of type NotNull Modifier and Type Method Description StringFaultDetailHeader. getAttribute(String nsUri, String localName)StringFaultDetailHeader. getAttribute(String nsUri, String localName)StringProblemActionHeader. getAttribute(String nsUri, String localName)StringProblemActionHeader. getAttribute(String nsUri, String localName)StringStringHeader. getAttribute(String nsUri, String localName)StringStringHeader. getAttribute(String nsUri, String localName)StringAbstractHeaderImpl. 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 NotNull Constructor Description ByteArrayAttachment(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 Modifier and Type Method Description StringJAXBHeader. getLocalPart()StringJAXBHeader. getNamespaceURI() -
Uses of NotNull in com.sun.xml.ws.message.saaj
Methods in com.sun.xml.ws.message.saaj with annotations of type NotNull Modifier and Type Method Description AttachmentSetSAAJMessage. getAttachments()Gets the attachments of this message (attachments live outside a message.)MessageHeadersSAAJMessage. getHeaders()StringSAAJHeader. getRole(SOAPVersion soapVersion)Method parameters in com.sun.xml.ws.message.saaj with annotations of type NotNull Modifier and Type Method Description StringSAAJHeader. getRole(SOAPVersion soapVersion) -
Uses of NotNull in com.sun.xml.ws.message.source
Constructor parameters in com.sun.xml.ws.message.source with annotations of type NotNull Constructor Description PayloadSourceMessage(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 NotNull Modifier and Type Field Description protected StringStreamHeader. _roleRole or actor value.Methods in com.sun.xml.ws.message.stream with annotations of type NotNull Modifier and Type Method Description MessageHeadersPayloadStreamReaderMessage. getHeaders()StringOutboundStreamHeader. getLocalPart()StringStreamHeader. getLocalPart()StringOutboundStreamHeader. getNamespaceURI()StringStreamHeader. getNamespaceURI()StringStreamHeader. getRole(SOAPVersion soapVersion)WSEndpointReferenceStreamHeader. readAsEPR(AddressingVersion expected)Creates an EPR without copying infoset.Method parameters in com.sun.xml.ws.message.stream with annotations of type NotNull Modifier and Type Method Description StringStreamHeader. getRole(SOAPVersion soapVersion)booleanStreamHeader. isIgnorable(SOAPVersion soapVersion, Set<String> roles)booleanStreamHeader. isIgnorable(SOAPVersion soapVersion, Set<String> roles)Constructor parameters in com.sun.xml.ws.message.stream with annotations of type NotNull Constructor Description PayloadStreamReaderMessage(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 Modifier and Type Method Description Set<Component>ManagedEndpoint. getComponents() -
Uses of NotNull in com.sun.xml.ws.mex.client
Method parameters in com.sun.xml.ws.mex.client with annotations of type NotNull Modifier and Type Method Description List<PortInfo>MetadataClient. getServiceInformation(Metadata data)Used to retrieve the service and port names and port addresses from metadata.MetadataMetadataClient. retrieveMetadata(MetadataReference reference)Currently only supports Get requests (not Get Metadata), so we only need the reference's address.MetadataMetadataClient. 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 NotNull Modifier and Type Method Description QNameAbstractSEIModelImpl. getBoundPortTypeName()Method parameters in com.sun.xml.ws.model with annotations of type NotNull Modifier and Type Method Description static StringRuntimeModeler. getNamespace(String packageName)gets the namespaceStringfor a givenpackageNameConstructor parameters in com.sun.xml.ws.model with annotations of type NotNull Constructor Description RuntimeModeler(DatabindingConfig config)creates an instance of RunTimeModeler given aseiandbinding -
Uses of NotNull in com.sun.xml.ws.model.wsdl
Methods in com.sun.xml.ws.model.wsdl with annotations of type NotNull Modifier and Type Method Description StringWSDLFaultImpl. getAction()Map<QName,? extends EditableWSDLBoundPortType>WSDLModelImpl. getBindings()EditableWSDLBoundOperationWSDLBoundFaultImpl. getBoundOperation()List<? extends EditableWSDLBoundFault>WSDLBoundOperationImpl. getFaults()StringWSDLBoundFaultImpl. getName()EditableWSDLOperationWSDLFaultImpl. getOperation()EditableWSDLOperationWSDLInputImpl. getOperation()EditableWSDLOperationWSDLOutputImpl. getOperation()EditableWSDLModelWSDLBoundPortTypeImpl. getOwner()EditableWSDLModelWSDLServiceImpl. getParent()QNameWSDLOperationImpl. getPortTypeName()Map<QName,EditableWSDLPortType>WSDLModelImpl. getPortTypes()QNameWSDLFaultImpl. getQName()QNameWSDLOutputImpl. getQName()Map<QName,EditableWSDLService>WSDLModelImpl. getServices()Method parameters in com.sun.xml.ws.model.wsdl with annotations of type NotNull Modifier and Type Method Description voidWSDLBoundOperationImpl. addFault(EditableWSDLBoundFault fault)voidWSDLPortImpl. setEPR(WSEndpointReference epr)Only meant forRuntimeWSDLParserto call.Constructor parameters in com.sun.xml.ws.model.wsdl with annotations of type NotNull Constructor Description WSDLBoundPortTypeImpl(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 NotNull Modifier and Type Method Description NextActionClientMUTube. 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 NotNull Modifier and Type Method Description Queue<Packet>AdditionalResponses. getAdditionalResponsePacketQueue()Collection<String>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 NotNull Modifier and Type Method Description StringRxMessageBase. getCorrelationId()Constructor parameters in com.sun.xml.ws.rx.message with annotations of type NotNull Constructor Description RxMessageBase(String correlationId) -
Uses of NotNull in com.sun.xml.ws.rx.message.jaxws
Methods in com.sun.xml.ws.rx.message.jaxws with annotations of type NotNull Modifier and Type Method Description MessageJaxwsMessage. getJaxwsMessage()PacketJaxwsMessage. getPacket()Method parameters in com.sun.xml.ws.rx.message.jaxws with annotations of type NotNull Modifier and Type Method Description static 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 NotNull Constructor Description JaxwsMessage(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 NotNull Modifier and Type Method Description QNameRmConfigurator. getName()TODO javadocReliableMessagingFeatureBuilderRmConfigurator. update(ReliableMessagingFeatureBuilder builder)TODO javadocMethod parameters in com.sun.xml.ws.rx.rm.policy with annotations of type NotNull Modifier and Type Method Description ReliableMessagingFeatureBuilderRmConfigurator. 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 NotNull Modifier and Type Method Description List<Sequence.AckRange>AcknowledgementData. getAcknowledgedRanges()Returns acknowledged ranges for the sequence identified by acknowledged sequence identifierjavax.xml.ws.EndpointReferenceCreateSequenceData. getAcksToEpr()StringCloseSequenceData. getSequenceId()StringCloseSequenceResponseData. getSequenceId()StringCreateSequenceResponseData. getSequenceId()StringTerminateSequenceData. getSequenceId()StringTerminateSequenceResponseData. getSequenceId()Method parameters in com.sun.xml.ws.rx.rm.protocol with annotations of type NotNull Modifier and Type Method Description AcknowledgementData.BuilderAcknowledgementData.Builder. acknowledgements(String ackedSequenceId, List<Sequence.AckRange> acknowledgedMessageIds, boolean isFinal)Sets acknowledgementsAcknowledgementData.BuilderAcknowledgementData.Builder. ackReqestedSequenceId(String ackRequestedSequenceId)Sets value of AckRequested flag for the sequence associated with this messagestatic CloseSequenceData.BuilderCloseSequenceData. getBuilder(String outboundSequenceId, long lastMessageId)static TerminateSequenceData.BuilderTerminateSequenceData. getBuilder(String sequenceId, long lastMessageId)Constructor parameters in com.sun.xml.ws.rx.rm.protocol with annotations of type NotNull Constructor Description Builder(String sequenceId)Builder(String sequenceId) -
Uses of NotNull in com.sun.xml.ws.rx.rm.runtime
Methods in com.sun.xml.ws.rx.rm.runtime with annotations of type NotNull Modifier and Type Method Description MessageJaxwsApplicationMessage. getJaxwsMessage()PacketJaxwsApplicationMessage. getPacket()Method parameters in com.sun.xml.ws.rx.rm.runtime with annotations of type NotNull Modifier and Type Method Description abstract 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)booleanWsrmProtocolHandler. containsProtocolMessage(Packet packet)booleanWsrmProtocolHandler. containsProtocolRequest(Packet packet)booleanWsrmProtocolHandler. containsProtocolResponse(Packet packet)protected 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 <T> TWsrmProtocolHandler. readHeaderAsUnderstood(String nsUri, String name, Message message)protected <T> TWsrmProtocolHandler. readHeaderAsUnderstood(String nsUri, String name, Message message)protected <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 <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 NotNull Constructor Description ApplicationMessageBase(int initialResendCounterValue, String correlationId, String sequenceId, long messageNumber, AcknowledgementData acknowledgementData)ApplicationMessageBase(String correlationId)ApplicationMessageBase(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)WsrmProtocolHandler(RmRuntimeVersion rmVersion, RmConfiguration configuration, Communicator communicator)WsrmProtocolHandler(RmRuntimeVersion rmVersion, RmConfiguration configuration, Communicator communicator)WsrmProtocolHandler(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 NotNull Modifier and Type Method Description static 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 NotNull Modifier and Type Method Description voidSequence. registerMessage(ApplicationMessage message, boolean storeMessageFlag)Registers given message with the sequenceApplicationMessageSequence. 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 NotNull Constructor Description SequenceMaintenanceTask(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 NotNull Modifier and Type Method Description PacketCommunicator. 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.booleanTimestampedCollection. register(long timestamp, V subject)Creates a newsubjectregistration.VTimestampedCollection. register(K correlationId, V subject)Registers asubjectand maps it to a givencorrelationId.VTimestampedCollection. register(K correlationId, V subject)Registers asubjectand maps it to a givencorrelationId.booleanTimestampedCollection. register(V subject)Creates a newsubjectregistration.VTimestampedCollection. remove(K correlationId)Removes a registration from the collection based on acorrelationIdand returns the value of the registeredsubject.voidFiberExecutor. schedule(Packet request, Fiber.CompletionCallback callback)PacketCommunicator. send(Packet request)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 NotNull Modifier and Type Method Description MessageLazyStreamCodec. decode(XMLStreamReader reader, AttachmentSet att)Method parameters in com.sun.xml.ws.security.encoding with annotations of type NotNull Modifier and Type Method Description MessageLazyStreamCodec. 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 NotNull Modifier and Type Method Description protected 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 NotNull Modifier and Type Method Description AttachmentSetLazyStreamBasedMessage. 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 Modifier and Type Method Description booleanLazyStreamBasedMessage. isOneWay(WSDLPort port)Returns 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.attachment
Constructor parameters in com.sun.xml.ws.security.opt.impl.attachment with annotations of type NotNull Constructor Description AttachmentImpl(String contentId, byte[] data, String mimeType) -
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 NotNull Modifier and Type Method Description StringSignedMessageHeader. getLocalPart()StringSignedMessageHeader. 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 NotNull Modifier and Type Method Description AttachmentSetVerifiedStreamMessage. getAttachments()Constructor parameters in com.sun.xml.ws.security.opt.impl.incoming with annotations of type NotNull Constructor Description 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(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 NotNull Modifier and Type Method Description StringBinarySecurityToken. getLocalPart()StringBinarySecurityToken. getNamespaceURI()Method parameters in com.sun.xml.ws.security.opt.impl.keyinfo with annotations of type NotNull Modifier and Type Method Description StringSecurityTokenReference. getAttribute(String nsUri, String localName)StringSecurityTokenReference. getAttribute(String nsUri, String localName)StringSecurityTokenReference. 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 NotNull Modifier and Type Method Description StringHeader. getLocalPart()Gets the local name of this header element.StringHeader. getNamespaceURI()Gets the namespace URI of this header element.StringHeader. getRole(SOAPVersion soapVersion)Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).WSEndpointReferenceHeader. readAsEPR(AddressingVersion expected)WSEndpointReferenceHeaderWrapper. readAsEPR(AddressingVersion expected)WSEndpointReferenceSecurityHeaderWrapper. readAsEPR(AddressingVersion expected)Method parameters in com.sun.xml.ws.security.opt.impl.message with annotations of type NotNull Modifier and Type Method Description StringHeader. getAttribute(String nsUri, String localName)Gets the attribute value on the header element.StringHeader. getAttribute(String nsUri, String localName)Gets the attribute value on the header element.StringHeader. getAttribute(QName name)Gets the attribute value on the header element.StringHeader. 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.)booleanMessageWrapper. isOneWay(WSDLPort port)Returns 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 NotNull Modifier and Type Method Description StringSecurityHeader. getLocalPart()Gets the local name of this header element.StringSecurityHeader. getNamespaceURI()Gets the namespace URI of this header element.Method parameters in com.sun.xml.ws.security.opt.impl.outgoing with annotations of type NotNull Modifier and Type Method Description StringSecurityHeader. getAttribute(String nsUri, String localName)Gets the attribute value on the header element.StringSecurityHeader. getAttribute(String nsUri, String localName)Gets the attribute value on the header element.StringSecurityHeader. 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 NotNull Modifier and Type Method Description StringDirectReference. getAttribute(String nsUri, String localName)StringDirectReference. getAttribute(String nsUri, String localName)StringDirectReference. getAttribute(QName name)StringKeyIdentifier. getAttribute(String nsUri, String localName)StringKeyIdentifier. getAttribute(String nsUri, String localName)StringKeyIdentifier. getAttribute(QName name)StringDirectReference. setAttribute(String nsUri, String localName, String value)StringDirectReference. setAttribute(String nsUri, String localName, String value)StringDirectReference. setAttribute(String nsUri, String localName, String value)StringDirectReference. setAttribute(QName name, String value)StringDirectReference. 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 Modifier and Type Method Description static List<Element>DOMUtil. getChildElements(Node parent) -
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 NotNull Modifier and Type Method Description byte[]BinarySecretImpl. getRawValue()StringBinarySecretImpl. getTextValue()Method parameters in com.sun.xml.ws.security.trust.impl.elements with annotations of type NotNull Modifier and Type Method Description static 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.voidRequestSecurityTokenResponseImpl. setCanonicalizationAlgorithm(URI algorithm)voidRequestedProofTokenImpl. setComputedKey(URI computedKey)voidRequestSecurityTokenImpl. setComputedKeyAlgorithm(URI algorithm)voidRequestSecurityTokenResponseImpl. setComputedKeyAlgorithm(URI algorithm)voidRequestSecurityTokenResponseImpl. setEncryptionAlgorithm(URI algorithm)voidRequestSecurityTokenResponseImpl. setEncryptWith(URI algorithm)voidEntropyImpl. setEntropyType(String type)Sets the type of the Entropy contentsvoidRequestSecurityTokenResponseImpl. setKeySize(long size)voidRequestSecurityTokenImpl. setKeyType(URI keytype)voidRequestSecurityTokenResponseImpl. setKeyType(URI keytype)voidRequestedProofTokenImpl. setProofTokenType(String proofTokenType)voidBinaryExchangeImpl. setRawValue(byte[] rawText)voidBinarySecretImpl. setRawValue(byte[] rawText)voidRequestSecurityTokenImpl. setRequestType(URI requestType)voidRequestSecurityTokenResponseImpl. setSignatureAlgorithm(URI algorithm)voidUseKeyImpl. setSignatureID(URI sigID)voidBinaryExchangeImpl. setTextValue(String encodedText)voidBinarySecretImpl. setTextValue(String encodedText)voidUseKeyImpl. setToken(Token token)Constructor parameters in com.sun.xml.ws.security.trust.impl.elements with annotations of type NotNull Constructor Description BinarySecretImpl(byte[] rawValue, String type)BinarySecretImpl(BinarySecretType bsType)EntropyImpl(EntropyType etype)LifetimeImpl(LifetimeType ltType)RequestedSecurityTokenImpl(RequestedSecurityTokenType rdstType)UseKeyImpl(UseKeyType ukType) -
Uses of NotNull in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with annotations of type NotNull Modifier and Type Method Description BindingIDMonitorRootService. bindingID()ContainerMonitorRootService. container()CodecWSEndpointImpl. 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.WSEndpoint.PipeHeadWSEndpointImpl. createPipeHead()<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> adrsVer, Packet currentRequest, T o)<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>
EPRStatefulInstanceResolver. export(Class<EPR> adrsVer, String endpointAddress, T o)<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> epr, javax.xml.ws.WebServiceContext context, T o)<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> epr, T o)javax.xml.ws.wsaddressing.W3CEndpointReferenceStatefulInstanceResolver. export(T o)WSFeatureListMonitorRootService. features()ServerTubeAssemblerContextWSEndpointImpl. getAssemblerContext()WSBindingWSEndpointImpl. getBinding()Set<Component>WSEndpointImpl. getComponents()ContainerWSEndpointImpl. 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)Class<T>WSEndpointImpl. getImplementationClass()InvokerInvokerTube. getInvoker(Packet request)Returns theInvokerobject that serves the request.org.glassfish.gmbal.ManagedObjectManagerWSEndpointImpl. getManagedObjectManager()QNameWSEndpointImpl. getPortName()SDDocumentServiceDefinitionImpl. getPrimary()QNameWSEndpointImpl. getServiceName()QNameMonitorRootService. portName()TSingletonResolver. resolve(Packet request)TStatefulInstanceResolver. resolve(Packet request)QNameMonitorRootService. serviceName()Method parameters in com.sun.xml.ws.server with annotations of type NotNull Modifier and Type Method Description <EPR extends javax.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> adrsVer, Packet currentRequest, T o)<EPR extends javax.xml.ws.EndpointReference>
EPRStatefulInstanceResolver. export(Class<EPR> adrsVer, Packet currentRequest, T o, EPRRecipe recipe)voidDefaultResourceInjector. 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 NotNull Constructor Description AbstractWebServiceContext(WSEndpoint endpoint)ServiceDefinitionImpl(Collection<SDDocumentImpl> docs, SDDocumentImpl primaryWsdl)SingletonResolver(T singleton)UnsupportedMediaException(String contentType, List<String> expectedContentTypes)WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline)WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline)WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy)WSEndpointImpl(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 NotNull Modifier and Type Method Description PacketAsyncProviderInvokerTube.AsyncWebServiceContext. getRequestPacket()NextActionAsyncProviderInvokerTube. processException(Throwable t)NextActionSyncProviderInvokerTube. processException(Throwable t)NextActionAsyncProviderInvokerTube. processRequest(Packet request)NextActionAsyncProviderInvokerTube. processResponse(Packet response)NextActionSyncProviderInvokerTube. processResponse(Packet response)Method parameters in com.sun.xml.ws.server.provider with annotations of type NotNull Modifier and Type Method Description NextActionAsyncProviderInvokerTube. processException(Throwable t)NextActionSyncProviderInvokerTube. processException(Throwable t)NextActionAsyncProviderInvokerTube. processRequest(Packet request)NextActionAsyncProviderInvokerTube. processResponse(Packet response)NextActionSyncProviderInvokerTube. processResponse(Packet response)voidAsyncProviderInvokerTube.AsyncProviderCallbackImpl. sendError(Throwable t) -
Uses of NotNull in com.sun.xml.ws.server.sei
Methods in com.sun.xml.ws.server.sei with annotations of type NotNull Modifier and Type Method Description TInvokerSource. getInvoker(Packet request)Returns Invoker for the given requestTInvokerTube. getInvoker(Packet request)Returns theInvokerobject that serves the request.NextActionSEIInvokerTube. processException(Throwable t)NextActionSEIInvokerTube. processRequest(Packet req)This binds the parameters for SEI endpoints and invokes the endpoint method.NextActionSEIInvokerTube. processResponse(Packet response)Method parameters in com.sun.xml.ws.server.sei with annotations of type NotNull Modifier and Type Method Description abstract ObjectInvoker. invoke(Packet p, Method m, Object... args)Wrapper for reflection invoke that allows containers to adaptabstract ObjectInvoker. invoke(Packet p, Method m, Object... args)Wrapper for reflection invoke that allows containers to adaptabstract ObjectInvoker. invoke(Packet p, Method m, Object... args)Wrapper for reflection invoke that allows containers to adaptNextActionSEIInvokerTube. processException(Throwable t)NextActionSEIInvokerTube. processRequest(Packet req)This binds the parameters for SEI endpoints and invokes the endpoint method.NextActionSEIInvokerTube. 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 NotNull Modifier and Type Method Description THttpSessionInstanceResolver. resolve(Packet request)Constructor parameters in com.sun.xml.ws.server.servlet with annotations of type NotNull Constructor Description HttpSessionInstanceResolver(Class<T> clazz) -
Uses of NotNull in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db with annotations of type NotNull Modifier and Type Method Description BindingContextXMLBridge. context()Gets theBindingContextto which this object belongs.StringBindingContext. getBuildId()Gets the build information of the JAXB runtime.BindingContextOldBridge. getContext()Gets theBindingContextto which this object belongs.List<String>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.TOldBridge. unmarshal(BridgeContext context, InputStream in)TOldBridge. unmarshal(BridgeContext context, XMLStreamReader in)TOldBridge. unmarshal(BridgeContext context, Source in)TOldBridge. unmarshal(BridgeContext context, Node n)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 TOldBridge. unmarshal(javax.xml.bind.Unmarshaller u, Source in)abstract TOldBridge. unmarshal(javax.xml.bind.Unmarshaller context, Node n)TOldBridge. unmarshal(XMLStreamReader in)Unmarshals the specified type object.TOldBridge. unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TOldBridge. unmarshal(Source in)Unmarshals the specified type object.TOldBridge. unmarshal(Source in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TOldBridge. unmarshal(Node n)Unmarshals the specified type object.TOldBridge. unmarshal(Node n, javax.xml.bind.attachment.AttachmentUnmarshaller au)TXMLBridge. unmarshal(InputStream in)Unmarshals the specified type object.TXMLBridge. unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TXMLBridge. unmarshal(Source in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TXMLBridge. unmarshal(Node n, javax.xml.bind.attachment.AttachmentUnmarshaller au)Method parameters in com.sun.xml.ws.spi.db with annotations of type NotNull Modifier and Type Method Description XMLBridgeBindingContext. 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.QNameBindingContext. getElementName(Class o)Allows to retrieve the element name based on Class.QNameBindingContext. getElementName(Object o)If the given object is bound to an element in XML by JAXB, returns the element name.QNameBindingContext. 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.voidOldBridge. marshal(BridgeContext context, T object, OutputStream output, NamespaceContext nsContext)voidOldBridge. marshal(BridgeContext context, T object, XMLStreamWriter output)voidOldBridge. marshal(BridgeContext context, T object, Result result)voidOldBridge. marshal(BridgeContext context, T object, Node output)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 voidOldBridge. marshal(javax.xml.bind.Marshaller m, T object, Result result)abstract voidOldBridge. marshal(javax.xml.bind.Marshaller m, T object, Node output)abstract voidOldBridge. marshal(javax.xml.bind.Marshaller m, T object, ContentHandler contentHandler)TOldBridge. unmarshal(BridgeContext context, InputStream in)TOldBridge. unmarshal(BridgeContext context, InputStream in)TOldBridge. unmarshal(BridgeContext context, XMLStreamReader in)TOldBridge. unmarshal(BridgeContext context, XMLStreamReader in)TOldBridge. unmarshal(BridgeContext context, Source in)TOldBridge. unmarshal(BridgeContext context, Source in)TOldBridge. unmarshal(BridgeContext context, Node n)TOldBridge. unmarshal(BridgeContext context, Node n)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 TOldBridge. unmarshal(javax.xml.bind.Unmarshaller u, Source in)abstract TOldBridge. unmarshal(javax.xml.bind.Unmarshaller u, Source in)abstract TOldBridge. unmarshal(javax.xml.bind.Unmarshaller context, Node n)abstract TOldBridge. unmarshal(javax.xml.bind.Unmarshaller context, Node n)TOldBridge. unmarshal(XMLStreamReader in)Unmarshals the specified type object.TOldBridge. unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TOldBridge. unmarshal(Source in)Unmarshals the specified type object.TOldBridge. unmarshal(Source in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TOldBridge. unmarshal(Node n)Unmarshals the specified type object.TOldBridge. unmarshal(Node n, javax.xml.bind.attachment.AttachmentUnmarshaller au)TXMLBridge. unmarshal(InputStream in)Unmarshals the specified type object.TXMLBridge. unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TXMLBridge. unmarshal(Source in, javax.xml.bind.attachment.AttachmentUnmarshaller au)TXMLBridge. unmarshal(Node n, 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 NotNull Constructor Description TidyXMLStreamReader(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 NotNull Modifier and Type Method Description NextActionDeferredTransportPipe. processException(Throwable t)NextActionDeferredTransportPipe. processRequest(Packet request)NextActionDeferredTransportPipe. 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 NotNull Modifier and Type Method Description StringWSHTTPConnection. 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.StringWSHTTPConnection. 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 streamabstract Set<String>WSHTTPConnection. getRequestHeaderNames()Deprecated.This is a potentially expensive operation.abstract Map<String,List<String>>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.List<A>DeploymentDescriptorParser. parse(File f)Parses thesun-jaxws.xmlfile and configures a set ofHttpAdapters.List<A>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 NotNull Modifier and Type Method Description static StringDeploymentDescriptorParser. getBindingIdForToken(String lexical)JSR-109 defines short-form tokens for standard binding Ids.abstract StringWSHTTPConnection. getRequestHeader(String headerName)Gets an HTTP request header.abstract List<String>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 NotNull Modifier and Type Method Description NextActionHttpTransportPipe. processException(Throwable t)NextActionHttpTransportPipe. processRequest(Packet request)NextActionHttpTransportPipe. processResponse(Packet response)Constructor parameters in com.sun.xml.ws.transport.http.client with annotations of type NotNull Constructor Description HttpClientTransport(Packet packet, Map<String,List<String>> reqHeaders)HttpClientTransport(Packet packet, Map<String,List<String>> reqHeaders) -
Uses of NotNull in com.sun.xml.ws.transport.http.server
Methods in com.sun.xml.ws.transport.http.server with annotations of type NotNull Modifier and Type Method Description URIServerAdapter. getAddress()URIServerAdapter. getAddress(String baseAddress)Constructor parameters in com.sun.xml.ws.transport.http.server with annotations of type NotNull Constructor Description EndpointImpl(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 NotNull Modifier and Type Method Description protected 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.URIServletAdapter. getAddress()URIServletAdapter. getAddress(String baseAddress)StringServletConnectionImpl. getBaseAddress()StringServletConnectionImpl. getContextPath()StringServletModule. getContextPath(javax.servlet.http.HttpServletRequest req)Gets the host, port, and context path portion of this module usingHttpServletRequestStringServletConnectionImpl. getEPRAddress(Packet p, WSEndpoint endpoint)InputStreamServletConnectionImpl. getInput()OutputStreamServletConnectionImpl. getOutput()StringServletConnectionImpl. getPathInfo()Map<String,List<String>>ServletConnectionImpl. getRequestHeaders()StringServletConnectionImpl. getRequestMethod()StringServletConnectionImpl. getRequestScheme()StringServletConnectionImpl. getRequestURI()StringServletConnectionImpl. getServerName()intServletConnectionImpl. getServerPort()WebServiceContextDelegateServletConnectionImpl. getWebServiceContextDelegate()Method parameters in com.sun.xml.ws.transport.http.servlet with annotations of type NotNull Modifier and Type Method Description List<String>ServletConnectionImpl. getRequestHeaderValues(String headerName)StringServletConnectionImpl. getWSDLAddress(Packet request, WSEndpoint endpoint)StringServletConnectionImpl. getWSDLAddress(Packet request, WSEndpoint endpoint)voidServletConnectionImpl. setContentTypeResponseHeader(String value)Constructor parameters in com.sun.xml.ws.transport.http.servlet with annotations of type NotNull Constructor Description ServletConnectionImpl(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 NotNull Modifier and Type Method Description ConnectionSessionWSConnectionManager. createConnectionSession(WSTCPURI tcpURI)Open new tcp connection and establish service virtual connectionChannelContextWSConnectionManager. openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec)InputStreamTCPClientTransport. openInputStream()OutputStreamTCPClientTransport. openOutputStream()Method parameters in com.sun.xml.ws.transport.tcp.client with annotations of type NotNull Modifier and Type Method Description voidWSConnectionManager. abortConnection(ConnectionSession connectionSession)voidWSConnectionManager. closeChannel(ChannelContext channelContext)ConnectionSessionWSConnectionManager. createConnectionSession(WSTCPURI tcpURI)Open new tcp connection and establish service virtual connectionvoidClientConnectionSession. deregisterChannel(ChannelContext context)ChannelContextClientConnectionSession. findWSServiceContextByURI(WSTCPURI wsTCPURI)voidWSConnectionManager. freeConnection(ConnectionSession connectionSession)ObjectClientConnectionSession. getAttribute(String name)voidWSConnectionManager. lockConnection(ConnectionSession connectionSession)ChannelContextWSConnectionManager. openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec)ChannelContextWSConnectionManager. openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec)ChannelContextWSConnectionManager. openChannel(WSTCPURI uri, WSService wsService, WSBinding wsBinding, Codec defaultCodec)ChannelContextWSConnectionManager. 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 Constructor Description ServiceChannelTransportPipe(ClientTubeAssemblerContext context)TCPClientTransport(ChannelContext channelContext) -
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 NotNull Constructor Description GrizzlyTCPConnector(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 NotNull Modifier and Type Method Description WSTCPAdapterRegistryTCPServiceChannelWSAdapter.ServiceChannelWSSatellite. getAdapterRegistry()protected CodecTCPAdapter.TCPToolkit. getCodec(ChannelContext context)StringTCPConnectionImpl. getEPRAddress(Packet request, WSEndpoint endpoint)static WSTCPModuleWSTCPModule. getInstance()Method returns initialized WSTCPModule instanceCollection<WSTCPConnector>WSTCP. initialize()List<TCPAdapter>WSTCP. parseDeploymentDescriptor()Method parameters in com.sun.xml.ws.transport.tcp.server with annotations of type NotNull Modifier and Type Method Description voidTCPAdapter.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)StringTCPConnectionImpl. getEPRAddress(Packet request, WSEndpoint endpoint)StringTCPConnectionImpl. getEPRAddress(Packet request, WSEndpoint endpoint)TCPAdapterWSTCPAdapterRegistry. getTarget(WSTCPURI requestURI)TCPAdapterWSTCPDelegate. getTarget(WSTCPURI tcpURI)Determines whichTCPAdapterserves the given request.StringTCPConnectionImpl. getWSDLAddress(Packet request, WSEndpoint endpoint)StringTCPConnectionImpl. 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 NotNull Constructor Description TCPAdapter(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 NotNull Modifier and Type Method Description StringChannelContext. decodeMimeType(int contentId)StringChannelContext. decodeParam(int paramId)ChannelSettingsChannelContext. getChannelSettings()Return channel settings, which were aggreed during handshake phaseConnectionChannelContext. getConnection()Return TCP connection object, where this virtual channel is acting onConnectionSessionChannelContext. getConnectionSession()Return TCP session object where which this virual channel is open onStringChannelContext. getContentType()Gets message's content type from TCP protocol specific representationList<String>ChannelSettings. getNegotiatedMimeTypes()List<String>ChannelSettings. getNegotiatedParams()ChannelContextConnectionSession. getServiceChannelContext()WSTCPURIChannelSettings. getTargetWSURI()QNameChannelContext. getWSServiceName()Return virtual channel's correspondent service nameQNameChannelSettings. getWSServiceName()Method parameters in com.sun.xml.ws.transport.tcp.util with annotations of type NotNull Modifier and Type Method Description static 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)ChannelContextConnectionSession. findWSServiceContextByURI(WSTCPURI wsTCPURI)ObjectConnectionSession. 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 NotNull Constructor Description ChannelContext(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 NotNull Modifier and Type Method Description static 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 NotNull Modifier and Type Method Description NextActionWSATClientTube. processException(Throwable t)NextActionWSATServerTube. processException(Throwable t)NextActionWSATClientTube. processRequest(Packet request)NextActionWSATServerTube. processRequest(Packet request)NextActionWSATClientTube. processResponse(Packet response)NextActionWSATServerTube. processResponse(Packet response)Method parameters in com.sun.xml.ws.tx.at.tube with annotations of type NotNull Modifier and Type Method Description NextActionWSATClientTube. processRequest(Packet request)NextActionWSATClientTube. processResponse(Packet response) -
Uses of NotNull in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util with annotations of type NotNull Modifier and Type Method Description static List<Element>DOMUtil. getChildElements(Node parent)Method parameters in com.sun.xml.ws.util with annotations of type NotNull Modifier and Type Method Description static 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>ServiceFinder. find(Class<T> service, Component component)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)VQNameMap. get(String nsUri, String localPart)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 NotNull Modifier and Type Method Description List<Locator>LocatableWebServiceException. 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 NotNull Modifier and Type Method Description PipeStandalonePipeAssembler. createClient(ClientPipeAssemblerContext context)TubeStandaloneTubeAssembler. 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 NotNull Constructor Description StAXSource(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 NotNull Modifier and Type Method Description WSDLOperationMappingOperationDispatcher. getWSDLOperationMapping(Packet request)QNameOperationDispatcher. getWSDLOperationQName(Packet request)Deprecated.use getWSDLOperationMapping(Packet request)Constructor parameters in com.sun.xml.ws.wsdl with annotations of type NotNull Constructor Description ActionBasedOperationSignature(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 NotNull Modifier and Type Method Description 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, 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 NotNull Constructor Description WSDLPatcher(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 NotNull Modifier and Type Method Description TubeClientPipeCreator. createSecurityTube(ClientTubelineAssemblyContext context)TubeServerPipeCreator. createSecurityTube(ServerTubelineAssemblyContext context)Method parameters in com.sun.xml.wss.provider.wsit with annotations of type NotNull Modifier and Type Method Description <T> TIdentityEPRExtnContributor. getSPI(Class<T> spiType)
-