|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NotNull in com.oracle.webservices.api.message |
|---|
| Method parameters in com.oracle.webservices.api.message with annotations of type NotNull | |
|---|---|
void |
BaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass,
PropertySet satellite)
|
void |
BaseDistributedPropertySet.addSatellite(Class<? extends PropertySet> keyClass,
PropertySet satellite)
|
void |
BaseDistributedPropertySet.addSatellite(PropertySet satellite)
|
void |
BaseDistributedPropertySet.copySatelliteInto(DistributedPropertySet r)
|
| Uses of NotNull in com.sun.istack |
|---|
| Methods in com.sun.istack with annotations of type NotNull | |
|---|---|
protected abstract T |
Pool.Impl.create()
Creates a new instance of object. |
T |
Pool.take()
Gets a new object from the pool. |
T |
Pool.Impl.take()
Gets a new object from the pool. |
| Method parameters in com.sun.istack with annotations of type NotNull | |
|---|---|
void |
Pool.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 | |
|---|---|
static Logger |
Logger.getLogger(Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class. |
static Logger |
Logger.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 | |
|---|---|
static Logger |
Logger.getLogger(Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class. |
static Logger |
Logger.getLogger(String customLoggerName,
Class<?> componentClass)
The factory method returns preconfigured Logger wrapper for the class. |
static Logger |
Logger.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 | |
|---|---|
abstract BridgeContext |
JAXBRIContext.createBridgeContext()
Creates a new BridgeContext instance. |
abstract String |
JAXBRIContext.getBuildId()
Gets the build information of the JAXB runtime. |
JAXBRIContext |
Bridge.getContext()
Gets the JAXBRIContext to which this object belongs. |
abstract List<String> |
JAXBRIContext.getKnownNamespaceURIs()
Gets the namespace URIs statically known to this JAXBContext. |
static String |
JAXBRIContext.mangleNameToClassName(String localName)
Computes a Java class name from a local name. |
static String |
JAXBRIContext.mangleNameToPropertyName(String localName)
Computes a Java class name from a local name. |
static String |
JAXBRIContext.mangleNameToVariableName(String localName)
Computes a Java identifier from a local name. |
T |
Bridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
Bridge.unmarshal(BridgeContext context,
Node n)
|
T |
Bridge.unmarshal(BridgeContext context,
Source in)
|
T |
Bridge.unmarshal(BridgeContext context,
XMLStreamReader in)
|
T |
Bridge.unmarshal(InputStream in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Node n)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Node n,
AttachmentUnmarshaller au)
|
T |
Bridge.unmarshal(Source in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Source in,
AttachmentUnmarshaller au)
|
abstract T |
Bridge.unmarshal(Unmarshaller u,
InputStream in)
|
abstract T |
Bridge.unmarshal(Unmarshaller context,
Node n)
|
abstract T |
Bridge.unmarshal(Unmarshaller u,
Source in)
|
abstract T |
Bridge.unmarshal(Unmarshaller u,
XMLStreamReader in)
|
T |
Bridge.unmarshal(XMLStreamReader in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(XMLStreamReader in,
AttachmentUnmarshaller au)
|
| Method parameters in com.sun.xml.bind.api with annotations of type NotNull | |
|---|---|
abstract Bridge |
JAXBRIContext.createBridge(TypeReference ref)
Creates a mini-marshaller/unmarshaller that can process a TypeReference. |
abstract void |
JAXBRIContext.generateSchema(SchemaOutputResolver outputResolver)
Generates the schema documents from the model. |
static Type |
JAXBRIContext.getBaseType(Type type,
Class baseType)
Gets the parameterization of the given base type. |
static Type |
JAXBRIContext.getBaseType(Type type,
Class baseType)
Gets the parameterization of the given base type. |
abstract QName |
JAXBRIContext.getElementName(Class o)
Allows to retrieve the element name based on Class. |
abstract QName |
JAXBRIContext.getElementName(Object o)
If the given object is bound to an element in XML by JAXB, returns the element name. |
abstract QName |
JAXBRIContext.getTypeName(TypeReference tr)
Returns the name of the XML Type bound to the specified Java type. |
static String |
JAXBRIContext.mangleNameToClassName(String localName)
Computes a Java class name from a local name. |
static String |
JAXBRIContext.mangleNameToPropertyName(String localName)
Computes a Java class name from a local name. |
static String |
JAXBRIContext.mangleNameToVariableName(String localName)
Computes a Java identifier from a local name. |
void |
Bridge.marshal(BridgeContext context,
T object,
ContentHandler contentHandler)
|
void |
Bridge.marshal(BridgeContext context,
T object,
Node output)
|
void |
Bridge.marshal(BridgeContext context,
T object,
OutputStream output,
NamespaceContext nsContext)
|
void |
Bridge.marshal(BridgeContext context,
T object,
Result result)
|
void |
Bridge.marshal(BridgeContext context,
T object,
XMLStreamWriter output)
|
abstract void |
Bridge.marshal(Marshaller m,
T object,
ContentHandler contentHandler)
|
abstract void |
Bridge.marshal(Marshaller m,
T object,
Node output)
|
abstract void |
Bridge.marshal(Marshaller m,
T object,
OutputStream output,
NamespaceContext nsContext)
|
abstract void |
Bridge.marshal(Marshaller m,
T object,
Result result)
|
abstract void |
Bridge.marshal(Marshaller m,
T object,
XMLStreamWriter output)
|
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.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 new JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
String defaultNamespaceRemap,
boolean c14nSupport)
Deprecated. Compatibility with older versions. |
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. |
T |
Bridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
Bridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
Bridge.unmarshal(BridgeContext context,
Node n)
|
T |
Bridge.unmarshal(BridgeContext context,
Node n)
|
T |
Bridge.unmarshal(BridgeContext context,
Source in)
|
T |
Bridge.unmarshal(BridgeContext context,
Source in)
|
T |
Bridge.unmarshal(BridgeContext context,
XMLStreamReader in)
|
T |
Bridge.unmarshal(BridgeContext context,
XMLStreamReader in)
|
T |
Bridge.unmarshal(InputStream in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Node n)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Node n,
AttachmentUnmarshaller au)
|
T |
Bridge.unmarshal(Source in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(Source in,
AttachmentUnmarshaller au)
|
abstract T |
Bridge.unmarshal(Unmarshaller u,
InputStream in)
|
abstract T |
Bridge.unmarshal(Unmarshaller u,
InputStream in)
|
abstract T |
Bridge.unmarshal(Unmarshaller context,
Node n)
|
abstract T |
Bridge.unmarshal(Unmarshaller context,
Node n)
|
abstract T |
Bridge.unmarshal(Unmarshaller u,
Source in)
|
abstract T |
Bridge.unmarshal(Unmarshaller u,
Source in)
|
abstract T |
Bridge.unmarshal(Unmarshaller u,
XMLStreamReader in)
|
abstract T |
Bridge.unmarshal(Unmarshaller u,
XMLStreamReader in)
|
T |
Bridge.unmarshal(XMLStreamReader in)
Unmarshals the specified type object. |
T |
Bridge.unmarshal(XMLStreamReader in,
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 | |
|---|---|
BridgeContext |
JAXBContextImpl.createBridgeContext()
|
CharSequence |
FilterTransducer.print(T o)
|
CharSequence |
InlineBinaryTransducer.print(V o)
|
CharSequence |
Transducer.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 | |
|---|---|
int |
NamespaceContext2.force(String uri,
String prefix)
Forcibly make a namespace declaration in effect. |
int |
NamespaceContext2.force(String uri,
String prefix)
Forcibly make a namespace declaration in effect. |
QName |
JaxBeanInfo.getTypeName(BeanT instance)
Returns the XML type name to be used to marshal the specified instance. |
QName |
Transducer.getTypeName(ValueT instance)
Transducers implicitly work against a single XML type, but sometimes (most notably XMLGregorianCalendar,
an instance may choose different XML types. |
CharSequence |
FilterTransducer.print(T o)
|
CharSequence |
InlineBinaryTransducer.print(V o)
|
CharSequence |
Transducer.print(ValueT o)
Converts the given value to its lexical representation. |
void |
Transducer.writeLeafElement(XMLSerializer w,
Name tagName,
ValueT o,
String fieldName)
Sends the result of the Transducer.print(Object) operation
to one of the XMLSerializer.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 | |
|---|---|
int |
NamespaceContextImpl.force(String uri,
String prefix)
|
int |
NamespaceContextImpl.force(String uri,
String prefix)
|
int |
NamespaceContextImpl.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 | |
|---|---|
abstract CharSequence |
TransducedAccessor.print(BeanT o)
Prints the responsible field of the given bean to the writer. |
| Uses of NotNull in com.sun.xml.ws.addressing |
|---|
| Methods in com.sun.xml.ws.addressing with annotations of type NotNull | |
|---|---|
NextAction |
WsaServerTube.processException(Throwable t)
|
NextAction |
WsaClientTube.processRequest(Packet request)
|
NextAction |
WsaServerTube.processRequest(Packet request)
|
NextAction |
WsaClientTube.processResponse(Packet response)
|
NextAction |
WsaServerTube.processResponse(Packet response)
|
| Method parameters in com.sun.xml.ws.addressing with annotations of type NotNull | ||
|---|---|---|
static
|
EndpointReferenceUtil.transform(Class<T> clazz,
EndpointReference epr)
Gives the EPR based on the clazz. |
|
| Constructor parameters in com.sun.xml.ws.addressing with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | ||
|---|---|---|
WSBinding |
BindingID.createBinding()
Creates an instance of WSBinding (which is conceptually an "use"
of BindingID) from a BindingID. |
|
WSBinding |
BindingID.createBinding(WebServiceFeature... features)
|
|
WSBinding |
BindingID.createBinding(WSFeatureList features)
|
|
abstract Codec |
BindingID.createEncoder(WSBinding binding)
Creates a new Codec for this binding. |
|
BindingID |
WSBinding.getBindingId()
Gets the binding ID, which uniquely identifies the binding. |
|
Set<Component> |
ComponentRegistry.getComponents()
Returns the set of Components registered with this object |
|
Set<Component> |
WSService.getComponents()
|
|
abstract Container |
WSService.getContainer()
Gets the Container object. |
|
WSFeatureList |
WSBinding.getFaultMessageFeatures(QName operationName,
QName messageName)
Experimental: Returns a list of features associated with WSBinding that apply to
one of the fault messages of an operation. |
|
WSFeatureList |
WSBinding.getFeatures()
Returns a list of features associated with WSBinding. |
|
List<Handler> |
WSBinding.getHandlerChain()
|
|
WSFeatureList |
WSBinding.getInputMessageFeatures(QName operationName)
Experimental: Returns a list of features associated with WSBinding that apply to
the input message of an operation. |
|
|
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. |
|
MessageContextFactory |
WSBinding.getMessageContextFactory()
|
|
WSFeatureList |
WSBinding.getOperationFeatures(QName operationName)
Experimental: Returns a list of features associated with WSBinding that apply to
a particular operation. |
|
WSFeatureList |
WSBinding.getOutputMessageFeatures(QName operationName)
Experimental: Returns a list of features associated with WSBinding that apply to
the output message of an operation. |
|
String |
BindingID.getTransport()
Returns wsdl:binding@transport attribute. |
|
static BindingID |
BindingID.parse(Class<?> implClass)
Figures out the binding from BindingType annotation. |
|
static BindingID |
BindingID.parse(String lexical)
Parses a binding ID string into a BindingID object. |
|
WebServiceFeature[] |
WSFeatureList.toArray()
Obtains all the features in the array. |
|
| Method parameters in com.sun.xml.ws.api with annotations of type NotNull | ||
|---|---|---|
void |
DistributedPropertySet.addSatellite(Class keyClass,
PropertySet satellite)
Deprecated. |
|
void |
DistributedPropertySet.addSatellite(Class keyClass,
PropertySet satellite)
Deprecated. |
|
void |
DistributedPropertySet.addSatellite(PropertySet satellite)
Deprecated. |
|
void |
DistributedPropertySet.copySatelliteInto(DistributedPropertySet r)
Deprecated. |
|
BindingID |
BindingIDFactory.create(String transport,
SOAPVersion soapVersion)
Creates a BindingID for given transport and SOAPVersion. |
|
BindingID |
BindingIDFactory.create(String transport,
SOAPVersion soapVersion)
Creates a BindingID for given transport and SOAPVersion. |
|
abstract Codec |
BindingID.createEncoder(WSBinding binding)
Creates a new Codec for this binding. |
|
|
WSFeatureList.get(Class<F> featureType)
Gets a WebServiceFeature of the specific type. |
|
WSFeatureList |
WSBinding.getFaultMessageFeatures(QName operationName,
QName messageName)
Experimental: Returns a list of features associated with WSBinding that apply to
one of the fault messages of an operation. |
|
WSFeatureList |
WSBinding.getFaultMessageFeatures(QName operationName,
QName messageName)
Experimental: Returns a list of features associated with WSBinding that apply to
one of the fault messages of an operation. |
|
|
WSBinding.getFeature(Class<F> featureType)
Gets a WebServiceFeature of the specific type. |
|
WSFeatureList |
WSBinding.getInputMessageFeatures(QName operationName)
Experimental: Returns a list of features associated with WSBinding that apply to
the input message of an operation. |
|
|
ComponentEx.getIterableSPI(Class<S> spiType)
Gets an iterator of implementations of the specified SPI. |
|
|
WSBinding.getOperationFeature(Class<F> featureType,
QName operationName)
Experimental: Gets a WebServiceFeature of the specific type that applies to an operation. |
|
|
WSBinding.getOperationFeature(Class<F> featureType,
QName operationName)
Experimental: Gets a WebServiceFeature of the specific type that applies to an operation. |
|
WSFeatureList |
WSBinding.getOperationFeatures(QName operationName)
Experimental: Returns a list of features associated with WSBinding that apply to
a particular operation. |
|
WSFeatureList |
WSBinding.getOutputMessageFeatures(QName operationName)
Experimental: Returns a list of features associated with WSBinding that apply to
the output message of an operation. |
|
|
Component.getSPI(Class<S> spiType)
Gets the specified SPI. |
|
|
WSService.getSPI(Class<S> spiType)
|
|
boolean |
WSFeatureList.isEnabled(Class<? extends WebServiceFeature> feature)
Checks if a particular WebServiceFeature is enabled. |
|
boolean |
WSBinding.isFeatureEnabled(Class<? extends WebServiceFeature> feature)
Checks if a particular WebServiceFeature is enabled. |
|
boolean |
WSBinding.isOperationFeatureEnabled(Class<? extends WebServiceFeature> feature,
QName operationName)
Experimental: Checks if a particular WebServiceFeature on an operation is enabled. |
|
boolean |
WSBinding.isOperationFeatureEnabled(Class<? extends WebServiceFeature> feature,
QName operationName)
Experimental: Checks if a particular WebServiceFeature on an operation is enabled. |
|
void |
WSFeatureList.mergeFeatures(Iterable<WebServiceFeature> features,
boolean reportConflicts)
Merges the extra features that are not already set on binding. |
|
void |
WSFeatureList.mergeFeatures(WebServiceFeature[] features,
boolean reportConflicts)
Merges the extra features that are not already set on binding. |
|
abstract BindingID |
BindingIDFactory.parse(String lexical)
Parses a binding ID string into BindingID if possible. |
|
| Uses of NotNull in com.sun.xml.ws.api.addressing |
|---|
| Fields in com.sun.xml.ws.api.addressing with annotations of type NotNull | |
|---|---|
String |
AddressingVersion.anonymousUri
Gets the anonymous URI value associated with this WS-Addressing version. |
String |
AddressingVersion.noneUri
Gets the none URI value associated with this WS-Addressing version. |
| Methods in com.sun.xml.ws.api.addressing with annotations of type NotNull | ||
|---|---|---|
|
WSEndpointReference.createDispatch(Service jaxwsService,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch that can be used to talk to this EPR. |
|
Dispatch<Object> |
WSEndpointReference.createDispatch(Service jaxwsService,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch that can be used to talk to this EPR. |
|
WSEndpointReference |
WSEndpointReference.createWithAddress(String newAddress)
Creates a new WSEndpointReference by replacing the address of this EPR
to the new one. |
|
WSEndpointReference |
WSEndpointReference.createWithAddress(URI newAddress)
|
|
WSEndpointReference |
WSEndpointReference.createWithAddress(URL newAddress)
|
|
static AddressingVersion |
AddressingVersion.fromSpecClass(Class<? extends EndpointReference> eprClass)
Gets the corresponding AddressingVersion instance from the
EPR class. |
|
String |
WSEndpointReference.getAddress()
The value of the <wsa:address> header. |
|
Collection<WSEndpointReference.EPRExtension> |
WSEndpointReference.getEPRExtensions()
|
|
static WebServiceFeature |
AddressingVersion.getFeature(String nsUri,
boolean enabled,
boolean required)
Gets the WebServiceFeature corresponding to the namespace URI of
WS-Addressing policy assertion in the WSDL. |
|
WSEndpointReference.Metadata |
WSEndpointReference.getMetaData()
Parses the metadata inside this EPR and obtains it in a easy-to-process form. |
|
|
WSEndpointReference.getPort(Service jaxwsService,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
Creates a proxy that can be used to talk to this EPR. |
|
AddressingVersion |
WSEndpointReference.getVersion()
Gets the addressing version of this EPR. |
|
EndpointReference |
WSEndpointReference.toSpec()
Convert the EPR to the spec version. |
|
|
WSEndpointReference.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 | ||
|---|---|---|
Source |
WSEndpointReference.asSource(String localName)
Returns a Source that represents this EPR. |
|
|
WSEndpointReference.createDispatch(Service jaxwsService,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch that can be used to talk to this EPR. |
|
|
WSEndpointReference.createDispatch(Service jaxwsService,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch that can be used to talk to this EPR. |
|
|
WSEndpointReference.createDispatch(Service jaxwsService,
Class<T> type,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch that can be used to talk to this EPR. |
|
Dispatch<Object> |
WSEndpointReference.createDispatch(Service jaxwsService,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch that can be used to talk to this EPR. |
|
Dispatch<Object> |
WSEndpointReference.createDispatch(Service jaxwsService,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch that can be used to talk to this EPR. |
|
Dispatch<Object> |
WSEndpointReference.createDispatch(Service jaxwsService,
JAXBContext context,
Service.Mode mode,
WebServiceFeature... features)
Creates a Dispatch that can be used to talk to this EPR. |
|
WSEndpointReference |
WSEndpointReference.createWithAddress(String newAddress)
Creates a new WSEndpointReference by replacing the address of this EPR
to the new one. |
|
WSEndpointReference |
WSEndpointReference.createWithAddress(URI newAddress)
|
|
WSEndpointReference |
WSEndpointReference.createWithAddress(URL newAddress)
|
|
static WSEndpointReference |
OneWayFeature.enableSslForEpr(WSEndpointReference epr,
String sslHost,
int sslPort)
Calculate a new EPR using an existing one and substituting SSL specific host and port values. |
|
|
WSEndpointReference.getPort(Service jaxwsService,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
Creates a proxy that can be used to talk to this EPR. |
|
|
WSEndpointReference.getPort(Service jaxwsService,
Class<T> serviceEndpointInterface,
WebServiceFeature... features)
Creates a proxy that can be used to talk to this EPR. |
|
XMLStreamReader |
WSEndpointReference.read(String localName)
Reads this EPR as XMLStreamReader. |
|
void |
WSEndpointReference.writeTo(String localName,
ContentHandler contentHandler,
ErrorHandler errorHandler,
boolean fragment)
Writes this EPR to the given ContentHandler. |
|
void |
WSEndpointReference.writeTo(String localName,
XMLStreamWriter w)
Writes this EPR into the given writer. |
|
void |
WSEndpointReference.writeTo(String localName,
XMLStreamWriter w)
Writes this EPR into the given writer. |
|
| Constructor parameters in com.sun.xml.ws.api.addressing with annotations of type NotNull | |
|---|---|
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. |
|
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. |
|
| Uses of NotNull in com.sun.xml.ws.api.client |
|---|
| Methods in com.sun.xml.ws.api.client with annotations of type NotNull | |
|---|---|
Pipe |
ClientPipelineHook.createSecurityPipe(ClientPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container to register a pipe for security. |
BindingID |
WSPortInfo.getBindingId()
Returns the same information as PortInfo.getBindingID()
but in a strongly-typed fashion |
EndpointAddress |
WSPortInfo.getEndpointAddress()
Gets the endpoint address of this port. |
WSService |
WSPortInfo.getOwner()
Returns WSService object that owns this port. |
static ServiceInterceptor |
ServiceInterceptorFactory.load(WSService service,
ClassLoader cl)
Loads all ServiceInterceptors and return aggregated one. |
| Method parameters in com.sun.xml.ws.api.client with annotations of type NotNull | |
|---|---|
abstract ServiceInterceptor |
ServiceInterceptorFactory.create(WSService service)
|
Pipe |
ClientPipelineHook.createSecurityPipe(ClientPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container to register a pipe for security. |
static ServiceInterceptor |
ServiceInterceptorFactory.load(WSService service,
ClassLoader cl)
Loads all ServiceInterceptors and return aggregated one. |
void |
ServiceInterceptor.postCreateDispatch(WSBindingProvider bp)
A callback to notify that a Dispatch object is created. |
void |
ServiceInterceptor.postCreateProxy(WSBindingProvider bp,
Class<?> serviceEndpointInterface)
A callback to notify the event of creation of proxy object for SEI endpoint. |
void |
ServiceInterceptor.postCreateProxy(WSBindingProvider bp,
Class<?> serviceEndpointInterface)
A callback to notify the event of creation of proxy object for SEI endpoint. |
List<WebServiceFeature> |
ServiceInterceptor.preCreateBinding(WSPortInfo port,
Class<?> serviceEndpointInterface,
WSFeatureList defaultFeatures)
Called before WSBinding is created, to allow interceptors
to add WebServiceFeatures to the created WSBinding. |
List<WebServiceFeature> |
ServiceInterceptor.preCreateBinding(WSPortInfo port,
Class<?> serviceEndpointInterface,
WSFeatureList defaultFeatures)
Called before WSBinding is created, to allow interceptors
to add WebServiceFeatures to the created WSBinding. |
| Uses of NotNull in com.sun.xml.ws.api.message |
|---|
| Methods in com.sun.xml.ws.api.message with annotations of type NotNull | |
|---|---|
static Message |
Messages.create(SOAPVersion soapVersion,
ProtocolException pex,
QName faultcode)
To be called to convert a ProtocolException and faultcode for a given SOAPVersion in to a Message. |
static Message |
Messages.create(XMLStreamBuffer xsb)
Creates a Message from XMLStreamBuffer that retains the
whole envelope infoset. |
static Message |
Messages.create(XMLStreamReader reader)
Creates a Message from XMLStreamReader that points to
the start of the envelope. |
AttachmentSet |
FilterMessageImpl.getAttachments()
|
AttachmentSet |
Message.getAttachments()
Gets the attachments of this message (attachments live outside a message.) |
String |
Attachment.getContentId()
Content ID of the attachment. |
MessageHeaders |
FilterMessageImpl.getHeaders()
|
abstract MessageHeaders |
Message.getHeaders()
Gets all the headers of this message. |
Iterator<Header> |
HeaderList.getHeaders(QName headerName,
boolean markAsUnderstood)
|
Iterator<Header> |
HeaderList.getHeaders(String nsUri)
Deprecated. use HeaderList.getHeaders(String, boolean). |
Iterator<Header> |
HeaderList.getHeaders(String nsUri,
boolean markAsUnderstood)
Gets an iteration of headers Header in the specified namespace,
including duplicates (if any.) |
Iterator<Header> |
HeaderList.getHeaders(String nsUri,
String localName,
boolean markAsUnderstood)
Gets all the Headers of the specified name,
including duplicates (if any.) |
String |
FilterMessageImpl.getID(AddressingVersion av,
SOAPVersion sv)
|
String |
Message.getID(AddressingVersion av,
SOAPVersion sv)
Deprecated. |
String |
FilterMessageImpl.getID(WSBinding binding)
|
String |
Message.getID(WSBinding binding)
Deprecated. |
String |
Header.getLocalPart()
Gets the local name of this header element. |
Iterator<AttachmentEx.MimeHeader> |
AttachmentEx.getMimeHeaders()
Iterator of custom MIME headers associated with this attachment |
String |
Header.getNamespaceURI()
Gets the namespace URI of this header element. |
List<Element> |
Packet.getReferenceParameters()
Gives a list of Reference Parameters in the Message |
String |
Header.getRole(SOAPVersion soapVersion)
Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1). |
String |
Header.getStringContent()
Used to obtain value XYZ from a header that looks like "<header>XYZ</header>". |
WSEndpointReference |
Header.readAsEPR(AddressingVersion expected)
Reads this header as an WSEndpointReference. |
| Method parameters in com.sun.xml.ws.api.message with annotations of type NotNull | |
|---|---|
void |
Packet.addSatellite(Class keyClass,
PropertySet satellite)
Deprecated. |
void |
Packet.addSatellite(Class keyClass,
PropertySet satellite)
Deprecated. |
void |
Packet.addSatellite(PropertySet satellite)
Deprecated. |
void |
Packet.copySatelliteInto(DistributedPropertySet r)
Deprecated. |
static Message |
Messages.create(SOAPVersion soapVersion,
ProtocolException pex,
QName faultcode)
To be called to convert a ProtocolException and faultcode for a given SOAPVersion in to a Message. |
static Message |
Messages.create(SOAPVersion soapVersion,
ProtocolException pex,
QName faultcode)
To be called to convert a ProtocolException and faultcode for a given SOAPVersion in to a Message. |
static Message |
Messages.create(String unsupportedAction,
AddressingVersion av,
SOAPVersion sv)
Creates a fault Message that captures the code/subcode/subsubcode
defined by WS-Addressing if wsa:Action is not supported. |
static Message |
Messages.create(String unsupportedAction,
AddressingVersion av,
SOAPVersion sv)
Creates a fault Message that captures the code/subcode/subsubcode
defined by WS-Addressing if wsa:Action is not supported. |
static Message |
Messages.create(String unsupportedAction,
AddressingVersion av,
SOAPVersion sv)
Creates a fault Message that captures the code/subcode/subsubcode
defined by WS-Addressing if wsa:Action is not supported. |
static Message |
Messages.create(XMLStreamBuffer xsb)
Creates a Message from XMLStreamBuffer that retains the
whole envelope infoset. |
static Message |
Messages.create(XMLStreamReader reader)
Creates a Message from XMLStreamReader that points to
the start of the envelope. |
static Header |
Headers.createMustUnderstand(SOAPVersion soapVersion,
QName name,
String value)
Creates a new Header that that has a single text value in it
(IOW, of the form <foo>text</foo>.) |
static Header |
Headers.createMustUnderstand(SOAPVersion soapVersion,
QName name,
String value)
Creates a new Header that that has a single text value in it
(IOW, of the form <foo>text</foo>.) |
static Header |
Headers.createMustUnderstand(SOAPVersion soapVersion,
QName name,
String value)
Creates a new Header that that has a single text value in it
(IOW, of the form <foo>text</foo>.) |
Packet |
Packet.createServerResponse(Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Creates a server-side response Packet from a request
packet (this). |
Packet |
Packet.createServerResponse(Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Creates a server-side response Packet from a request
packet (this). |
Packet |
Packet.createServerResponse(Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Creates a server-side response Packet from a request
packet (this). |
Packet |
Packet.createServerResponse(Message responseMessage,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
Creates a server-side response Packet from a request
packet (this). |
void |
HeaderList.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. |
Header |
HeaderList.get(QName name)
Deprecated. Use HeaderList.get(QName) |
Header |
HeaderList.get(QName name,
boolean markAsUnderstood)
Gets the first Header of the specified name. |
Header |
HeaderList.get(String nsUri,
String localName,
boolean markAsUnderstood)
Gets the first Header of the specified name. |
Header |
HeaderList.get(String nsUri,
String localName,
boolean markAsUnderstood)
Gets the first Header of the specified name. |
String |
HeaderList.getAction(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing Action header. |
String |
HeaderList.getAction(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing Action header. |
static String |
AddressingUtils.getAction(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static String |
AddressingUtils.getAction(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static String |
AddressingUtils.getAction(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
String |
Header.getAttribute(QName name)
Gets the attribute value on the header element. |
String |
Header.getAttribute(String nsUri,
String localName)
Gets the attribute value on the header element. |
String |
Header.getAttribute(String nsUri,
String localName)
Gets the attribute value on the header element. |
WSEndpointReference |
HeaderList.getFaultTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing FaultTo header. |
WSEndpointReference |
HeaderList.getFaultTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing FaultTo header. |
static WSEndpointReference |
AddressingUtils.getFaultTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static WSEndpointReference |
AddressingUtils.getFaultTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static WSEndpointReference |
AddressingUtils.getFaultTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
Iterator<Header> |
HeaderList.getHeaders(QName headerName,
boolean markAsUnderstood)
|
Iterator<Header> |
HeaderList.getHeaders(String nsUri)
Deprecated. use HeaderList.getHeaders(String, boolean). |
Iterator<Header> |
HeaderList.getHeaders(String nsUri,
boolean markAsUnderstood)
Gets an iteration of headers Header in the specified namespace,
including duplicates (if any.) |
Iterator<Header> |
HeaderList.getHeaders(String nsUri,
String localName,
boolean markAsUnderstood)
Gets all the Headers of the specified name,
including duplicates (if any.) |
Iterator<Header> |
HeaderList.getHeaders(String nsUri,
String localName,
boolean markAsUnderstood)
Gets all the Headers of the specified name,
including duplicates (if any.) |
String |
FilterMessageImpl.getID(WSBinding binding)
|
String |
Message.getID(WSBinding binding)
Deprecated. |
String |
HeaderList.getMessageID(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing MessageID header. |
String |
HeaderList.getMessageID(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing MessageID header. |
static String |
AddressingUtils.getMessageID(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static String |
AddressingUtils.getMessageID(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static String |
AddressingUtils.getMessageID(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
JavaMethod |
Message.getMethod(SEIModel seiModel)
Deprecated. |
WSDLBoundOperation |
Message.getOperation(WSDLBoundPortType boundPortType)
Deprecated. It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, Use Packet.getWSDLOperation()
to get it correctly.
This method works only for a request. A pipe can determine an operation for a request, and then keep it in a local variable to use it with a response, so there should be no need to find out operation from a response (besides, there might not be any response!). |
WSDLBoundOperation |
Message.getOperation(WSDLPort port)
Deprecated. It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, Use Packet.getWSDLOperation()
to get it correctly. |
String |
HeaderList.getRelatesTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing RelatesTo header. |
String |
HeaderList.getRelatesTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing RelatesTo header. |
static String |
AddressingUtils.getRelatesTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static String |
AddressingUtils.getRelatesTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static String |
AddressingUtils.getRelatesTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
WSEndpointReference |
HeaderList.getReplyTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing ReplyTo header. |
WSEndpointReference |
HeaderList.getReplyTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing ReplyTo header. |
static WSEndpointReference |
AddressingUtils.getReplyTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static WSEndpointReference |
AddressingUtils.getReplyTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
static WSEndpointReference |
AddressingUtils.getReplyTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv)
|
String |
Header.getRole(SOAPVersion soapVersion)
Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1). |
boolean |
Header.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.) |
boolean |
Header.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.) |
boolean |
FilterMessageImpl.isOneWay(WSDLPort port)
|
boolean |
Message.isOneWay(WSDLPort port)
Returns true if this message is a request message for a one way operation according to the given WSDL. |
Packet |
Packet.relateServerResponse(Packet r,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
Header |
HeaderList.remove(QName name)
Removes the first Header of the specified name. |
Header |
HeaderList.remove(String nsUri,
String localName)
Removes the first Header of the specified name. |
Header |
HeaderList.remove(String nsUri,
String localName)
Removes the first Header of the specified name. |
void |
Packet.setResponseMessage(Packet request,
Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Overwrites the Message of the response packet (this) by the given Message. |
void |
Packet.setResponseMessage(Packet request,
Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Overwrites the Message of the response packet (this) by the given Message. |
void |
Packet.setResponseMessage(Packet request,
Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Overwrites the Message of the response packet (this) by the given Message. |
void |
Packet.setResponseMessage(Packet request,
Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Overwrites the Message of the response packet (this) by the given Message. |
void |
HeaderList.understood(Header header)
Deprecated. By the definition of ArrayList, this operation requires
O(n) search of the array, and thus inherently inefficient.
Because of this, if you are developing a Pipe for
a performance sensitive environment, do not use this method. |
| Uses of NotNull in com.sun.xml.ws.api.model |
|---|
| Methods in com.sun.xml.ws.api.model with annotations of type NotNull | |
|---|---|
QName |
SEIModel.getBoundPortTypeName()
Gives the wsdl:binding@name value |
Method |
JavaMethod.getMethod()
On the server side, it uses this for invocation of the web service |
String |
JavaMethod.getOperationName()
Gives the wsdl:operation@name value |
WSDLPort |
SEIModel.getPort()
Gets the WSDLPort that represents the port that this SEI binds to. |
QName |
SEIModel.getPortName()
Value of the wsdl:port name associated with the SEIModel |
QName |
SEIModel.getPortTypeName()
Value of wsdl:portType bound to the port associated with the SEIModel |
String |
JavaMethod.getRequestMessageName()
Gives the request wsdl:message@name value |
Method |
JavaMethod.getSEIMethod()
This should be used if you want to access annotations on WebMethod Returns the SEI method if there is one. |
QName |
SEIModel.getServiceQName()
wsdl:service qualified name for the port associated with the SEIModel |
String |
SEIModel.getTargetNamespace()
Namespace of the wsd;:port associated with the SEIModel |
String |
SEIModel.getWSDLLocation()
Location of the WSDL that defines the port associated with the SEIModel |
| 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 | |
|---|---|
WSDLBoundPortType |
WSDLPort.getBinding()
Gets WSDLBoundPortType associated with the WSDLPort. |
Map<QName,? extends WSDLBoundPortType> |
WSDLModel.getBindings()
Gives a Map of wsdl:binding QName and WSDLBoundPortType |
WSDLBoundOperation |
WSDLBoundFault.getBoundOperation()
Gives the owner WSDLBoundOperation |
WSDLBoundPortType |
WSDLBoundOperation.getBoundPortType()
Gives the owner WSDLBoundPortType |
Iterable<? extends WSDLBoundFault> |
WSDLBoundOperation.getFaults()
Gets all the WSDLFault bound to this operation. |
WSFeatureList |
WSDLFeaturedObject.getFeatures()
Gets the feature list associated with this object. |
Map<String,? extends WSDLPart> |
WSDLBoundOperation.getInParts()
Gets all inbound WSDLPart by its name. |
WSDLInput |
WSDLOperation.getInput()
Gets the wsdl:input of this operation |
Locator |
WSDLObject.getLocation()
Gets the source location information in the parsed WSDL. |
Map<QName,? extends WSDLMessage> |
WSDLModel.getMessages()
Gives a Map of wsdl:message qualified name and com.sun.xml.ws.api.model.wsdl.WSDLMesage |
String |
WSDLBoundFault.getName()
Gives the wsdl:binding/wsdl:operation/wsdl:fault@name value |
QName |
WSDLBoundOperation.getName()
Short-cut for getOperation().getName() |
QName |
WSDLOperation.getName()
Gets the name of the wsdl:portType/wsdl:operation@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri. |
QName |
WSDLService.getName()
Gets the name of the wsdl:service@name attribute value as local name and wsdl:definitions@targetNamespace as the namespace uri. |
WSDLOperation |
WSDLBoundOperation.getOperation()
Gets the wsdl:portType/wsdl:operation model - WSDLOperation,
associated with this binding operation. |
WSDLOperation |
WSDLFault.getOperation()
Gives the owning WSDLOperation |
WSDLOperation |
WSDLInput.getOperation()
Gives the owning WSDLOperation |
WSDLOperation |
WSDLOutput.getOperation()
Gives the owning WSDLOperation |
Map<String,? extends WSDLPart> |
WSDLBoundOperation.getOutParts()
Gets all outbound WSDLPart by its name. |
WSDLModel |
WSDLBoundPortType.getOwner()
Gets the WSDLModel that owns this port type. |
WSDLService |
WSDLPort.getOwner()
Gets the WSDLService that owns this port. |
WSDLModel |
WSDLService.getParent()
Gets the WSDLModel that owns this service. |
QName |
WSDLOperation.getPortTypeName()
Gives the enclosing wsdl:portType@name attribute value. |
Map<QName,? extends WSDLPortType> |
WSDLModel.getPortTypes()
Gives a Map of wsdl:portType QName and WSDLPortType |
QName |
WSDLFault.getQName()
Gives qualified name of the wsdl:fault 'name' attribute value. |
QName |
WSDLInput.getQName()
Gives qualified name of the wsdl:input 'name' attribute value. |
QName |
WSDLOutput.getQName()
Gives qualified name of the wsdl:output 'name' attribute value. |
Map<QName,? extends WSDLService> |
WSDLModel.getServices()
Gives a Map of wsdl:service qualified name and WSDLService |
String |
WSDLBoundOperation.getSOAPAction()
Gives soapbinding:operation@soapAction value. |
SOAPBinding.Style |
WSDLBoundPortType.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 WSDLModel |
WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses WSDL from the given wsdlLoc and gives a WSDLModel built from it. |
static WSDLModel |
WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
Parses WSDL from the given wsdlLoc and gives a WSDLModel built from it. |
static WSDLModel |
WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser,
XMLEntityResolver resolver,
boolean isClientSide,
WSDLParserExtension... extensions)
Parses WSDL from the given wsdlLoc and gives a WSDLModel built from it. |
| Method parameters in com.sun.xml.ws.api.model.wsdl with annotations of type NotNull | ||
|---|---|---|
void |
WSDLFeaturedObject.addFeature(WebServiceFeature feature)
Enables a WebServiceFeature based upon policy assertions on this port. |
|
WSDLBoundPortType |
WSDLModel.getBinding(QName name)
Gets WSDLBoundPortType that models wsdl:binding |
|
WSDLBoundPortType |
WSDLModel.getBinding(QName serviceName,
QName portName)
Give a WSDLBoundPortType for the given wsdl:service and wsdl:port names. |
|
WSDLBoundPortType |
WSDLModel.getBinding(QName serviceName,
QName portName)
Give a WSDLBoundPortType for the given wsdl:service and wsdl:port names. |
|
|
WSDLFeaturedObject.getFeature(Class<F> featureType)
|
|
WSDLPart |
WSDLBoundOperation.getPart(String partName,
WebParam.Mode mode)
Gets WSDLPart for the given wsdl:input or wsdl:output part |
|
WSDLPart |
WSDLBoundOperation.getPart(String partName,
WebParam.Mode mode)
Gets WSDLPart for the given wsdl:input or wsdl:output part |
|
WSDLPortType |
WSDLModel.getPortType(QName name)
Gets WSDLPortType that models wsdl:portType |
|
WSDLService |
WSDLModel.getService(QName name)
Gets WSDLService that models wsdl:service |
|
static WSDLModel |
WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses WSDL from the given wsdlLoc and gives a WSDLModel built from it. |
|
static WSDLModel |
WSDLModel.WSDLParser.parse(XMLEntityResolver.Parser wsdlEntityParser,
XMLEntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
Parses WSDL from the given wsdlLoc and gives a WSDLModel built 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 | |
|---|---|
void |
EditableWSDLBoundOperation.addFault(EditableWSDLBoundFault fault)
Add Fault |
EditableWSDLBoundPortType |
EditableWSDLModel.getBinding(QName name)
|
EditableWSDLBoundPortType |
EditableWSDLModel.getBinding(QName serviceName,
QName portName)
|
EditableWSDLBoundPortType |
EditableWSDLModel.getBinding(QName serviceName,
QName portName)
|
EditableWSDLPart |
EditableWSDLBoundOperation.getPart(String partName,
WebParam.Mode mode)
|
EditableWSDLPart |
EditableWSDLBoundOperation.getPart(String partName,
WebParam.Mode mode)
|
EditableWSDLPortType |
EditableWSDLModel.getPortType(QName name)
|
EditableWSDLService |
EditableWSDLModel.getService(QName name)
|
void |
EditableWSDLPort.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 | |
|---|---|
Pipe |
PipelineAssembler.createClient(ClientPipeAssemblerContext context)
Creates a new pipeline for clients. |
Tube |
TubelineAssembler.createClient(ClientTubeAssemblerContext context)
Creates a new tubeline for clients. |
Pipe |
ServerPipeAssemblerContext.createHandlerPipe(Pipe next)
Deprecated. Creates a Pipe that invokes protocol and logical handlers. |
Tube |
ServerTubeAssemblerContext.createHandlerTube(Tube next)
Creates a Tube that invokes protocol and logical handlers. |
Pipe |
ServerPipeAssemblerContext.createMonitoringPipe(Pipe next)
Deprecated. Creates a Pipe that does the monitoring of the invocation for a
container |
Tube |
ServerTubeAssemblerContext.createMonitoringTube(Tube next)
Creates a Tube that does the monitoring of the invocation for a
container |
Pipe |
ClientPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated. Creates a Tube that adds container specific security |
Pipe |
ServerPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated. Creates a Pipe that adds container specific security |
Tube |
ClientTubeAssemblerContext.createSecurityTube(Tube next)
Creates a Tube that adds container specific security |
Tube |
ServerTubeAssemblerContext.createSecurityTube(Tube next)
Creates a Tube that adds container specific security |
Pipe |
PipelineAssembler.createServer(ServerPipeAssemblerContext context)
Creates a new pipeline for servers. |
Tube |
TubelineAssembler.createServer(ServerTubeAssemblerContext context)
Creates a new tubeline for servers. |
Pipe |
ServerPipeAssemblerContext.createServerMUPipe(Pipe next)
Deprecated. Creates a Pipe that performs SOAP mustUnderstand processing. |
Tube |
ServerTubeAssemblerContext.createServerMUTube(Tube next)
Creates a Tube that performs SOAP mustUnderstand processing. |
static SOAPBindingCodec |
Codecs.createSOAPBindingCodec(WSBinding binding,
StreamSOAPCodec xmlEnvelopeCodec)
This creates a full Codec for SOAP binding using the primary
XML codec argument. |
static SOAPBindingCodec |
Codecs.createSOAPBindingCodec(WSFeatureList feature)
This creates a full Codec for SOAP binding. |
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(SOAPVersion version)
Creates a default Codec that can be used to used to
decode XML infoset in SOAP envelope(primary part in MIME message). |
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(WSBinding binding)
Deprecated. use Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList) |
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList features)
Creates a default Codec that can be used to used to
decode XML infoset in SOAP envelope(primary part in MIME message). |
Pipe |
ServerPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated. creates a Pipe that validates messages against schema |
static Codec |
Codecs.createXMLCodec(WSFeatureList feature)
This creates a full Codec for XML binding. |
static Fiber |
Fiber.current()
Gets the current fiber that's running. |
Message |
StreamSOAPCodec.decode(XMLStreamReader reader)
Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. |
Message |
StreamSOAPCodec.decode(XMLStreamReader reader,
AttachmentSet att)
Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. |
EndpointAddress |
ClientTubeAssemblerContext.getAddress()
The endpoint address. |
WSBinding |
ClientTubeAssemblerContext.getBinding()
The binding of the new pipeline to be created. |
Codec |
ClientTubeAssemblerContext.getCodec()
Gets the Codec that is set by ClientTubeAssemblerContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding. |
Codec |
ServerTubeAssemblerContext.getCodec()
Gets the Codec that is set by ServerTubeAssemblerContext.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 this WSEndpoint. |
WSService |
ClientTubeAssemblerContext.getService()
The pipeline is created for this WSService. |
Pipe |
ServerPipeAssemblerContext.getTerminalPipe()
Deprecated. The last Pipe in the pipeline. |
Tube |
ServerTubeAssemblerContext.getTerminalTube()
The last Pipe in the pipeline. |
NextAction |
Tube.processException(Throwable t)
Acts on a exception and performs some clean up operations. |
NextAction |
Tube.processRequest(Packet request)
Acts on a request and perform some protocol specific operation. |
NextAction |
Tube.processResponse(Packet response)
Acts on a response and performs some protocol specific operation. |
Packet |
Fiber.runSync(Tube tubeline,
Packet request)
Runs a given Tube (and everything thereafter) synchronously. |
| Method parameters in com.sun.xml.ws.api.pipe with annotations of type NotNull | |
|---|---|
void |
Fiber.addInterceptor(FiberContextSwitchInterceptor interceptor)
Adds a new FiberContextSwitchInterceptor to this fiber. |
static Pipe |
TransportPipeFactory.create(ClassLoader classLoader,
ClientPipeAssemblerContext context)
Deprecated. Use TransportTubeFactory.create(ClassLoader, ClientTubeAssemblerContext) |
static Tube |
TransportTubeFactory.create(ClassLoader classLoader,
ClientTubeAssemblerContext context)
Locates TransportTubeFactorys and create a suitable transport Tube. |
Pipe |
PipelineAssembler.createClient(ClientPipeAssemblerContext context)
Creates a new pipeline for clients. |
Tube |
TubelineAssembler.createClient(ClientTubeAssemblerContext context)
Creates a new tubeline for clients. |
Pipe |
ServerPipeAssemblerContext.createHandlerPipe(Pipe next)
Deprecated. Creates a Pipe that invokes protocol and logical handlers. |
Tube |
ServerTubeAssemblerContext.createHandlerTube(Tube next)
Creates a Tube that invokes protocol and logical handlers. |
Pipe |
ServerPipeAssemblerContext.createMonitoringPipe(Pipe next)
Deprecated. Creates a Pipe that does the monitoring of the invocation for a
container |
Tube |
ServerTubeAssemblerContext.createMonitoringTube(Tube next)
Creates a Tube that does the monitoring of the invocation for a
container |
Pipe |
ClientPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated. Creates a Tube that adds container specific security |
Pipe |
ServerPipeAssemblerContext.createSecurityPipe(Pipe next)
Deprecated. Creates a Pipe that adds container specific security |
Tube |
ClientTubeAssemblerContext.createSecurityTube(Tube next)
Creates a Tube that adds container specific security |
Tube |
ServerTubeAssemblerContext.createSecurityTube(Tube next)
Creates a Tube that adds container specific security |
Pipe |
PipelineAssembler.createServer(ServerPipeAssemblerContext context)
Creates a new pipeline for servers. |
Tube |
TubelineAssembler.createServer(ServerTubeAssemblerContext context)
Creates a new tubeline for servers. |
Pipe |
ServerPipeAssemblerContext.createServerMUPipe(Pipe next)
Deprecated. Creates a Pipe that performs SOAP mustUnderstand processing. |
Tube |
ServerTubeAssemblerContext.createServerMUTube(Tube next)
Creates a Tube that performs SOAP mustUnderstand processing. |
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(SOAPVersion version)
Creates a default Codec that can be used to used to
decode XML infoset in SOAP envelope(primary part in MIME message). |
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(WSBinding binding)
Deprecated. use Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList) |
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList features)
Creates a default Codec that can be used to used to
decode XML infoset in SOAP envelope(primary part in MIME message). |
Pipe |
ServerPipeAssemblerContext.createValidationPipe(Pipe next)
Deprecated. creates a Pipe that validates messages against schema |
Message |
StreamSOAPCodec.decode(XMLStreamReader reader)
Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. |
Message |
StreamSOAPCodec.decode(XMLStreamReader reader,
AttachmentSet att)
Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. |
Message |
StreamSOAPCodec.decode(XMLStreamReader reader,
AttachmentSet att)
Reads events from XMLStreamReader and constructs a
Message for SOAP envelope. |
abstract Pipe |
TransportPipeFactory.doCreate(ClientPipeAssemblerContext context)
Creates a transport Pipe for the given port, if this factory can do so,
or return null. |
abstract Tube |
TransportTubeFactory.doCreate(ClientTubeAssemblerContext context)
Creates a transport Tube for the given port, if this factory can do so,
or return null. |
void |
Fiber.CompletionCallback.onCompletion(Packet response)
Indicates that the fiber has finished its execution. |
void |
Fiber.CompletionCallback.onCompletion(Throwable error)
Indicates that the fiber has finished abnormally, by throwing a given Throwable. |
NextAction |
Tube.processException(Throwable t)
Acts on a exception and performs some clean up operations. |
NextAction |
Tube.processRequest(Packet request)
Acts on a request and perform some protocol specific operation. |
NextAction |
Tube.processResponse(Packet response)
Acts on a response and performs some protocol specific operation. |
boolean |
Fiber.removeInterceptor(FiberContextSwitchInterceptor interceptor)
Removes a FiberContextSwitchInterceptor from this fiber. |
void |
Fiber.resume(Packet resumePacket)
Wakes up a suspended fiber. |
void |
Fiber.resume(Packet resumePacket,
boolean forceSync)
Similar to resume(Packet) but allowing the Fiber to be resumed synchronously (in the current Thread). |
void |
Fiber.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. |
void |
Fiber.resume(Throwable throwable)
Wakes up a suspended fiber with an exception. |
void |
Fiber.resume(Throwable error,
boolean forceSync)
Wakes up a suspend fiber with an exception. |
void |
Fiber.resume(Throwable throwable,
Packet packet)
Wakes up a suspended fiber with an exception. |
void |
Fiber.resume(Throwable throwable,
Packet packet)
Wakes up a suspended fiber with an exception. |
void |
Fiber.resume(Throwable error,
Packet packet,
boolean forceSync)
Wakes up a suspend fiber with an exception. |
void |
Fiber.resume(Throwable error,
Packet packet,
boolean forceSync)
Wakes up a suspend fiber with an exception. |
void |
Fiber.resumeAndReturn(Packet resumePacket,
boolean forceSync)
Wakes up a suspended fiber and begins response processing. |
Packet |
Fiber.runSync(Tube tubeline,
Packet request)
Runs a given Tube (and everything thereafter) synchronously. |
Packet |
Fiber.runSync(Tube tubeline,
Packet request)
Runs a given Tube (and everything thereafter) synchronously. |
void |
ClientTubeAssemblerContext.setCodec(Codec codec)
Interception point to change Codec during Tubeline assembly. |
void |
ServerTubeAssemblerContext.setCodec(Codec codec)
Interception point to change Codec during Tubeline assembly. |
void |
Fiber.start(Tube tubeline,
Packet request,
Fiber.CompletionCallback completionCallback)
Starts the execution of this fiber asynchronously. |
void |
Fiber.start(Tube tubeline,
Packet request,
Fiber.CompletionCallback completionCallback)
Starts the execution of this fiber asynchronously. |
void |
Fiber.start(Tube tubeline,
Packet request,
Fiber.CompletionCallback completionCallback,
boolean forceSync)
Starts the execution of this fiber. |
void |
Fiber.start(Tube tubeline,
Packet request,
Fiber.CompletionCallback completionCallback,
boolean forceSync)
Starts the execution of this fiber. |
| 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 | |
|---|---|
NextAction |
AbstractFilterTubeImpl.processException(Throwable t)
Default no-op implementation. |
NextAction |
PipeAdapter.processException(Throwable t)
|
NextAction |
AbstractFilterTubeImpl.processRequest(Packet request)
Default no-op implementation. |
NextAction |
PipeAdapter.processRequest(Packet p)
Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.) |
NextAction |
AbstractFilterTubeImpl.processResponse(Packet response)
Default no-op implementation. |
NextAction |
PipeAdapter.processResponse(Packet p)
|
| Method parameters in com.sun.xml.ws.api.pipe.helper with annotations of type NotNull | |
|---|---|
NextAction |
PipeAdapter.processException(Throwable t)
|
NextAction |
PipeAdapter.processRequest(Packet p)
Uses the current fiber and runs the whole pipe to the completion (meaning everything from now on will run synchronously.) |
NextAction |
PipeAdapter.processResponse(Packet p)
|
| Uses of NotNull in com.sun.xml.ws.api.security |
|---|
| Methods in com.sun.xml.ws.api.security with annotations of type NotNull | |
|---|---|
CallbackHandler |
CallbackHandlerFeature.getHandler()
|
| Constructor parameters in com.sun.xml.ws.api.security with annotations of type NotNull | |
|---|---|
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 | ||
|---|---|---|
abstract Codec |
WSEndpoint.createCodec()
Gets the Endpoint's codec that is used to encode/decode Messages. |
|
Invoker |
InstanceResolver.createInvoker()
Wraps this InstanceResolver into an Invoker. |
|
Pipe |
ServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container to register a pipe for monitoring. |
|
abstract WSEndpoint.PipeHead |
WSEndpoint.createPipeHead()
Creates a new WSEndpoint.PipeHead to process
incoming requests. |
|
Pipe |
ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container to register a pipe for security. |
|
URI |
BoundEndpoint.getAddress()
The address of the bound endpoint. |
|
URI |
BoundEndpoint.getAddress(String baseAddress)
The address of the bound endpoint using the base address. |
|
abstract ServerTubeAssemblerContext |
WSEndpoint.getAssemblerContext()
This is only needed to expose info for monitoring. |
|
abstract WSBinding |
WSEndpoint.getBinding()
Represents the binding for which this WSEndpoint
is created for. |
|
abstract List<BoundEndpoint> |
Module.getBoundEndpoints()
Gets the list of BoundEndpoint deployed in this module. |
|
abstract Set<EndpointComponent> |
WSEndpoint.getComponentRegistry()
Deprecated. |
|
Set<Component> |
WSEndpoint.getComponents()
|
|
abstract Container |
ContainerResolver.getContainer()
Returns the Container context in which client is running. |
|
abstract Container |
WSEndpoint.getContainer()
Gets the Container object. |
|
abstract String |
WebModule.getContextPath()
Gets the host, port, and context path portion of this module. |
|
static QName |
WSEndpoint.getDefaultPortName(QName serviceName,
Class endpointClass)
Gives the wsdl:service/wsdl:port default name computed from the endpoint implementaiton class |
|
static QName |
WSEndpoint.getDefaultPortName(QName serviceName,
Class endpointClass,
boolean isStandard)
|
|
static QName |
WSEndpoint.getDefaultPortName(QName serviceName,
Class endpointClass,
boolean isStandard,
MetadataReader metadataReader)
|
|
static QName |
WSEndpoint.getDefaultPortName(QName serviceName,
Class endpointClass,
MetadataReader metadataReader)
|
|
static QName |
WSEndpoint.getDefaultServiceName(Class endpointClass)
Gives the wsdl:service default name computed from the endpoint implementaiton class |
|
static QName |
WSEndpoint.getDefaultServiceName(Class endpointClass,
boolean isStandard)
|
|
static QName |
WSEndpoint.getDefaultServiceName(Class endpointClass,
boolean isStandard,
MetadataReader metadataReader)
|
|
static QName |
WSEndpoint.getDefaultServiceName(Class endpointClass,
MetadataReader metadataReader)
|
|
WSEndpoint |
BoundEndpoint.getEndpoint()
The endpoint that was bound. |
|
String |
WebServiceContextDelegate.getEPRAddress(Packet request,
WSEndpoint endpoint)
Gets the address of the endpoint. |
|
abstract Class<T> |
WSEndpoint.getImplementationClass()
Gets the application endpoint Class that eventually serves the request. |
|
static ContainerResolver |
ContainerResolver.getInstance()
Returns the container resolver which can be used to get client's Container. |
|
|
Container.getIterableSPI(Class<E> spiType)
|
|
abstract ManagedObjectManager |
WSEndpoint.getManagedObjectManager()
Get the ManagedObjectManager for this endpoint. |
|
abstract QName |
WSEndpoint.getPortName()
Gets the application endpoint's portName. |
|
SDDocument |
ServiceDefinition.getPrimary()
Gets the "primary" SDDocument that represents a WSDL. |
|
protected abstract PropertySet |
AbstractServerAsyncTransport.getPropertySet(T connection)
If there are any properties associated with the connection, those will be added to Packet |
|
abstract QName |
WSEndpoint.getServiceName()
Gets the application endpoint's serviceName. |
|
protected abstract WebServiceContextDelegate |
AbstractServerAsyncTransport.getWebServiceContextDelegate(T connection)
Return a WebServiceContextDelegate using the underlying connection. |
|
Packet |
WSEndpoint.PipeHead.process(Packet request,
WebServiceContextDelegate wscd,
TransportBackChannel tbc)
Processes a request and produces a reply. |
|
abstract T |
InstanceResolver.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 | ||
|---|---|---|
void |
ServiceDefinition.addFilter(SDDocumentFilter filter)
Adds a filter that is called while writing SDDocument's infoset. |
|
static
|
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
|
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 configuration |
|
static
|
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
|
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 as WSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)
except that this version takes an url of the jax-ws-catalog.xml. |
|
static
|
ProviderInvokerTubeFactory.create(ClassLoader classLoader,
Container container,
Class<T> implType,
Invoker invoker,
ProviderArgumentsBuilder<?> argsBuilder,
boolean isAsync)
|
|
static
|
ProviderInvokerTubeFactory.create(ClassLoader classLoader,
Container container,
Class<T> implType,
Invoker invoker,
ProviderArgumentsBuilder<?> argsBuilder,
boolean isAsync)
|
|
static
|
ProviderInvokerTubeFactory.create(ClassLoader classLoader,
Container container,
Class<T> implType,
Invoker invoker,
ProviderArgumentsBuilder<?> argsBuilder,
boolean isAsync)
|
|
static
|
ProviderInvokerTubeFactory.create(ClassLoader classLoader,
Container container,
Class<T> implType,
Invoker invoker,
ProviderArgumentsBuilder<?> argsBuilder,
boolean isAsync)
|
|
static HttpEndpoint |
HttpEndpoint.create(WSEndpoint endpoint)
Factory to deploy WSEndpoint on light-weight
http server container. |
|
static
|
InstanceResolver.createDefault(Class<T> clazz)
Creates a default InstanceResolver that serves the given class. |
|
static
|
InstanceResolver.createDefault(Class<T> clazz,
boolean bool)
Deprecated. This is added here because a Glassfish integration happened with this signature. Please do not use this. Will be removed after the next GF integration. |
|
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
|
InstanceResolver.createFromInstanceResolverAnnotation(Class<T> clazz)
Checks for InstanceResolverAnnotation and creates an instance resolver from it if any. |
|
Pipe |
ServerPipelineHook.createMonitoringPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container to register a pipe for monitoring. |
|
Pipe |
ServerPipelineHook.createSecurityPipe(ServerPipeAssemblerContext ctxt,
Pipe tail)
Called during the pipeline construction process once to allow a container to register a pipe for security. |
|
protected Packet |
AbstractServerAsyncTransport.decodePacket(T connection,
Codec codec)
decodes the transport data to Packet |
|
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 ProviderInvokerTube<T> |
ProviderInvokerTubeFactory.doCreate(Class<T> implType,
Invoker invoker,
ProviderArgumentsBuilder<?> argsBuilder,
boolean isAsync)
|
|
protected abstract void |
AbstractServerAsyncTransport.encodePacket(T connection,
Packet packet,
Codec codec)
Encodes the Packet to infoset and writes on the connection. |
|
protected abstract void |
AbstractServerAsyncTransport.encodePacket(T connection,
Packet packet,
Codec codec)
Encodes the Packet to infoset and writes on the connection. |
|
abstract String |
PortAddressResolver.getAddressFor(QName serviceName,
String portName)
Gets the endpoint address for a WSDL port |
|
abstract String |
PortAddressResolver.getAddressFor(QName serviceName,
String portName)
Gets the endpoint address for a WSDL port |
|
String |
PortAddressResolver.getAddressFor(QName serviceName,
String portName,
String currentAddress)
Gets the endpoint address for a WSDL port |
|
String |
PortAddressResolver.getAddressFor(QName serviceName,
String portName,
String currentAddress)
Gets the endpoint address for a WSDL port |
|
static QName |
WSEndpoint.getDefaultPortName(QName serviceName,
Class endpointClass)
Gives the wsdl:service/wsdl:port default name computed from the endpoint implementaiton class |
|
static QName |
WSEndpoint.getDefaultPortName(QName serviceName,
Class endpointClass,
boolean isStandard)
|
|
static QName |
WSEndpoint.getDefaultPortName(QName serviceName,
Class endpointClass,
boolean isStandard,
MetadataReader metadataReader)
|
|
static QName |
WSEndpoint.getDefaultPortName(QName serviceName,
Class endpointClass,
MetadataReader metadataReader)
|
|
String |
WebServiceContextDelegate.getEPRAddress(Packet request,
WSEndpoint endpoint)
Gets the address of the endpoint. |
|
String |
WebServiceContextDelegate.getEPRAddress(Packet request,
WSEndpoint endpoint)
Gets the address of the endpoint. |
|
String |
DocumentAddressResolver.getRelativeAddressFor(SDDocument current,
SDDocument referenced)
Produces a relative reference from one document to another. |
|
String |
DocumentAddressResolver.getRelativeAddressFor(SDDocument current,
SDDocument referenced)
Produces a relative reference from one document to another. |
|
|
Module.getSPI(Class<S> spiType)
|
|
|
WSEndpoint.getSPI(Class<S> spiType)
|
|
|
EndpointComponent.getSPI(Class<T> spiType)
Deprecated. Gets the specified SPI. |
|
Principal |
WebServiceContextDelegate.getUserPrincipal(Packet request)
Implements WebServiceContext.getUserPrincipal()
for the given packet. |
|
String |
WebServiceContextDelegate.getWSDLAddress(Packet request,
WSEndpoint endpoint)
Gets the address of the primary WSDL. |
|
String |
WebServiceContextDelegate.getWSDLAddress(Packet request,
WSEndpoint endpoint)
Gets the address of the primary WSDL. |
|
abstract void |
ResourceInjector.inject(WSWebServiceContext context,
Object instance)
Performs resource injection. |
|
abstract void |
ResourceInjector.inject(WSWebServiceContext context,
Object instance)
Performs resource injection. |
|
void |
AsyncProvider.invoke(T request,
AsyncProviderCallback<T> callback,
WebServiceContext context)
Schedules an execution of a request. |
|
void |
AsyncProvider.invoke(T request,
AsyncProviderCallback<T> callback,
WebServiceContext context)
Schedules an execution of a request. |
|
void |
AsyncProvider.invoke(T request,
AsyncProviderCallback<T> callback,
WebServiceContext context)
Schedules an execution of a request. |
|
|
Invoker.invokeAsyncProvider(Packet p,
T arg,
AsyncProviderCallback cbak,
WebServiceContext ctxt)
Invokes AsyncProvider.invoke(Object, AsyncProviderCallback, WebServiceContext) |
|
|
Invoker.invokeProvider(Packet p,
T arg)
Invokes Provider.invoke(Object) |
|
boolean |
WebServiceContextDelegate.isUserInRole(Packet request,
String role)
Implements WebServiceContext.isUserInRole(String)
for the given packet. |
|
void |
WSEndpoint.CompletionCallback.onCompletion(Packet response)
Indicates that the jax-ws runtime has finished execution of a request submitted via schedule(). |
|
void |
InstanceResolver.postInvoke(Packet request,
T servant)
Called by the default Invoker after the method call is done. |
|
void |
InstanceResolver.postInvoke(Packet request,
T servant)
Called by the default Invoker after the method call is done. |
|
Packet |
WSEndpoint.PipeHead.process(Packet request,
WebServiceContextDelegate wscd,
TransportBackChannel tbc)
Processes a request and produces a reply. |
|
void |
WSEndpoint.process(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
|
void |
WSEndpoint.process(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
|
|
abstract void |
HttpEndpoint.publish(String address)
Publishes this endpoint at a localhost's http address. |
|
abstract T |
InstanceResolver.resolve(Packet request)
Decides which instance of 'T' serves the given request message. |
|
void |
WSEndpoint.schedule(Packet request,
WSEndpoint.CompletionCallback callback)
This method takes a Packet that represents
a request, run it through a Tubeline, 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 through WSEndpoint.CompletionCallback. |
|
void |
WSEndpoint.schedule(Packet request,
WSEndpoint.CompletionCallback callback)
This method takes a Packet that represents
a request, run it through a Tubeline, 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 through WSEndpoint.CompletionCallback. |
|
abstract void |
WSEndpoint.schedule(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
Schedule invocation of web service asynchronously. |
|
abstract void |
WSEndpoint.schedule(Packet request,
WSEndpoint.CompletionCallback callback,
FiberContextSwitchInterceptor interceptor)
Schedule invocation of web service asynchronously. |
|
void |
AsyncProviderCallback.sendError(Throwable t)
Indicates that an error had occured while processing a request. |
|
void |
EndpointAwareCodec.setEndpoint(WSEndpoint endpoint)
Called by the WSEndpoint implementation
when the codec is associated with an endpoint. |
|
abstract void |
WSEndpoint.setExecutor(Executor exec)
Set this Executor to run asynchronous requests using this executor. |
|
void |
InstanceResolver.start(WebServiceContext wsc)
Deprecated. Use InstanceResolver.start(WSWebServiceContext,WSEndpoint). |
|
void |
Invoker.start(WebServiceContext wsc)
Deprecated. Use Invoker.start(WSWebServiceContext,WSEndpoint) |
|
void |
InstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by WSEndpoint when it's set up. |
|
void |
InstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by WSEndpoint when it's set up. |
|
void |
Invoker.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by WSEndpoint when it's set up. |
|
void |
Invoker.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by WSEndpoint when it's set up. |
|
| Uses of NotNull in com.sun.xml.ws.api.streaming |
|---|
| Methods in com.sun.xml.ws.api.streaming with annotations of type NotNull | |
|---|---|
static XMLStreamWriterFactory |
XMLStreamWriterFactory.get()
Gets the singleton instance. |
| Method parameters in com.sun.xml.ws.api.streaming with annotations of type NotNull | |
|---|---|
static void |
XMLStreamWriterFactory.set(XMLStreamWriterFactory f)
Overrides the singleton XMLStreamWriterFactory instance 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 | |
|---|---|
Container |
WSDLParserExtensionContext.getContainer()
Provides the Container in which this service or client is running. |
PolicyResolver |
WSDLParserExtensionContext.getPolicyResolver()
Provides the PolicyResolver |
abstract List<? extends Source> |
ServiceDescriptor.getSchemas()
Gives list of schemas. |
abstract List<? extends Source> |
ServiceDescriptor.getWSDLs()
Gives list of wsdls |
abstract MetaDataResolver |
MetadataResolverFactory.metadataResolver(EntityResolver resolver)
Gets a MetaDataResolver |
| Method parameters in com.sun.xml.ws.api.wsdl.parser with annotations of type NotNull | |
|---|---|
abstract ServiceDescriptor |
MetaDataResolver.resolve(URI location)
Gives ServiceDescriptor resolved 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 | |
|---|---|
void |
WSDLGeneratorExtension.end(WSDLGenExtnContext ctxt)
Called before writing . |
void |
WSDLGeneratorExtension.start(TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container)
Deprecated. |
void |
WSDLGeneratorExtension.start(TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container)
Deprecated. |
void |
WSDLGeneratorExtension.start(TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container)
Deprecated. |
void |
WSDLGeneratorExtension.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 | |
|---|---|
WSDLGenExtnContext(TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container,
Class endpointClass)
Constructs WSDL Generation context for the extensions |
|
WSDLGenExtnContext(TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container,
Class endpointClass)
Constructs WSDL Generation context for the extensions |
|
WSDLGenExtnContext(TypedXmlWriter root,
SEIModel model,
WSBinding binding,
Container container,
Class endpointClass)
Constructs WSDL Generation context for the extensions |
|
WSDLGenExtnContext(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 | |
|---|---|
Tube |
MetroTubelineAssembler.createClient(ClientTubeAssemblerContext jaxwsContext)
|
Pipe |
ServerPipelineHook.createSecurityPipe(PolicyMap policyMap,
SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint owner,
Pipe tail)
Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. |
Tube |
ServerPipelineHook.createSecurityTube(ServerTubelineAssemblyContext context)
Called during the server-side tubeline construction process once to allow a container to register a tube for security on the service endpoint. |
Tube |
MetroTubelineAssembler.createServer(ServerTubeAssemblerContext jaxwsContext)
|
| Method parameters in com.sun.xml.ws.assembler with annotations of type NotNull | |
|---|---|
Tube |
MetroTubelineAssembler.createClient(ClientTubeAssemblerContext jaxwsContext)
|
Pipe |
ServerPipelineHook.createSecurityPipe(PolicyMap policyMap,
SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint owner,
Pipe tail)
Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. |
Pipe |
ServerPipelineHook.createSecurityPipe(PolicyMap policyMap,
SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint owner,
Pipe tail)
Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. |
Tube |
MetroTubelineAssembler.createServer(ServerTubeAssemblerContext jaxwsContext)
|
| Constructor parameters in com.sun.xml.ws.assembler with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
Pipe |
ClientPipelineHook.createSecurityPipe(PolicyMap policyMap,
ClientPipeAssemblerContext ctxt,
Pipe tail)
Deprecated. Use ClientPipelineHook.createSecurityTube(com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext). |
Tube |
ClientPipelineHook.createSecurityTube(ClientTubelineAssemblyContext context)
Called during the client-side tubeline construction process once to allow a container to register a tube for security. |
EndpointAddress |
ClientTubelineAssemblyContext.getAddress()
The endpoint address. |
WSBinding |
ClientTubelineAssemblyContext.getBinding()
The binding of the new pipeline to be created. |
Codec |
ClientTubelineAssemblyContext.getCodec()
Gets the Codec that is set by ClientTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding. |
Codec |
ServerTubelineAssemblyContext.getCodec()
Gets the Codec that is set by ServerTubelineAssemblyContext.setCodec(com.sun.xml.ws.api.pipe.Codec) or the default codec
based on the binding. |
WSEndpoint |
ServerTubelineAssemblyContext.getEndpoint()
The created pipeline is used to serve this WSEndpoint. |
WSService |
ClientTubelineAssemblyContext.getService()
The pipeline is created for this WSService. |
Tube |
ServerTubelineAssemblyContext.getTerminalTube()
The last Pipe in the pipeline. |
| Method parameters in com.sun.xml.ws.assembler.dev with annotations of type NotNull | |
|---|---|
Pipe |
ClientPipelineHook.createSecurityPipe(PolicyMap policyMap,
ClientPipeAssemblerContext ctxt,
Pipe tail)
Deprecated. Use ClientPipelineHook.createSecurityTube(com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext). |
void |
ClientTubelineAssemblyContext.setCodec(Codec codec)
Interception point to change Codec during Tubeline assembly. |
void |
ServerTubelineAssemblyContext.setCodec(Codec codec)
Interception point to change Codec during Tubeline assembly. |
| Uses of NotNull in com.sun.xml.ws.binding |
|---|
| Methods in com.sun.xml.ws.binding with annotations of type NotNull | |
|---|---|
Codec |
BindingImpl.createCodec()
|
BindingID |
BindingImpl.getBindingId()
|
WebServiceFeatureList |
BindingImpl.getFaultMessageFeatures(QName operationName,
QName messageName)
|
WebServiceFeatureList |
BindingImpl.getFeatures()
|
List<Handler> |
BindingImpl.getHandlerChain()
|
WebServiceFeatureList |
BindingImpl.getInputMessageFeatures(QName operationName)
|
MessageContextFactory |
BindingImpl.getMessageContextFactory()
|
WebServiceFeatureList |
BindingImpl.getOperationFeatures(QName operationName)
|
WebServiceFeatureList |
BindingImpl.getOutputMessageFeatures(QName operationName)
|
static WebServiceFeatureList |
FeatureListUtil.mergeList(WebServiceFeatureList... lists)
Merge all features into one list. |
WebServiceFeature[] |
WebServiceFeatureList.toArray()
|
| Method parameters in com.sun.xml.ws.binding with annotations of type NotNull | ||
|---|---|---|
void |
WebServiceFeatureList.add(WebServiceFeature f)
Adds a feature to the list if it's not already added. |
|
void |
WebServiceFeatureList.addAll(Iterable<WebServiceFeature> list)
Adds features to the list if it's not already added. |
|
boolean |
WebServiceFeatureList.contains(Class<? extends WebServiceFeature> feature)
|
|
static BindingImpl |
BindingImpl.create(BindingID bindingId)
|
|
static BindingImpl |
BindingImpl.create(BindingID bindingId,
WebServiceFeature[] features)
|
|
|
WebServiceFeatureList.get(Class<F> featureType)
|
|
WebServiceFeatureList |
BindingImpl.getFaultMessageFeatures(QName operationName,
QName messageName)
|
|
WebServiceFeatureList |
BindingImpl.getFaultMessageFeatures(QName operationName,
QName messageName)
|
|
|
BindingImpl.getFeature(Class<F> featureType)
|
|
static
|
WebServiceFeatureList.getFeature(WebServiceFeature[] features,
Class<F> featureType)
|
|
static
|
WebServiceFeatureList.getFeature(WebServiceFeature[] features,
Class<F> featureType)
|
|
WebServiceFeatureList |
BindingImpl.getInputMessageFeatures(QName operationName)
|
|
|
BindingImpl.getOperationFeature(Class<F> featureType,
QName operationName)
|
|
|
BindingImpl.getOperationFeature(Class<F> featureType,
QName operationName)
|
|
WebServiceFeatureList |
BindingImpl.getOperationFeatures(QName operationName)
|
|
WebServiceFeatureList |
BindingImpl.getOutputMessageFeatures(QName operationName)
|
|
boolean |
WebServiceFeatureList.isEnabled(Class<? extends WebServiceFeature> feature)
|
|
boolean |
BindingImpl.isFeatureEnabled(Class<? extends WebServiceFeature> feature)
|
|
static boolean |
FeatureListUtil.isFeatureEnabled(Class<? extends WebServiceFeature> featureType,
WebServiceFeatureList list1,
WebServiceFeatureList list2)
|
|
boolean |
BindingImpl.isOperationFeatureEnabled(Class<? extends WebServiceFeature> featureType,
QName operationName)
|
|
boolean |
BindingImpl.isOperationFeatureEnabled(Class<? extends WebServiceFeature> featureType,
QName operationName)
|
|
static
|
FeatureListUtil.mergeFeature(Class<F> featureType,
WebServiceFeatureList list1,
WebServiceFeatureList list2)
|
|
void |
WebServiceFeatureList.mergeFeatures(Iterable<WebServiceFeature> features,
boolean reportConflicts)
Merges the extra features that are not already set on binding. |
|
void |
WebServiceFeatureList.mergeFeatures(WSDLPort wsdlPort,
boolean honorWsdlRequired,
boolean reportConflicts)
Extracts features from WSDLFeaturedObject.getFeatures(). |
|
void |
BindingImpl.setFaultMessageFeatures(QName operationName,
QName messageName,
WebServiceFeature... newFeatures)
|
|
void |
BindingImpl.setFaultMessageFeatures(QName operationName,
QName messageName,
WebServiceFeature... newFeatures)
|
|
void |
BindingImpl.setInputMessageFeatures(QName operationName,
WebServiceFeature... newFeatures)
|
|
void |
BindingImpl.setMode(Service.Mode mode)
|
|
void |
BindingImpl.setOperationFeatures(QName operationName,
WebServiceFeature... newFeatures)
|
|
void |
BindingImpl.setOutputMessageFeatures(QName operationName,
WebServiceFeature... newFeatures)
|
|
void |
WebServiceFeatureList.setParentFeaturedObject(WSDLFeaturedObject parent)
Set the parent features. |
|
void |
SOAPBindingImpl.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 | |
|---|---|
WebServiceFeatureList(Class<?> endpointClass)
Creates a list by reading featuers from the annotation on a class. |
|
WebServiceFeatureList(WebServiceFeature... features)
|
|
| Uses of NotNull in com.sun.xml.ws.client |
|---|
| Fields in com.sun.xml.ws.client with annotations of type NotNull | |
|---|---|
BindingID |
PortInfo.bindingId
|
PolicyMap |
PortInfo.policyMap
|
QName |
PortInfo.portName
|
EndpointAddress |
PortInfo.targetEndpoint
|
| Methods in com.sun.xml.ws.client with annotations of type NotNull | |
|---|---|
BindingID |
PortInfo.getBindingId()
|
Container |
WSServiceDelegate.getContainer()
|
EndpointAddress |
PortInfo.getEndpointAddress()
|
EndpointAddress |
RequestContext.getEndpointAddress()
|
ManagedObjectManager |
Stub.getManagedObjectManager()
|
WSService |
PortInfo.getOwner()
|
WSDLPort |
WSServiceDelegate.getPortModel(WSDLService wsdlService,
QName portName)
Obtains a WSDLPortImpl with error check. |
protected abstract QName |
Stub.getPortName()
Gets the port name that this stub is configured to talk to. |
protected QName |
Stub.getServiceName()
Gets the service name that this stub is configured to talk to. |
PortInfo |
WSServiceDelegate.safeGetPort(QName portName)
Obtains PortInfo for the given name, with error check. |
| Method parameters in com.sun.xml.ws.client with annotations of type NotNull | |
|---|---|
void |
RequestContext.addSatellite(PropertySet satellite)
Deprecated. |
void |
RequestContext.setEndpointAddress(EndpointAddress epa)
|
| Uses of NotNull in com.sun.xml.ws.client.dispatch |
|---|
| Methods in com.sun.xml.ws.client.dispatch with annotations of type NotNull | |
|---|---|
QName |
DispatchImpl.getPortName()
|
protected String |
DispatchImpl.resolveURI(URI endpointURI,
String pathInfo,
String queryString)
|
| Method parameters in com.sun.xml.ws.client.dispatch with annotations of type NotNull | |
|---|---|
protected String |
DispatchImpl.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 | |
|---|---|
protected QName |
SEIStub.getPortName()
|
| Uses of NotNull in com.sun.xml.ws.commons |
|---|
| Method parameters in com.sun.xml.ws.commons with annotations of type NotNull | |
|---|---|
boolean |
DelayedTaskManager.register(DelayedTaskManager.DelayedTask task,
long delay,
TimeUnit timeUnit)
|
static boolean |
MaintenanceTaskExecutor.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 | |
|---|---|
static Message |
Converter.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 | ||
|---|---|---|
JAXBRIContext |
JAXBContextFactory.createJAXBContext(SEIModel sei,
List<Class> classesToBind,
List<TypeReference> typeReferences)
Called by the JAX-WS runtime to create a JAXBRIContext for the given SEI. |
|
|
StatefulWebServiceManager.export(Class<EPR> eprType,
Packet currentRequest,
T o)
Exports an object. |
|
|
StatefulWebServiceManager.export(Class<EPR> eprType,
Packet currentRequest,
T o,
EPRRecipe recipe)
The same as StatefulWebServiceManager.export(Class, Packet, Object) except
that it takes EPRRecipe. |
|
|
StatefulWebServiceManager.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. |
|
|
StatefulWebServiceManager.export(Class<EPR> epr,
T o)
Exports an object. |
|
|
StatefulWebServiceManager.export(Class<EPR> epr,
T o,
EPRRecipe recipe)
Exports an object. |
|
|
StatefulWebServiceManager.export(Class<EPR> eprType,
WebServiceContext context,
T o)
Exports an object (for asynchronous web services.) |
|
W3CEndpointReference |
StatefulWebServiceManager.export(T o)
Exports an object. |
|
ManagedObjectManager |
WSBindingProvider.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 | ||
|---|---|---|
JAXBRIContext |
JAXBContextFactory.createJAXBContext(SEIModel sei,
List<Class> classesToBind,
List<TypeReference> typeReferences)
Called by the JAX-WS runtime to create a JAXBRIContext for the given SEI. |
|
JAXBRIContext |
JAXBContextFactory.createJAXBContext(SEIModel sei,
List<Class> classesToBind,
List<TypeReference> typeReferences)
Called by the JAX-WS runtime to create a JAXBRIContext for the given SEI. |
|
JAXBRIContext |
JAXBContextFactory.createJAXBContext(SEIModel sei,
List<Class> classesToBind,
List<TypeReference> typeReferences)
Called by the JAX-WS runtime to create a JAXBRIContext for the given SEI. |
|
|
StatefulWebServiceManager.export(Class<EPR> eprType,
Packet currentRequest,
T o)
Exports an object. |
|
|
StatefulWebServiceManager.export(Class<EPR> eprType,
Packet currentRequest,
T o,
EPRRecipe recipe)
The same as StatefulWebServiceManager.export(Class, Packet, Object) except
that it takes EPRRecipe. |
|
|
StatefulWebServiceManager.export(Class<EPR> eprType,
WebServiceContext context,
T o)
Exports an object (for asynchronous web services.) |
|
void |
StatefulWebServiceManager.Callback.onTimeout(T timedOutObject,
StatefulWebServiceManager<T> manager)
Application has a chance to decide if the object should be unexported, or kept alive. |
|
void |
StatefulWebServiceManager.Callback.onTimeout(T timedOutObject,
StatefulWebServiceManager<T> manager)
Application has a chance to decide if the object should be unexported, or kept alive. |
|
T |
StatefulWebServiceManager.resolve(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 | |
|---|---|
MemberSubmissionEndpointReference(Source source)
construct an EPR from infoset representation |
|
UsesJAXBContextFeature(Class<? extends JAXBContextFactory> factoryClass)
Creates UsesJAXBContextFeature. |
|
| Uses of NotNull in com.sun.xml.ws.encoding |
|---|
| Fields in com.sun.xml.ws.encoding with annotations of type NotNull | |
|---|---|
org.xml.sax.helpers.AttributesImpl |
TagInfoset.atts
Attributes on this tag. |
String |
TagInfoset.localName
Local name of the start tag. |
String[] |
TagInfoset.ns
Namespace declarations on this tag. |
| Methods in com.sun.xml.ws.encoding with annotations of type NotNull | |
|---|---|
Message |
StreamSOAPCodec.decode(XMLStreamReader reader)
Decodes a message from XMLStreamReader that 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 | |
|---|---|
void |
RootOnlyCodec.decode(InputStream in,
String contentType,
Packet packet,
AttachmentSet att)
Reads root part bytes from InputStream and constructs a Message
along with the given attachments. |
void |
RootOnlyCodec.decode(InputStream in,
String contentType,
Packet packet,
AttachmentSet att)
Reads root part bytes from InputStream and constructs a Message
along with the given attachments. |
void |
RootOnlyCodec.decode(InputStream in,
String contentType,
Packet packet,
AttachmentSet att)
Reads root part bytes from InputStream and constructs a Message
along with the given attachments. |
void |
RootOnlyCodec.decode(InputStream in,
String contentType,
Packet packet,
AttachmentSet att)
Reads root part bytes from InputStream and constructs a Message
along with the given attachments. |
void |
RootOnlyCodec.decode(ReadableByteChannel in,
String contentType,
Packet packet,
AttachmentSet att)
|
void |
RootOnlyCodec.decode(ReadableByteChannel in,
String contentType,
Packet packet,
AttachmentSet att)
|
void |
RootOnlyCodec.decode(ReadableByteChannel in,
String contentType,
Packet packet,
AttachmentSet att)
|
void |
RootOnlyCodec.decode(ReadableByteChannel in,
String contentType,
Packet packet,
AttachmentSet att)
|
static Message |
StreamSOAPCodec.decode(SOAPVersion soapVersion,
XMLStreamReader reader,
AttachmentSet attachmentSet)
|
Message |
StreamSOAPCodec.decode(XMLStreamReader reader)
Decodes a message from XMLStreamReader that points to
the beginning of a SOAP infoset. |
Message |
StreamSOAPCodec.decode(XMLStreamReader reader,
AttachmentSet attachmentSet)
Decodes a message from XMLStreamReader that 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 | |
|---|---|
AttachmentSet |
XMLMessage.XMLMultiPart.getAttachments()
|
MessageHeaders |
XMLMessage.XMLMultiPart.getHeaders()
|
| Method parameters in com.sun.xml.ws.encoding.xml with annotations of type NotNull | |
|---|---|
boolean |
XMLMessage.XMLMultiPart.isOneWay(WSDLPort port)
|
protected static boolean |
XMLMessage.isXMLType(String primary,
String sub)
|
protected static boolean |
XMLMessage.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 | |
|---|---|
static Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
ProtocolException ex,
QName faultcode)
To be called to convert a ProtocolException and faultcode for a given SOAPVersion in to a Message. |
| Method parameters in com.sun.xml.ws.fault with annotations of type NotNull | |
|---|---|
static Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
ProtocolException ex,
QName faultcode)
To be called to convert a ProtocolException and faultcode for a given SOAPVersion in to a Message. |
static Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
ProtocolException ex,
QName faultcode)
To be called to convert a ProtocolException and faultcode for a given SOAPVersion in to a Message. |
| Uses of NotNull in com.sun.xml.ws.message |
|---|
| Fields in com.sun.xml.ws.message with annotations of type NotNull | |
|---|---|
protected String |
ProblemActionHeader.action
|
protected AddressingVersion |
ProblemActionHeader.av
|
protected TagInfoset |
AbstractMessageImpl.bodyTag
|
protected TagInfoset |
AbstractMessageImpl.envelopeTag
|
protected TagInfoset |
AbstractMessageImpl.headerTag
|
| Methods in com.sun.xml.ws.message with annotations of type NotNull | |
|---|---|
String |
FaultDetailHeader.getLocalPart()
|
String |
ProblemActionHeader.getLocalPart()
|
String |
StringHeader.getLocalPart()
|
String |
FaultDetailHeader.getNamespaceURI()
|
String |
ProblemActionHeader.getNamespaceURI()
|
String |
StringHeader.getNamespaceURI()
|
String |
AbstractHeaderImpl.getRole(SOAPVersion soapVersion)
|
| Method parameters in com.sun.xml.ws.message with annotations of type NotNull | |
|---|---|
String |
FaultDetailHeader.getAttribute(String nsUri,
String localName)
|
String |
FaultDetailHeader.getAttribute(String nsUri,
String localName)
|
String |
ProblemActionHeader.getAttribute(String nsUri,
String localName)
|
String |
ProblemActionHeader.getAttribute(String nsUri,
String localName)
|
String |
StringHeader.getAttribute(String nsUri,
String localName)
|
String |
StringHeader.getAttribute(String nsUri,
String localName)
|
String |
AbstractHeaderImpl.getRole(SOAPVersion soapVersion)
|
boolean |
AbstractHeaderImpl.isIgnorable(SOAPVersion soapVersion,
Set<String> roles)
|
boolean |
AbstractHeaderImpl.isIgnorable(SOAPVersion soapVersion,
Set<String> roles)
|
| Constructor parameters in com.sun.xml.ws.message with annotations of type NotNull | |
|---|---|
ByteArrayAttachment(String contentId,
byte[] data,
int start,
int len,
String mimeType)
|
|
ByteArrayAttachment(String contentId,
byte[] data,
String mimeType)
|
|
DataHandlerAttachment(String contentId,
DataHandler dh)
This will be constructed by AttachmentMarshallerImpl |
|
DataHandlerAttachment(String contentId,
DataHandler dh)
This will be constructed by AttachmentMarshallerImpl |
|
EmptyMessageImpl(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 | |
|---|---|
String |
JAXBHeader.getLocalPart()
|
String |
JAXBHeader.getNamespaceURI()
|
| Uses of NotNull in com.sun.xml.ws.message.saaj |
|---|
| Methods in com.sun.xml.ws.message.saaj with annotations of type NotNull | |
|---|---|
AttachmentSet |
SAAJMessage.getAttachments()
Gets the attachments of this message (attachments live outside a message.) |
MessageHeaders |
SAAJMessage.getHeaders()
|
String |
SAAJHeader.getRole(SOAPVersion soapVersion)
|
| Method parameters in com.sun.xml.ws.message.saaj with annotations of type NotNull | |
|---|---|
String |
SAAJHeader.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 | |
|---|---|
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 | |
|---|---|
protected String |
StreamHeader._role
Role or actor value. |
| Methods in com.sun.xml.ws.message.stream with annotations of type NotNull | |
|---|---|
MessageHeaders |
PayloadStreamReaderMessage.getHeaders()
|
String |
OutboundStreamHeader.getLocalPart()
|
String |
StreamHeader.getLocalPart()
|
String |
OutboundStreamHeader.getNamespaceURI()
|
String |
StreamHeader.getNamespaceURI()
|
String |
StreamHeader.getRole(SOAPVersion soapVersion)
|
WSEndpointReference |
StreamHeader.readAsEPR(AddressingVersion expected)
Creates an EPR without copying infoset. |
| Method parameters in com.sun.xml.ws.message.stream with annotations of type NotNull | |
|---|---|
String |
StreamHeader.getRole(SOAPVersion soapVersion)
|
boolean |
StreamHeader.isIgnorable(SOAPVersion soapVersion,
Set<String> roles)
|
boolean |
StreamHeader.isIgnorable(SOAPVersion soapVersion,
Set<String> roles)
|
| Constructor parameters in com.sun.xml.ws.message.stream with annotations of type NotNull | |
|---|---|
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 a StreamMessage from a XMLStreamReader
that points at the start element of the payload, and headers. |
|
StreamMessage(MessageHeaders headers,
AttachmentSet attachmentSet,
XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
that points at the start element of the payload, and headers. |
|
StreamMessage(MessageHeaders headers,
AttachmentSet attachmentSet,
XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
that 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,
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)
|
|
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
MessageHeaders headers,
TagInfoset bodyTag,
XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
|
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
MessageHeaders headers,
TagInfoset bodyTag,
XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
|
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
MessageHeaders headers,
TagInfoset bodyTag,
XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
|
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
MessageHeaders headers,
TagInfoset bodyTag,
XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
|
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
MessageHeaders headers,
TagInfoset bodyTag,
XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
|
| 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 | |
|---|---|
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 | |
|---|---|
List<PortInfo> |
MetadataClient.getServiceInformation(Metadata data)
Used to retrieve the service and port names and port addresses from metadata. |
Metadata |
MetadataClient.retrieveMetadata(MetadataReference reference)
Currently only supports Get requests (not Get Metadata), so we only need the reference's address. |
Metadata |
MetadataClient.retrieveMetadata(String address)
Method used to load the metadata from the endpoint. |
| Uses of NotNull in com.sun.xml.ws.model |
|---|
| Methods in com.sun.xml.ws.model with annotations of type NotNull | |
|---|---|
QName |
AbstractSEIModelImpl.getBoundPortTypeName()
|
| Method parameters in com.sun.xml.ws.model with annotations of type NotNull | |
|---|---|
static String |
RuntimeModeler.getNamespace(String packageName)
gets the namespace String for a given packageName |
| Constructor parameters in com.sun.xml.ws.model with annotations of type NotNull | |
|---|---|
RuntimeModeler(DatabindingConfig config)
creates an instance of RunTimeModeler given a sei and binding |
|
| Uses of NotNull in com.sun.xml.ws.model.wsdl |
|---|
| Methods in com.sun.xml.ws.model.wsdl with annotations of type NotNull | |
|---|---|
String |
WSDLFaultImpl.getAction()
|
Map<QName,? extends EditableWSDLBoundPortType> |
WSDLModelImpl.getBindings()
|
EditableWSDLBoundOperation |
WSDLBoundFaultImpl.getBoundOperation()
|
List<? extends EditableWSDLBoundFault> |
WSDLBoundOperationImpl.getFaults()
|
String |
WSDLBoundFaultImpl.getName()
|
EditableWSDLOperation |
WSDLFaultImpl.getOperation()
|
EditableWSDLOperation |
WSDLInputImpl.getOperation()
|
EditableWSDLOperation |
WSDLOutputImpl.getOperation()
|
EditableWSDLModel |
WSDLBoundPortTypeImpl.getOwner()
|
EditableWSDLModel |
WSDLServiceImpl.getParent()
|
QName |
WSDLOperationImpl.getPortTypeName()
|
Map<QName,EditableWSDLPortType> |
WSDLModelImpl.getPortTypes()
|
QName |
WSDLFaultImpl.getQName()
|
QName |
WSDLOutputImpl.getQName()
|
Map<QName,EditableWSDLService> |
WSDLModelImpl.getServices()
|
| Method parameters in com.sun.xml.ws.model.wsdl with annotations of type NotNull | |
|---|---|
void |
WSDLBoundOperationImpl.addFault(EditableWSDLBoundFault fault)
|
void |
WSDLPortImpl.setEPR(WSEndpointReference epr)
Only meant for RuntimeWSDLParser to call. |
| Constructor parameters in com.sun.xml.ws.model.wsdl with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
NextAction |
ClientMUTube.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 | |
|---|---|
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 | |
|---|---|
String |
RxMessageBase.getCorrelationId()
|
| Constructor parameters in com.sun.xml.ws.rx.message with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
Message |
JaxwsMessage.getJaxwsMessage()
|
Packet |
JaxwsMessage.getPacket()
|
| Method parameters in com.sun.xml.ws.rx.message.jaxws with annotations of type NotNull | |
|---|---|
static SerializableMessage |
SerializableMessage.newInstance(InputStream dataStream,
String wsaAction)
|
static JaxwsMessage |
JaxwsMessage.newInstance(InputStream dataStream,
String correlationId,
String wsaAction)
|
static JaxwsMessage |
JaxwsMessage.newInstance(InputStream dataStream,
String correlationId,
String wsaAction)
|
static JaxwsMessage |
JaxwsMessage.newInstance(InputStream dataStream,
String correlationId,
String wsaAction)
|
| Constructor parameters in com.sun.xml.ws.rx.message.jaxws with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
QName |
RmConfigurator.getName()
TODO javadoc |
ReliableMessagingFeatureBuilder |
RmConfigurator.update(ReliableMessagingFeatureBuilder builder)
TODO javadoc |
| Method parameters in com.sun.xml.ws.rx.rm.policy with annotations of type NotNull | |
|---|---|
ReliableMessagingFeatureBuilder |
RmConfigurator.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 | |
|---|---|
List<Sequence.AckRange> |
AcknowledgementData.getAcknowledgedRanges()
Returns acknowledged ranges for the sequence identified by acknowledged sequence identifier |
EndpointReference |
CreateSequenceData.getAcksToEpr()
|
String |
CloseSequenceData.getSequenceId()
|
String |
CloseSequenceResponseData.getSequenceId()
|
String |
CreateSequenceResponseData.getSequenceId()
|
String |
TerminateSequenceData.getSequenceId()
|
String |
TerminateSequenceResponseData.getSequenceId()
|
| Method parameters in com.sun.xml.ws.rx.rm.protocol with annotations of type NotNull | |
|---|---|
AcknowledgementData.Builder |
AcknowledgementData.Builder.acknowledgements(String ackedSequenceId,
List<Sequence.AckRange> acknowledgedMessageIds,
boolean isFinal)
Sets acknowledgements |
AcknowledgementData.Builder |
AcknowledgementData.Builder.ackReqestedSequenceId(String ackRequestedSequenceId)
Sets value of AckRequested flag for the sequence associated with this message |
static CloseSequenceData.Builder |
CloseSequenceData.getBuilder(String outboundSequenceId,
long lastMessageId)
|
static TerminateSequenceData.Builder |
TerminateSequenceData.getBuilder(String sequenceId,
long lastMessageId)
|
| Constructor parameters in com.sun.xml.ws.rx.rm.protocol with annotations of type NotNull | |
|---|---|
CloseSequenceResponseData.Builder(String sequenceId)
|
|
TerminateSequenceResponseData.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 | |
|---|---|
Message |
JaxwsApplicationMessage.getJaxwsMessage()
|
Packet |
JaxwsApplicationMessage.getPacket()
|
| Method parameters in com.sun.xml.ws.rx.rm.runtime with annotations of type NotNull | ||
|---|---|---|
abstract void |
WsrmProtocolHandler.appendAcknowledgementHeaders(Packet packet,
AcknowledgementData ackData)
|
|
abstract void |
WsrmProtocolHandler.appendAcknowledgementHeaders(Packet packet,
AcknowledgementData ackData)
|
|
abstract void |
WsrmProtocolHandler.appendSequenceHeader(Message jaxwsMessage,
ApplicationMessage message)
|
|
abstract void |
WsrmProtocolHandler.appendSequenceHeader(Message jaxwsMessage,
ApplicationMessage message)
|
|
static RuntimeContext.Builder |
RuntimeContext.builder(RmConfiguration configuration,
Communicator communicator)
|
|
static RuntimeContext.Builder |
RuntimeContext.builder(RmConfiguration configuration,
Communicator communicator)
|
|
boolean |
WsrmProtocolHandler.containsProtocolMessage(Packet packet)
|
|
boolean |
WsrmProtocolHandler.containsProtocolRequest(Packet packet)
|
|
boolean |
WsrmProtocolHandler.containsProtocolResponse(Packet packet)
|
|
protected String |
WsrmProtocolHandler.getWsaAction(Message message)
|
|
abstract void |
WsrmProtocolHandler.loadAcknowledgementData(ApplicationMessage message,
Message jaxwsMessage)
|
|
abstract void |
WsrmProtocolHandler.loadAcknowledgementData(ApplicationMessage message,
Message jaxwsMessage)
|
|
abstract void |
WsrmProtocolHandler.loadSequenceHeaderData(ApplicationMessage message,
Message jaxwsMessage)
|
|
abstract void |
WsrmProtocolHandler.loadSequenceHeaderData(ApplicationMessage message,
Message jaxwsMessage)
|
|
static JaxwsApplicationMessage |
JaxwsApplicationMessage.newInstance(InputStream dataStream,
int initialResendCounterValue,
String correlationId,
String wsaAction,
String sequenceId,
long messageNumber)
|
|
static JaxwsApplicationMessage |
JaxwsApplicationMessage.newInstance(InputStream dataStream,
int initialResendCounterValue,
String correlationId,
String wsaAction,
String sequenceId,
long messageNumber)
|
|
static JaxwsApplicationMessage |
JaxwsApplicationMessage.newInstance(InputStream dataStream,
int initialResendCounterValue,
String correlationId,
String wsaAction,
String sequenceId,
long messageNumber)
|
|
static JaxwsApplicationMessage |
JaxwsApplicationMessage.newInstance(InputStream dataStream,
int initialResendCounterValue,
String correlationId,
String wsaAction,
String sequenceId,
long messageNumber)
|
|
static JaxwsApplicationMessage |
JaxwsApplicationMessage.newInstance(Packet packet,
int initialResendCounterValue,
String correlationId,
String wsaAction,
String sequenceId,
long messageNumber)
|
|
static JaxwsApplicationMessage |
JaxwsApplicationMessage.newInstance(Packet packet,
int initialResendCounterValue,
String correlationId,
String wsaAction,
String sequenceId,
long messageNumber)
|
|
static JaxwsApplicationMessage |
JaxwsApplicationMessage.newInstance(Packet packet,
int initialResendCounterValue,
String correlationId,
String wsaAction,
String sequenceId,
long messageNumber)
|
|
static JaxwsApplicationMessage |
JaxwsApplicationMessage.newInstance(Packet packet,
int initialResendCounterValue,
String correlationId,
String wsaAction,
String sequenceId,
long messageNumber)
|
|
protected
|
WsrmProtocolHandler.readHeaderAsUnderstood(String nsUri,
String name,
Message message)
|
|
protected
|
WsrmProtocolHandler.readHeaderAsUnderstood(String nsUri,
String name,
Message message)
|
|
protected
|
WsrmProtocolHandler.readHeaderAsUnderstood(String nsUri,
String name,
Message message)
|
|
void |
RuntimeContext.setSequenceManager(SequenceManager newValue)
|
|
abstract CloseSequenceData |
WsrmProtocolHandler.toCloseSequenceData(Packet packet)
|
|
abstract CloseSequenceResponseData |
WsrmProtocolHandler.toCloseSequenceResponseData(Packet packet)
|
|
abstract CreateSequenceData |
WsrmProtocolHandler.toCreateSequenceData(Packet packet)
|
|
abstract CreateSequenceResponseData |
WsrmProtocolHandler.toCreateSequenceResponseData(Packet packet)
|
|
abstract Packet |
WsrmProtocolHandler.toPacket(CloseSequenceData data,
Packet requestPacket)
|
|
abstract Packet |
WsrmProtocolHandler.toPacket(CloseSequenceResponseData data,
Packet requestPacket,
boolean clientSideResponse)
|
|
abstract Packet |
WsrmProtocolHandler.toPacket(CloseSequenceResponseData data,
Packet requestPacket,
boolean clientSideResponse)
|
|
abstract Packet |
WsrmProtocolHandler.toPacket(CreateSequenceData data,
Packet requestPacket)
|
|
abstract Packet |
WsrmProtocolHandler.toPacket(CreateSequenceResponseData data,
Packet requestPacket,
boolean clientSideResponse)
|
|
abstract Packet |
WsrmProtocolHandler.toPacket(CreateSequenceResponseData data,
Packet requestPacket,
boolean clientSideResponse)
|
|
abstract Packet |
WsrmProtocolHandler.toPacket(TerminateSequenceData data,
Packet requestPacket)
|
|
abstract Packet |
WsrmProtocolHandler.toPacket(TerminateSequenceResponseData data,
Packet requestPacket,
boolean clientSideResponse)
|
|
abstract Packet |
WsrmProtocolHandler.toPacket(TerminateSequenceResponseData data,
Packet requestPacket,
boolean clientSideResponse)
|
|
abstract TerminateSequenceData |
WsrmProtocolHandler.toTerminateSequenceData(Packet packet)
|
|
abstract TerminateSequenceResponseData |
WsrmProtocolHandler.toTerminateSequenceResponseData(Packet packet)
|
|
protected
|
WsrmProtocolHandler.unmarshallMessage(Message message)
Unmarshalls underlying JAXWS Message using JAXB context of a configured RM version |
|
| 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 | |
|---|---|
static DeliveryQueueBuilder |
DeliveryQueueBuilder.getBuilder(RmConfiguration configuration,
Postman postman,
Postman.Callback deliveryCallback)
|
static DeliveryQueueBuilder |
DeliveryQueueBuilder.getBuilder(RmConfiguration configuration,
Postman postman,
Postman.Callback deliveryCallback)
|
static DeliveryQueueBuilder |
DeliveryQueueBuilder.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 | |
|---|---|
void |
Sequence.registerMessage(ApplicationMessage message,
boolean storeMessageFlag)
Registers given message with the sequence |
ApplicationMessage |
Sequence.retrieveMessage(String correlationId)
Retrieves a message stored within the sequence under the provided correlationId
if avalable. |
static void |
Sequence.AckRange.sort(List<Sequence.AckRange> ranges)
|
| Constructor parameters in com.sun.xml.ws.rx.rm.runtime.sequence with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
Packet |
Communicator.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. |
V |
TimestampedCollection.register(K correlationId,
V subject)
Registers a subject and maps it to a given correlationId. |
V |
TimestampedCollection.register(K correlationId,
V subject)
Registers a subject and maps it to a given correlationId. |
boolean |
TimestampedCollection.register(long timestamp,
V subject)
Creates a new subject registration. |
boolean |
TimestampedCollection.register(V subject)
Creates a new subject registration. |
V |
TimestampedCollection.remove(K correlationId)
Removes a registration from the collection based on a correlationId and returns
the value of the registered subject. |
void |
FiberExecutor.schedule(Packet request,
Fiber.CompletionCallback callback)
|
Packet |
Communicator.send(Packet request)
Sends the request Packet and returns the corresponding response Packet. |
void |
Communicator.sendAsync(Packet request,
Fiber.CompletionCallback completionCallbackHandler)
Asynchronously sends the request Packet |
void |
Communicator.sendAsync(Packet request,
Fiber.CompletionCallback completionCallbackHandler,
FiberContextSwitchInterceptor interceptor)
|
void |
FiberExecutor.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 | |
|---|---|
Message |
LazyStreamCodec.decode(XMLStreamReader reader,
AttachmentSet att)
|
| Method parameters in com.sun.xml.ws.security.encoding with annotations of type NotNull | |
|---|---|
Message |
LazyStreamCodec.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 | |
|---|---|
protected void |
BindingProcessor.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 | |
|---|---|
AttachmentSet |
LazyStreamBasedMessage.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 | |
|---|---|
boolean |
LazyStreamBasedMessage.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 | |
|---|---|
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 | |
|---|---|
String |
SignedMessageHeader.getLocalPart()
|
String |
SignedMessageHeader.getNamespaceURI()
|
| Uses of NotNull in com.sun.xml.ws.security.opt.impl.incoming |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.incoming with annotations of type NotNull | |
|---|---|
AttachmentSet |
VerifiedStreamMessage.getAttachments()
|
| Constructor parameters in com.sun.xml.ws.security.opt.impl.incoming with annotations of type NotNull | |
|---|---|
VerifiedStreamMessage(MessageHeaders headers,
AttachmentSet attachmentSet,
XMLStreamReader reader,
SOAPVersion soapVersion,
Map<String,String> bodyEnvNs)
Creates a StreamMessage from a XMLStreamReader
that points at the start element of the payload, and headers. |
|
VerifiedStreamMessage(MessageHeaders headers,
AttachmentSet attachmentSet,
XMLStreamReader reader,
SOAPVersion soapVersion,
Map<String,String> bodyEnvNs)
Creates a StreamMessage from a XMLStreamReader
that points at the start element of the payload, and headers. |
|
VerifiedStreamMessage(MessageHeaders headers,
AttachmentSet attachmentSet,
XMLStreamReader reader,
SOAPVersion soapVersion,
Map<String,String> bodyEnvNs)
Creates a StreamMessage from a XMLStreamReader
that 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 a StreamMessage from a XMLStreamReader
and 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 a StreamMessage from a XMLStreamReader
and 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 a StreamMessage from a XMLStreamReader
and 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 a StreamMessage from a XMLStreamReader
and 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 a StreamMessage from a XMLStreamReader
and 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 | |
|---|---|
String |
BinarySecurityToken.getLocalPart()
|
String |
BinarySecurityToken.getNamespaceURI()
|
| Method parameters in com.sun.xml.ws.security.opt.impl.keyinfo with annotations of type NotNull | |
|---|---|
String |
SecurityTokenReference.getAttribute(QName name)
|
String |
SecurityTokenReference.getAttribute(String nsUri,
String localName)
|
String |
SecurityTokenReference.getAttribute(String nsUri,
String localName)
|
| 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 | |
|---|---|
String |
Header.getLocalPart()
Gets the local name of this header element. |
String |
Header.getNamespaceURI()
Gets the namespace URI of this header element. |
String |
Header.getRole(SOAPVersion soapVersion)
Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1). |
WSEndpointReference |
Header.readAsEPR(AddressingVersion expected)
|
WSEndpointReference |
HeaderWrapper.readAsEPR(AddressingVersion expected)
|
WSEndpointReference |
SecurityHeaderWrapper.readAsEPR(AddressingVersion expected)
|
| Method parameters in com.sun.xml.ws.security.opt.impl.message with annotations of type NotNull | |
|---|---|
String |
Header.getAttribute(QName name)
Gets the attribute value on the header element. |
String |
Header.getAttribute(String nsUri,
String localName)
Gets the attribute value on the header element. |
String |
Header.getAttribute(String nsUri,
String localName)
Gets the attribute value on the header element. |
String |
Header.getRole(SOAPVersion soapVersion)
Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1). |
boolean |
Header.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.) |
boolean |
Header.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.) |
boolean |
MessageWrapper.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 | |
|---|---|
String |
SecurityHeader.getLocalPart()
Gets the local name of this header element. |
String |
SecurityHeader.getNamespaceURI()
Gets the namespace URI of this header element. |
| Method parameters in com.sun.xml.ws.security.opt.impl.outgoing with annotations of type NotNull | |
|---|---|
String |
SecurityHeader.getAttribute(QName name)
Gets the attribute value on the header element. |
String |
SecurityHeader.getAttribute(String nsUri,
String localName)
Gets the attribute value on the header element. |
String |
SecurityHeader.getAttribute(String nsUri,
String localName)
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 | |
|---|---|
String |
DirectReference.getAttribute(QName name)
|
String |
KeyIdentifier.getAttribute(QName name)
|
String |
DirectReference.getAttribute(String nsUri,
String localName)
|
String |
DirectReference.getAttribute(String nsUri,
String localName)
|
String |
KeyIdentifier.getAttribute(String nsUri,
String localName)
|
String |
KeyIdentifier.getAttribute(String nsUri,
String localName)
|
String |
DirectReference.setAttribute(QName name,
String value)
|
String |
DirectReference.setAttribute(QName name,
String value)
|
String |
DirectReference.setAttribute(String nsUri,
String localName,
String value)
|
String |
DirectReference.setAttribute(String nsUri,
String localName,
String value)
|
String |
DirectReference.setAttribute(String nsUri,
String localName,
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 | |
|---|---|
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 | |
|---|---|
byte[] |
BinarySecretImpl.getRawValue()
|
String |
BinarySecretImpl.getTextValue()
|
| Method parameters in com.sun.xml.ws.security.trust.impl.elements with annotations of type NotNull | |
|---|---|
static BinarySecretType |
BinarySecretImpl.fromElement(Element element)
Constructs a BinarySecret element from
an existing XML block. |
static LifetimeType |
LifetimeImpl.fromElement(Element element)
Constructs a Lifetime element from
an existing XML block. |
static RequestedSecurityTokenType |
RequestedSecurityTokenImpl.fromElement(Element element)
Constructs a RequestedSecurityToken element from
an existing XML block. |
void |
RequestSecurityTokenResponseImpl.setCanonicalizationAlgorithm(URI algorithm)
|
void |
RequestedProofTokenImpl.setComputedKey(URI computedKey)
|
void |
RequestSecurityTokenImpl.setComputedKeyAlgorithm(URI algorithm)
|
void |
RequestSecurityTokenResponseImpl.setComputedKeyAlgorithm(URI algorithm)
|
void |
RequestSecurityTokenResponseImpl.setEncryptionAlgorithm(URI algorithm)
|
void |
RequestSecurityTokenResponseImpl.setEncryptWith(URI algorithm)
|
void |
EntropyImpl.setEntropyType(String type)
Sets the type of the Entropy contents |
void |
RequestSecurityTokenResponseImpl.setKeySize(long size)
|
void |
RequestSecurityTokenImpl.setKeyType(URI keytype)
|
void |
RequestSecurityTokenResponseImpl.setKeyType(URI keytype)
|
void |
RequestedProofTokenImpl.setProofTokenType(String proofTokenType)
|
void |
BinaryExchangeImpl.setRawValue(byte[] rawText)
|
void |
BinarySecretImpl.setRawValue(byte[] rawText)
|
void |
RequestSecurityTokenImpl.setRequestType(URI requestType)
|
void |
RequestSecurityTokenResponseImpl.setSignatureAlgorithm(URI algorithm)
|
void |
UseKeyImpl.setSignatureID(URI sigID)
|
void |
BinaryExchangeImpl.setTextValue(String encodedText)
|
void |
BinarySecretImpl.setTextValue(String encodedText)
|
void |
UseKeyImpl.setToken(Token token)
|
| Constructor parameters in com.sun.xml.ws.security.trust.impl.elements with annotations of type NotNull | |
|---|---|
BinarySecretImpl(BinarySecretType bsType)
|
|
BinarySecretImpl(byte[] rawValue,
String type)
|
|
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 | ||
|---|---|---|
BindingID |
MonitorRootService.bindingID()
|
|
Container |
MonitorRootService.container()
|
|
Codec |
WSEndpointImpl.createCodec()
|
|
ManagedObjectManager |
MonitorBase.createManagedObjectManager(Stub stub)
Client monitoring is OFF by default because there is no standard stub.close() method. |
|
ManagedObjectManager |
MonitorBase.createManagedObjectManager(WSEndpoint endpoint)
Endpoint monitoring is ON by default. |
|
WSEndpoint.PipeHead |
WSEndpointImpl.createPipeHead()
|
|
|
StatefulInstanceResolver.export(Class<EPR> adrsVer,
Packet currentRequest,
T o)
|
|
|
StatefulInstanceResolver.export(Class<EPR> adrsVer,
String endpointAddress,
String wsdlAddress,
T o,
EPRRecipe recipe)
|
|
|
StatefulInstanceResolver.export(Class<EPR> adrsVer,
String endpointAddress,
T o)
|
|
|
StatefulInstanceResolver.export(Class<EPR> epr,
T o)
|
|
|
StatefulInstanceResolver.export(Class<EPR> epr,
WebServiceContext context,
T o)
|
|
W3CEndpointReference |
StatefulInstanceResolver.export(T o)
|
|
WSFeatureList |
MonitorRootService.features()
|
|
ServerTubeAssemblerContext |
WSEndpointImpl.getAssemblerContext()
|
|
WSBinding |
WSEndpointImpl.getBinding()
|
|
Set<Component> |
WSEndpointImpl.getComponents()
|
|
Container |
WSEndpointImpl.getContainer()
|
|
static Packet |
InvokerTube.getCurrentPacket()
This method can be called while the user service is servicing the request synchronously, to obtain the current request packet. |
|
static QName |
EndpointFactory.getDefaultPortName(QName serviceName,
Class<?> implType)
If portName is not already set via DD or programmatically, it uses annotations on implementorClass to get PortName. |
|
static QName |
EndpointFactory.getDefaultPortName(QName serviceName,
Class<?> implType,
boolean isStandard)
|
|
static QName |
EndpointFactory.getDefaultPortName(QName serviceName,
Class<?> implType,
boolean isStandard,
MetadataReader metadataReader)
|
|
static QName |
EndpointFactory.getDefaultPortName(QName serviceName,
Class<?> implType,
MetadataReader metadataReader)
|
|
static QName |
EndpointFactory.getDefaultServiceName(Class<?> implType)
If service name is not already set via DD or programmatically, it uses annotations WebServiceProvider, WebService on implementorClass to get PortName. |
|
static QName |
EndpointFactory.getDefaultServiceName(Class<?> implType,
boolean isStandard)
|
|
static QName |
EndpointFactory.getDefaultServiceName(Class<?> implType,
boolean isStandard,
MetadataReader metadataReader)
|
|
static QName |
EndpointFactory.getDefaultServiceName(Class<?> implType,
MetadataReader metadataReader)
|
|
Class<T> |
WSEndpointImpl.getImplementationClass()
|
|
Invoker |
InvokerTube.getInvoker(Packet request)
Returns the Invoker object that serves the request. |
|
ManagedObjectManager |
WSEndpointImpl.getManagedObjectManager()
|
|
QName |
WSEndpointImpl.getPortName()
|
|
SDDocument |
ServiceDefinitionImpl.getPrimary()
|
|
QName |
WSEndpointImpl.getServiceName()
|
|
QName |
MonitorRootService.portName()
|
|
T |
SingletonResolver.resolve(Packet request)
|
|
T |
StatefulInstanceResolver.resolve(Packet request)
|
|
QName |
MonitorRootService.serviceName()
|
|
| Method parameters in com.sun.xml.ws.server with annotations of type NotNull | ||
|---|---|---|
|
StatefulInstanceResolver.export(Class<EPR> adrsVer,
Packet currentRequest,
T o)
|
|
|
StatefulInstanceResolver.export(Class<EPR> adrsVer,
Packet currentRequest,
T o,
EPRRecipe recipe)
|
|
void |
DefaultResourceInjector.inject(WSWebServiceContext context,
Object instance)
|
|
void |
DefaultResourceInjector.inject(WSWebServiceContext context,
Object instance)
|
|
void |
StatefulInstanceResolver.postInvoke(Packet request,
T servant)
|
|
void |
StatefulInstanceResolver.postInvoke(Packet request,
T servant)
|
|
| Constructor parameters in com.sun.xml.ws.server with annotations of type NotNull | |
|---|---|
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,
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)
|
|
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)
|
|
| Uses of NotNull in com.sun.xml.ws.server.provider |
|---|
| Methods in com.sun.xml.ws.server.provider with annotations of type NotNull | |
|---|---|
Packet |
AsyncProviderInvokerTube.AsyncWebServiceContext.getRequestPacket()
|
NextAction |
AsyncProviderInvokerTube.processException(Throwable t)
|
NextAction |
SyncProviderInvokerTube.processException(Throwable t)
|
NextAction |
AsyncProviderInvokerTube.processRequest(Packet request)
|
NextAction |
AsyncProviderInvokerTube.processResponse(Packet response)
|
NextAction |
SyncProviderInvokerTube.processResponse(Packet response)
|
| Method parameters in com.sun.xml.ws.server.provider with annotations of type NotNull | |
|---|---|
NextAction |
AsyncProviderInvokerTube.processException(Throwable t)
|
NextAction |
SyncProviderInvokerTube.processException(Throwable t)
|
NextAction |
AsyncProviderInvokerTube.processRequest(Packet request)
|
NextAction |
AsyncProviderInvokerTube.processResponse(Packet response)
|
NextAction |
SyncProviderInvokerTube.processResponse(Packet response)
|
void |
AsyncProviderInvokerTube.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 | |
|---|---|
T |
InvokerSource.getInvoker(Packet request)
Returns Invoker for the given request |
T |
InvokerTube.getInvoker(Packet request)
Returns the Invoker object that serves the request. |
NextAction |
SEIInvokerTube.processException(Throwable t)
|
NextAction |
SEIInvokerTube.processRequest(Packet req)
This binds the parameters for SEI endpoints and invokes the endpoint method. |
NextAction |
SEIInvokerTube.processResponse(Packet response)
|
| Method parameters in com.sun.xml.ws.server.sei with annotations of type NotNull | |
|---|---|
abstract Object |
Invoker.invoke(Packet p,
Method m,
Object... args)
Wrapper for reflection invoke that allows containers to adapt |
abstract Object |
Invoker.invoke(Packet p,
Method m,
Object... args)
Wrapper for reflection invoke that allows containers to adapt |
abstract Object |
Invoker.invoke(Packet p,
Method m,
Object... args)
Wrapper for reflection invoke that allows containers to adapt |
NextAction |
SEIInvokerTube.processException(Throwable t)
|
NextAction |
SEIInvokerTube.processRequest(Packet req)
This binds the parameters for SEI endpoints and invokes the endpoint method. |
NextAction |
SEIInvokerTube.processResponse(Packet response)
|
| Uses of NotNull in com.sun.xml.ws.server.servlet |
|---|
| Methods in com.sun.xml.ws.server.servlet with annotations of type NotNull | |
|---|---|
T |
HttpSessionInstanceResolver.resolve(Packet request)
|
| Constructor parameters in com.sun.xml.ws.server.servlet with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
BindingContext |
XMLBridge.context()
Gets the BindingContext to which this object belongs. |
String |
BindingContext.getBuildId()
Gets the build information of the JAXB runtime. |
BindingContext |
OldBridge.getContext()
Gets the BindingContext to which this object belongs. |
List<String> |
BindingContext.getKnownNamespaceURIs()
Gets the namespace URIs statically known to this JAXBContext. |
static String |
BindingHelper.mangleNameToClassName(String localName)
Computes a Java class name from a local name. |
static String |
BindingHelper.mangleNameToPropertyName(String localName)
Computes a Java class name from a local name. |
static String |
BindingHelper.mangleNameToVariableName(String localName)
Computes a Java identifier from a local name. |
T |
OldBridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
OldBridge.unmarshal(BridgeContext context,
Node n)
|
T |
OldBridge.unmarshal(BridgeContext context,
Source in)
|
T |
OldBridge.unmarshal(BridgeContext context,
XMLStreamReader in)
|
T |
OldBridge.unmarshal(InputStream in)
Unmarshals the specified type object. |
T |
XMLBridge.unmarshal(InputStream in)
Unmarshals the specified type object. |
T |
OldBridge.unmarshal(Node n)
Unmarshals the specified type object. |
T |
OldBridge.unmarshal(Node n,
AttachmentUnmarshaller au)
|
T |
XMLBridge.unmarshal(Node n,
AttachmentUnmarshaller au)
|
T |
OldBridge.unmarshal(Source in)
Unmarshals the specified type object. |
T |
OldBridge.unmarshal(Source in,
AttachmentUnmarshaller au)
|
T |
XMLBridge.unmarshal(Source in,
AttachmentUnmarshaller au)
|
abstract T |
OldBridge.unmarshal(Unmarshaller u,
InputStream in)
|
abstract T |
OldBridge.unmarshal(Unmarshaller context,
Node n)
|
abstract T |
OldBridge.unmarshal(Unmarshaller u,
Source in)
|
abstract T |
OldBridge.unmarshal(Unmarshaller u,
XMLStreamReader in)
|
T |
OldBridge.unmarshal(XMLStreamReader in)
Unmarshals the specified type object. |
T |
OldBridge.unmarshal(XMLStreamReader in,
AttachmentUnmarshaller au)
|
T |
XMLBridge.unmarshal(XMLStreamReader in,
AttachmentUnmarshaller au)
|
| Method parameters in com.sun.xml.ws.spi.db with annotations of type NotNull | |
|---|---|
XMLBridge |
BindingContext.createBridge(TypeInfo ref)
Creates a mini-marshaller/unmarshaller that can process a TypeInfo. |
void |
BindingContext.generateSchema(SchemaOutputResolver outputResolver)
Generates the schema documents from the model. |
static Type |
BindingHelper.getBaseType(Type type,
Class baseType)
Gets the parameterization of the given base type. |
static Type |
BindingHelper.getBaseType(Type type,
Class baseType)
Gets the parameterization of the given base type. |
QName |
BindingContext.getElementName(Class o)
Allows to retrieve the element name based on Class. |
QName |
BindingContext.getElementName(Object o)
If the given object is bound to an element in XML by JAXB, returns the element name. |
QName |
BindingContext.getTypeName(TypeInfo tr)
Returns the name of the XML Type bound to the specified Java type. |
static String |
BindingHelper.mangleNameToClassName(String localName)
Computes a Java class name from a local name. |
static String |
BindingHelper.mangleNameToPropertyName(String localName)
Computes a Java class name from a local name. |
static String |
BindingHelper.mangleNameToVariableName(String localName)
Computes a Java identifier from a local name. |
void |
OldBridge.marshal(BridgeContext context,
T object,
ContentHandler contentHandler)
|
void |
OldBridge.marshal(BridgeContext context,
T object,
Node output)
|
void |
OldBridge.marshal(BridgeContext context,
T object,
OutputStream output,
NamespaceContext nsContext)
|
void |
OldBridge.marshal(BridgeContext context,
T object,
Result result)
|
void |
OldBridge.marshal(BridgeContext context,
T object,
XMLStreamWriter output)
|
abstract void |
OldBridge.marshal(Marshaller m,
T object,
ContentHandler contentHandler)
|
abstract void |
OldBridge.marshal(Marshaller m,
T object,
Node output)
|
abstract void |
OldBridge.marshal(Marshaller m,
T object,
OutputStream output,
NamespaceContext nsContext)
|
abstract void |
OldBridge.marshal(Marshaller m,
T object,
Result result)
|
abstract void |
OldBridge.marshal(Marshaller m,
T object,
XMLStreamWriter output)
|
T |
OldBridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
OldBridge.unmarshal(BridgeContext context,
InputStream in)
|
T |
OldBridge.unmarshal(BridgeContext context,
Node n)
|
T |
OldBridge.unmarshal(BridgeContext context,
Node n)
|
T |
OldBridge.unmarshal(BridgeContext context,
Source in)
|
T |
OldBridge.unmarshal(BridgeContext context,
Source in)
|
T |
OldBridge.unmarshal(BridgeContext context,
XMLStreamReader in)
|
T |
OldBridge.unmarshal(BridgeContext context,
XMLStreamReader in)
|
T |
OldBridge.unmarshal(InputStream in)
Unmarshals the specified type object. |
T |
XMLBridge.unmarshal(InputStream in)
Unmarshals the specified type object. |
T |
OldBridge.unmarshal(Node n)
Unmarshals the specified type object. |
T |
OldBridge.unmarshal(Node n,
AttachmentUnmarshaller au)
|
T |
XMLBridge.unmarshal(Node n,
AttachmentUnmarshaller au)
|
T |
OldBridge.unmarshal(Source in)
Unmarshals the specified type object. |
T |
OldBridge.unmarshal(Source in,
AttachmentUnmarshaller au)
|
T |
XMLBridge.unmarshal(Source in,
AttachmentUnmarshaller au)
|
abstract T |
OldBridge.unmarshal(Unmarshaller u,
InputStream in)
|
abstract T |
OldBridge.unmarshal(Unmarshaller u,
InputStream in)
|
abstract T |
OldBridge.unmarshal(Unmarshaller context,
Node n)
|
abstract T |
OldBridge.unmarshal(Unmarshaller context,
Node n)
|
abstract T |
OldBridge.unmarshal(Unmarshaller u,
Source in)
|
abstract T |
OldBridge.unmarshal(Unmarshaller u,
Source in)
|
abstract T |
OldBridge.unmarshal(Unmarshaller u,
XMLStreamReader in)
|
abstract T |
OldBridge.unmarshal(Unmarshaller u,
XMLStreamReader in)
|
T |
OldBridge.unmarshal(XMLStreamReader in)
Unmarshals the specified type object. |
T |
OldBridge.unmarshal(XMLStreamReader in,
AttachmentUnmarshaller au)
|
T |
XMLBridge.unmarshal(XMLStreamReader in,
AttachmentUnmarshaller au)
|
| Uses of NotNull in com.sun.xml.ws.streaming |
|---|
| Constructor parameters in com.sun.xml.ws.streaming with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
NextAction |
DeferredTransportPipe.processException(Throwable t)
|
NextAction |
DeferredTransportPipe.processRequest(Packet request)
|
NextAction |
DeferredTransportPipe.processResponse(Packet response)
|
| Uses of NotNull in com.sun.xml.ws.transport.http |
|---|
| Methods in com.sun.xml.ws.transport.http with annotations of type NotNull | |
|---|---|
String |
WSHTTPConnection.getBaseAddress()
Gets the absolute URL up to the context path. |
static String |
DeploymentDescriptorParser.getBindingIdForToken(String lexical)
JSR-109 defines short-form tokens for standard binding Ids. |
String |
WSHTTPConnection.getContextPath()
Portion of the request URI that groups related service addresses. |
abstract InputStream |
WSHTTPConnection.getInput()
Transport's underlying input stream. |
abstract OutputStream |
WSHTTPConnection.getOutput()
Transport's underlying output stream |
abstract Set<String> |
WSHTTPConnection.getRequestHeaderNames()
Deprecated. This is a potentially expensive operation. Programs that want to access HTTP headers should consider using other methods such as WSHTTPConnection.getRequestHeader(String). |
abstract Map<String,List<String>> |
WSHTTPConnection.getRequestHeaders()
Deprecated. This is a potentially expensive operation. Programs that want to access HTTP headers should consider using other methods such as WSHTTPConnection.getRequestHeader(String). |
abstract String |
WSHTTPConnection.getRequestMethod()
HTTP request method, such as "GET" or "POST". |
abstract String |
WSHTTPConnection.getRequestScheme()
Requested scheme, e.g. |
abstract String |
WSHTTPConnection.getRequestURI()
Requested path. |
abstract String |
WSHTTPConnection.getServerName()
Server name |
abstract WebServiceContextDelegate |
WSHTTPConnection.getWebServiceContextDelegate()
Returns the WebServiceContextDelegate for this connection. |
List<A> |
DeploymentDescriptorParser.parse(File f)
Parses the sun-jaxws.xml file and configures
a set of HttpAdapters. |
List<A> |
DeploymentDescriptorParser.parse(String systemId,
InputStream is)
Parses the sun-jaxws.xml file and configures
a set of HttpAdapters. |
| Method parameters in com.sun.xml.ws.transport.http with annotations of type NotNull | |
|---|---|
static String |
DeploymentDescriptorParser.getBindingIdForToken(String lexical)
JSR-109 defines short-form tokens for standard binding Ids. |
abstract String |
WSHTTPConnection.getRequestHeader(String headerName)
Gets an HTTP request header. |
abstract List<String> |
WSHTTPConnection.getRequestHeaderValues(String headerName)
Gets an HTTP request header. |
void |
HttpAdapter.handle(WSHTTPConnection connection)
Receives the incoming HTTP connection and dispatches it to JAX-WS. |
boolean |
HttpAdapter.handleGet(WSHTTPConnection connection)
|
abstract boolean |
HttpMetadataPublisher.handleMetadataRequest(HttpAdapter adapter,
WSHTTPConnection connection)
When HttpAdapter receives 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 boolean |
HttpMetadataPublisher.handleMetadataRequest(HttpAdapter adapter,
WSHTTPConnection connection)
When HttpAdapter receives 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. |
void |
HttpAdapter.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 void |
WSHTTPConnection.setContentTypeResponseHeader(String value)
Sets the "Content-Type" header. |
abstract void |
WSHTTPConnection.setResponseHeaders(Map<String,List<String>> headers)
Overwrites all the HTTP response headers written thus far. |
protected void |
HttpAdapter.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 void |
HttpAdapter.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 | |
|---|---|
NextAction |
HttpTransportPipe.processException(Throwable t)
|
NextAction |
HttpTransportPipe.processRequest(Packet request)
|
NextAction |
HttpTransportPipe.processResponse(Packet response)
|
| Constructor parameters in com.sun.xml.ws.transport.http.client with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
URI |
ServerAdapter.getAddress()
|
URI |
ServerAdapter.getAddress(String baseAddress)
|
| Constructor parameters in com.sun.xml.ws.transport.http.server with annotations of type NotNull | |
|---|---|
EndpointImpl(BindingID bindingId,
Class implClass,
Invoker invoker,
WebServiceFeature... features)
|
|
EndpointImpl(BindingID bindingId,
Class implClass,
Invoker invoker,
WebServiceFeature... features)
|
|
EndpointImpl(BindingID bindingId,
Object impl,
WebServiceFeature... features)
|
|
EndpointImpl(BindingID bindingId,
Object impl,
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 | |
|---|---|
protected Container |
WSServletContextListener.createContainer(javax.servlet.ServletContext context)
Creates Container implementation that hosts the JAX-WS endpoint. |
protected WSServletDelegate |
WSServletContextListener.createDelegate(List<ServletAdapter> adapters,
javax.servlet.ServletContext context)
Creates WSServletDelegate that does the real work. |
URI |
ServletAdapter.getAddress()
|
URI |
ServletAdapter.getAddress(String baseAddress)
|
String |
ServletConnectionImpl.getBaseAddress()
|
String |
ServletConnectionImpl.getContextPath()
|
String |
ServletModule.getContextPath(javax.servlet.http.HttpServletRequest req)
Gets the host, port, and context path portion of this module using HttpServletRequest |
String |
ServletConnectionImpl.getEPRAddress(Packet p,
WSEndpoint endpoint)
|
InputStream |
ServletConnectionImpl.getInput()
|
OutputStream |
ServletConnectionImpl.getOutput()
|
String |
ServletConnectionImpl.getPathInfo()
|
Map<String,List<String>> |
ServletConnectionImpl.getRequestHeaders()
|
String |
ServletConnectionImpl.getRequestMethod()
|
String |
ServletConnectionImpl.getRequestScheme()
|
String |
ServletConnectionImpl.getRequestURI()
|
String |
ServletConnectionImpl.getServerName()
|
int |
ServletConnectionImpl.getServerPort()
|
WebServiceContextDelegate |
ServletConnectionImpl.getWebServiceContextDelegate()
|
| Method parameters in com.sun.xml.ws.transport.http.servlet with annotations of type NotNull | |
|---|---|
List<String> |
ServletConnectionImpl.getRequestHeaderValues(String headerName)
|
String |
ServletConnectionImpl.getWSDLAddress(Packet request,
WSEndpoint endpoint)
|
String |
ServletConnectionImpl.getWSDLAddress(Packet request,
WSEndpoint endpoint)
|
void |
ServletConnectionImpl.setContentTypeResponseHeader(String value)
|
| Constructor parameters in com.sun.xml.ws.transport.http.servlet with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
ConnectionSession |
WSConnectionManager.createConnectionSession(WSTCPURI tcpURI)
Open new tcp connection and establish service virtual connection |
ChannelContext |
WSConnectionManager.openChannel(WSTCPURI uri,
WSService wsService,
WSBinding wsBinding,
Codec defaultCodec)
|
InputStream |
TCPClientTransport.openInputStream()
|
OutputStream |
TCPClientTransport.openOutputStream()
|
| Method parameters in com.sun.xml.ws.transport.tcp.client with annotations of type NotNull | |
|---|---|
void |
WSConnectionManager.abortConnection(ConnectionSession connectionSession)
|
void |
WSConnectionManager.closeChannel(ChannelContext channelContext)
|
ConnectionSession |
WSConnectionManager.createConnectionSession(WSTCPURI tcpURI)
Open new tcp connection and establish service virtual connection |
void |
ClientConnectionSession.deregisterChannel(ChannelContext context)
|
ChannelContext |
ClientConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI)
|
void |
WSConnectionManager.freeConnection(ConnectionSession connectionSession)
|
Object |
ClientConnectionSession.getAttribute(String name)
|
void |
WSConnectionManager.lockConnection(ConnectionSession connectionSession)
|
ChannelContext |
WSConnectionManager.openChannel(WSTCPURI uri,
WSService wsService,
WSBinding wsBinding,
Codec defaultCodec)
|
ChannelContext |
WSConnectionManager.openChannel(WSTCPURI uri,
WSService wsService,
WSBinding wsBinding,
Codec defaultCodec)
|
ChannelContext |
WSConnectionManager.openChannel(WSTCPURI uri,
WSService wsService,
WSBinding wsBinding,
Codec defaultCodec)
|
ChannelContext |
WSConnectionManager.openChannel(WSTCPURI uri,
WSService wsService,
WSBinding wsBinding,
Codec defaultCodec)
|
void |
ClientConnectionSession.registerChannel(ChannelContext context)
|
void |
ClientConnectionSession.setAttribute(String name,
Object value)
|
void |
TCPClientTransport.setContentType(String contentType)
|
| Constructor parameters in com.sun.xml.ws.transport.tcp.client with annotations of type NotNull | |
|---|---|
ServiceChannelTransportPipe(ClientTubeAssemblerContext context)
|
|
TCPClientTransport(ChannelContext channelContext)
|
|
| Uses of NotNull in com.sun.xml.ws.transport.tcp.grizzly |
|---|
| Method parameters in com.sun.xml.ws.transport.tcp.grizzly with annotations of type NotNull | |
|---|---|
void |
WSTCPProtocolFinder.find(com.sun.enterprise.web.portunif.util.ProtocolInfo protocolInfo)
Try to find the protocol from the SocketChannel bytes. |
| Constructor parameters in com.sun.xml.ws.transport.tcp.grizzly with annotations of type NotNull | |
|---|---|
GrizzlyTCPConnector(String host,
int port,
TCPMessageListener listener)
|
|
GrizzlyTCPConnector(String host,
int port,
TCPMessageListener listener)
|
|
GrizzlyTCPConnector(TCPMessageListener listener,
Properties properties)
|
|
GrizzlyTCPConnector(TCPMessageListener listener,
Properties properties)
|
|
WSTCPFramedConnectionHandler(WSTCPStreamAlgorithm streamAlgorithm)
|
|
| 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 | |
|---|---|
WSTCPAdapterRegistry |
TCPServiceChannelWSAdapter.ServiceChannelWSSatellite.getAdapterRegistry()
|
protected Codec |
TCPAdapter.TCPToolkit.getCodec(ChannelContext context)
|
String |
TCPConnectionImpl.getEPRAddress(Packet request,
WSEndpoint endpoint)
|
static WSTCPModule |
WSTCPModule.getInstance()
Method returns initialized WSTCPModule instance |
Collection<WSTCPConnector> |
WSTCP.initialize()
|
List<TCPAdapter> |
WSTCP.parseDeploymentDescriptor()
|
| Method parameters in com.sun.xml.ws.transport.tcp.server with annotations of type NotNull | |
|---|---|
void |
TCPAdapter.TCPToolkit.addCustomPacketSattellites(Packet packet)
Method could be overwritten by children to add some extra Satellites to Packet |
void |
ServerConnectionSession.deregisterChannel(ChannelContext context)
|
abstract void |
WSTCPModule.free(String contextPath,
List<TCPAdapter> adapters)
|
abstract void |
WSTCPModule.free(String contextPath,
List<TCPAdapter> adapters)
|
void |
WSTCPDelegate.freeAdapters(String contextPath,
List<TCPAdapter> adapters)
|
void |
WSTCPDelegate.freeAdapters(String contextPath,
List<TCPAdapter> adapters)
|
protected Codec |
TCPAdapter.TCPToolkit.getCodec(ChannelContext context)
|
String |
TCPConnectionImpl.getEPRAddress(Packet request,
WSEndpoint endpoint)
|
String |
TCPConnectionImpl.getEPRAddress(Packet request,
WSEndpoint endpoint)
|
TCPAdapter |
WSTCPAdapterRegistry.getTarget(WSTCPURI requestURI)
|
TCPAdapter |
WSTCPDelegate.getTarget(WSTCPURI tcpURI)
Determines which TCPAdapter serves the given request. |
String |
TCPConnectionImpl.getWSDLAddress(Packet request,
WSEndpoint endpoint)
|
String |
TCPConnectionImpl.getWSDLAddress(Packet request,
WSEndpoint endpoint)
|
void |
TCPAdapter.handle(ChannelContext channelContext)
|
protected void |
TCPAdapter.TCPToolkit.handle(TCPConnectionImpl con)
|
void |
IncomeMessageProcessor.notifyClosed(SocketChannel socketChannel)
Close callback method Will be called by NIO framework, when it will decide to close connection |
void |
IncomeMessageProcessor.notifySessionClose(ConnectionSession connectionSession)
Close callback method Will be called by Connection.close() to let IncomeMessageProcessor remove the correspondent session from Map |
void |
WSTCPDelegate.onMessage(ChannelContext channelContext)
Implementation of TCPMessageListener.onMessage method is called once request message come |
void |
IncomeMessageProcessor.process(ByteBuffer messageBuffer,
SocketChannel socketChannel)
|
void |
IncomeMessageProcessor.process(ByteBuffer messageBuffer,
SocketChannel socketChannel)
|
abstract void |
WSTCPModule.register(String contextPath,
List<TCPAdapter> adapters)
|
abstract void |
WSTCPModule.register(String contextPath,
List<TCPAdapter> adapters)
|
void |
WSTCPDelegate.registerAdapters(String contextPath,
List<TCPAdapter> adapters)
|
void |
WSTCPDelegate.registerAdapters(String contextPath,
List<TCPAdapter> adapters)
|
void |
ServerConnectionSession.registerChannel(ChannelContext context)
|
static IncomeMessageProcessor |
IncomeMessageProcessor.registerListener(int port,
TCPMessageListener listener,
Properties properties)
|
static IncomeMessageProcessor |
IncomeMessageProcessor.registerListener(int port,
TCPMessageListener listener,
Properties properties)
|
static void |
TCPAdapter.sendErrorResponse(ChannelContext channelContext,
WSTCPError message)
|
void |
WSTCPDelegate.setCustomWSRegistry(WSTCPAdapterRegistry customWSRegistry)
|
| Constructor parameters in com.sun.xml.ws.transport.tcp.server with annotations of type NotNull | |
|---|---|
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.server.glassfish |
|---|
| Methods in com.sun.xml.ws.transport.tcp.server.glassfish with annotations of type NotNull | |
|---|---|
com.sun.enterprise.webservice.EjbRuntimeEndpointInfo |
AppServWSRegistry.getEjbRuntimeEndpointInfo(String wsPath)
Method is used by WS invoker to clear some EJB invoker state ??? |
static WSTCPAdapterRegistryImpl |
WSTCPAdapterRegistryImpl.getInstance()
|
| Method parameters in com.sun.xml.ws.transport.tcp.server.glassfish with annotations of type NotNull | |
|---|---|
protected void |
AppServWSRegistry.deregisterEndpoint(com.sun.enterprise.webservice.monitoring.Endpoint endpoint)
Deregister WS Endpoint |
void |
WSTCPAdapterRegistryImpl.deregisterEndpoint(String path)
|
void |
WSTCPLifeCycleModule.free(String contextPath,
List<TCPAdapter> adapters)
|
void |
WSTCPLifeCycleModule.free(String contextPath,
List<TCPAdapter> adapters)
|
com.sun.enterprise.webservice.EjbRuntimeEndpointInfo |
AppServWSRegistry.getEjbRuntimeEndpointInfo(String wsPath)
Method is used by WS invoker to clear some EJB invoker state ??? |
TCPAdapter |
WSTCPAdapterRegistryImpl.getTarget(WSTCPURI requestURI)
|
void |
TCP109Adapter.handle(ChannelContext channelContext)
|
void |
WSTCPLifeCycleModule.handleEvent(com.sun.appserv.server.LifecycleEvent lifecycleEvent)
|
WSEndpointDescriptor |
WSTCPAdapterRegistryImpl.lookupEndpoint(String path)
|
void |
WSTCPLifeCycleModule.register(String contextPath,
List<TCPAdapter> adapters)
|
void |
WSTCPLifeCycleModule.register(String contextPath,
List<TCPAdapter> adapters)
|
protected void |
AppServWSRegistry.registerEndpoint(com.sun.enterprise.webservice.monitoring.Endpoint endpoint)
Register new WS Endpoint |
void |
WSTCPAdapterRegistryImpl.registerEndpoint(String path,
WSEndpointDescriptor wsEndpointDescriptor)
|
void |
WSTCPAdapterRegistryImpl.registerEndpoint(String path,
WSEndpointDescriptor wsEndpointDescriptor)
|
| Constructor parameters in com.sun.xml.ws.transport.tcp.server.glassfish with annotations of type NotNull | |
|---|---|
TCP109Adapter(String name,
String urlPattern,
WSEndpoint endpoint,
ServletFakeArtifactSet servletFakeArtifactSet,
boolean isEJB)
|
|
TCP109Adapter(String name,
String urlPattern,
WSEndpoint endpoint,
ServletFakeArtifactSet servletFakeArtifactSet,
boolean isEJB)
|
|
TCP109Adapter(String name,
String urlPattern,
WSEndpoint endpoint,
ServletFakeArtifactSet servletFakeArtifactSet,
boolean isEJB)
|
|
TCP109Adapter(String name,
String urlPattern,
WSEndpoint endpoint,
ServletFakeArtifactSet servletFakeArtifactSet,
boolean isEJB)
|
|
| 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 | |
|---|---|
String |
ChannelContext.decodeMimeType(int contentId)
|
String |
ChannelContext.decodeParam(int paramId)
|
ChannelSettings |
ChannelContext.getChannelSettings()
Return channel settings, which were aggreed during handshake phase |
Connection |
ChannelContext.getConnection()
Return TCP connection object, where this virtual channel is acting on |
ConnectionSession |
ChannelContext.getConnectionSession()
Return TCP session object where which this virual channel is open on |
String |
ChannelContext.getContentType()
Gets message's content type from TCP protocol specific representation |
List<String> |
ChannelSettings.getNegotiatedMimeTypes()
|
List<String> |
ChannelSettings.getNegotiatedParams()
|
ChannelContext |
ConnectionSession.getServiceChannelContext()
|
WSTCPURI |
ChannelSettings.getTargetWSURI()
|
QName |
ChannelContext.getWSServiceName()
Return virtual channel's correspondent service name |
QName |
ChannelSettings.getWSServiceName()
|
| Method parameters in com.sun.xml.ws.transport.tcp.util with annotations of type NotNull | |
|---|---|
static void |
ChannelContext.configureCodec(ChannelContext channelContext,
SOAPVersion soapVersion,
Codec defaultCodec)
Configure Codec according to channel settings |
static void |
ChannelContext.configureCodec(ChannelContext channelContext,
SOAPVersion soapVersion,
Codec defaultCodec)
Configure Codec according to channel settings |
static void |
ChannelContext.configureCodec(ChannelContext channelContext,
SOAPVersion soapVersion,
Codec defaultCodec)
Configure Codec according to channel settings |
abstract void |
ConnectionSession.deregisterChannel(ChannelContext context)
|
int |
ChannelContext.encodeMimeType(String mimeType)
|
int |
ChannelContext.encodeParam(String paramStr)
|
ChannelContext |
ConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI)
|
Object |
ConnectionSession.getAttribute(String name)
|
abstract void |
ConnectionSession.registerChannel(ChannelContext context)
|
void |
ConnectionSession.setAttribute(String name,
Object value)
|
void |
ChannelContext.setContentType(String contentTypeS)
Sets message's content type to TCP protocol specific representation |
void |
ChannelSettings.setNegotiatedMimeTypes(List<String> negotiatedMimeTypes)
|
void |
ChannelSettings.setNegotiatedParams(List<String> negotiatedParams)
|
void |
ChannelSettings.setTargetWSURI(WSTCPURI targetWSURI)
|
void |
ChannelContext.setWSServiceName(QName wsServiceName)
|
void |
ChannelSettings.setWSServiceName(QName wsServiceName)
|
| Constructor parameters in com.sun.xml.ws.transport.tcp.util with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
static Tube |
TCPTransportPipeFactory.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 | |
|---|---|
NextAction |
WSATClientTube.processException(Throwable t)
|
NextAction |
WSATServerTube.processException(Throwable t)
|
NextAction |
WSATClientTube.processRequest(Packet request)
|
NextAction |
WSATServerTube.processRequest(Packet request)
|
NextAction |
WSATClientTube.processResponse(Packet response)
|
NextAction |
WSATServerTube.processResponse(Packet response)
|
| Method parameters in com.sun.xml.ws.tx.at.tube with annotations of type NotNull | |
|---|---|
NextAction |
WSATClientTube.processRequest(Packet request)
|
NextAction |
WSATClientTube.processResponse(Packet response)
|
| Uses of NotNull in com.sun.xml.ws.util |
|---|
| Methods in com.sun.xml.ws.util with annotations of type NotNull | |
|---|---|
static List<Element> |
DOMUtil.getChildElements(Node parent)
|
| Method parameters in com.sun.xml.ws.util with annotations of type NotNull | ||
|---|---|---|
static HandlerAnnotationInfo |
HandlerAnnotationProcessor.buildHandlerInfo(Class<?> clazz,
QName serviceName,
QName portName,
WSBinding binding)
This method is called by EndpointFactory when
they have an annotated class. |
|
boolean |
QNameMap.containsKey(String nsUri,
String localName)
|
|
static
|
ServiceFinder.find(Class<T> service,
ClassLoader loader)
Locates and incrementally instantiates the available providers of a given service using the given class loader. |
|
static
|
ServiceFinder.find(Class<T> service,
ClassLoader loader,
Component component)
|
|
static
|
ServiceFinder.find(Class<T> service,
Component component)
|
|
V |
QNameMap.get(String nsUri,
String localPart)
Returns the value to which the specified keys are mapped in this QNameMap, or null if 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 | |
|---|---|
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 | |
|---|---|
Pipe |
StandalonePipeAssembler.createClient(ClientPipeAssemblerContext context)
|
Tube |
StandaloneTubeAssembler.createClient(ClientTubeAssemblerContext context)
|
| Uses of NotNull in com.sun.xml.ws.util.xml |
|---|
| Constructor parameters in com.sun.xml.ws.util.xml with annotations of type NotNull | |
|---|---|
StAXSource(XMLStreamReader reader,
boolean eagerQuit,
String[] inscope)
Creates a new Source for the given
XMLStreamReader. |
|
| Uses of NotNull in com.sun.xml.ws.wsdl |
|---|
| Methods in com.sun.xml.ws.wsdl with annotations of type NotNull | |
|---|---|
WSDLOperationMapping |
OperationDispatcher.getWSDLOperationMapping(Packet request)
|
QName |
OperationDispatcher.getWSDLOperationQName(Packet request)
Deprecated. use getWSDLOperationMapping(Packet request) |
| Constructor parameters in com.sun.xml.ws.wsdl with annotations of type NotNull | |
|---|---|
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 | |
|---|---|
static WSDLModel |
RuntimeWSDLParser.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 WSDLModel |
RuntimeWSDLParser.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 WSDLModel |
RuntimeWSDLParser.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 WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
Class serviceClass,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
PolicyResolver policyResolver,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
WSDLParserExtension... extensions)
Parses the WSDL and gives WSDLModel. |
static WSDLModel |
RuntimeWSDLParser.parse(URL wsdlLoc,
Source wsdlSource,
EntityResolver resolver,
boolean isClientSide,
Container container,
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 | |
|---|---|
WSDLPatcher(PortAddressResolver portAddressResolver,
DocumentLocationResolver docResolver)
Creates a WSDLPatcher for patching WSDL. |
|
WSDLPatcher(PortAddressResolver portAddressResolver,
DocumentLocationResolver docResolver)
Creates a WSDLPatcher for 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 | |
|---|---|
Tube |
ClientPipeCreator.createSecurityTube(ClientTubelineAssemblyContext context)
|
Tube |
ServerPipeCreator.createSecurityTube(ServerTubelineAssemblyContext context)
|
| Method parameters in com.sun.xml.wss.provider.wsit with annotations of type NotNull | ||
|---|---|---|
|
IdentityEPRExtnContributor.getSPI(Class<T> spiType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||