Uses of Annotation Type
com.sun.istack.Nullable
Packages that use Nullable
Package
Description
Runtime API for the JAX-WS RI
Abstraction around reading annotations, to support internal/external annotations.
The in-memory model of the JAXB-bound beans.
Implementation of the com.sun.xml.bind.j2s.model package.
Code that writes well-formed XML (
XmlOutput and its implementations}.Abstraction around accessing data of actual objects.
JAX-WS RI extension of JAX-WS API.
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.APIs for hosting JAX-WS services.
Extension point for WSDL parsing.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
Message implementations.This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
Servlet transport for the JAX-WS RI.
-
Uses of Nullable in com.oracle.webservices.api.message
Methods in com.oracle.webservices.api.message with annotations of type NullableModifier and TypeMethodDescription<T extends PropertySet>
TBaseDistributedPropertySet.getSatellite(Class<T> satelliteClass) <T extends PropertySet>
TDistributedPropertySet.getSatellite(Class<T> satelliteClass) -
Uses of Nullable in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api with annotations of type NullableModifier and TypeMethodDescriptionstatic TypeJAXBRIContext.getBaseType(Type type, Class baseType) Gets the parameterization of the given base type.abstract QNameJAXBRIContext.getElementName(Class o) Allows to retrieve the element name based on Class.abstract QNameJAXBRIContext.getElementName(Object o) If the given object is bound to an element in XML by JAXB, returns the element name.abstract Class<?>ClassResolver.resolveElementName(String nsUri, String localName) JAXB calls this method when it sees an unknown element.Method parameters in com.sun.xml.bind.api with annotations of type NullableModifier and TypeMethodDescriptionstatic JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport) Deprecated.Compatibility with older versions.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, String defaultNamespaceRemap, boolean c14nSupport) Deprecated.Compatibility with older versions.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar) Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar) Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar) Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar) Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) Creates a newJAXBRIContext.static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) Creates a newJAXBRIContext.final TBridge.unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au) final Tfinal T -
Uses of Nullable in com.sun.xml.bind.v2.model.annotation
Methods in com.sun.xml.bind.v2.model.annotation with annotations of type NullableModifier and TypeMethodDescription<A extends Annotation>
AAnnotationReader.getClassAnnotation(Class<A> annotation, C clazz, Locatable srcpos) Reads an annotation on a class.<A extends Annotation>
AAnnotationReader.getMethodParameterAnnotation(Class<A> annotation, M method, int paramIndex, Locatable srcPos) Reads an annotation on a parameter of the method.<A extends Annotation>
AAnnotationReader.getPackageAnnotation(Class<A> annotation, C clazz, Locatable srcpos) Reads an annotation on the package that the given class belongs to. -
Uses of Nullable in com.sun.xml.bind.v2.model.core
Methods in com.sun.xml.bind.v2.model.core with annotations of type NullableModifier and TypeMethodDescriptionPropertyInfo.getSchemaType()The effective value ofXmlSchemaTypeannotation, if any. -
Uses of Nullable in com.sun.xml.bind.v2.model.impl
Fields in com.sun.xml.bind.v2.model.impl with annotations of type NullableModifier and TypeFieldDescriptionfinal JAXBContextImplRuntimeModelBuilder.contextTheJAXBContextImplfor which the model is built. -
Uses of Nullable in com.sun.xml.bind.v2.runtime.output
Method parameters in com.sun.xml.bind.v2.runtime.output with annotations of type Nullable -
Uses of Nullable in com.sun.xml.bind.v2.runtime.reflect
Methods in com.sun.xml.bind.v2.runtime.reflect with annotations of type NullableModifier and TypeMethodDescriptionabstract CharSequencePrints the responsible field of the given bean to the writer.Method parameters in com.sun.xml.bind.v2.runtime.reflect with annotations of type NullableModifier and TypeMethodDescriptionAccessor.optimize(JAXBContextImpl context) Returns the optimized version of the same accessor. -
Uses of Nullable in com.sun.xml.bind.v2.runtime.unmarshaller
Fields in com.sun.xml.bind.v2.runtime.unmarshaller with annotations of type NullableModifier and TypeFieldDescriptionUnmarshallingContext.classLoaderUser-suppliedClassLoaderfor converting name toClass.UnmarshallingContext.classResolverUsed to discover additional classes when we hit unknown elements/types.Method parameters in com.sun.xml.bind.v2.runtime.unmarshaller with annotations of type Nullable -
Uses of Nullable in com.sun.xml.ws.addressing
Method parameters in com.sun.xml.ws.addressing with annotations of type NullableModifier and TypeMethodDescriptionprotected booleanW3CWsaServerTube.isAnonymousRequired(WSDLBoundOperation wbo) protected booleanWsaServerTube.isAnonymousRequired(WSDLBoundOperation wbo) -
Uses of Nullable in com.sun.xml.ws.addressing.model
Constructor parameters in com.sun.xml.ws.addressing.model with annotations of type Nullable -
Uses of Nullable in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api with annotations of type NullableModifier and TypeMethodDescriptionBindingIDFactory.create(String transport, SOAPVersion soapVersion) Creates aBindingIDfor given transport and SOAPVersion.<F extends javax.xml.ws.WebServiceFeature>
FGets aWebServiceFeatureof the specific type.<F extends javax.xml.ws.WebServiceFeature>
FWSBinding.getFeature(Class<F> featureType) Gets aWebServiceFeatureof the specific type.<F extends javax.xml.ws.WebServiceFeature>
FWSBinding.getOperationFeature(Class<F> featureType, QName operationName) Experimental: Gets aWebServiceFeatureof the specific type that applies to an operation.<S> SGets the specified SPI.<S> Sabstract BindingIDParses a binding ID string intoBindingIDif possible. -
Uses of Nullable in com.sun.xml.ws.api.addressing
Methods in com.sun.xml.ws.api.addressing with annotations of type NullableModifier and TypeMethodDescriptionstatic WSEndpointReferenceWSEndpointReference.create(javax.xml.ws.EndpointReference epr) Converts fromEndpointReference.static AddressingVersionAddressingVersion.fromBinding(WSBinding binding) Gets theAddressingVersionfrom aWSBindingWSEndpointReference.getEPRExtension(QName extnQName) Returns the first extensibility element inside EPR root element with input QName.WSEndpointReference.Metadata.getPortName()WSEndpointReference.Metadata.getPortTypeName()WSEndpointReference.Metadata.getServiceName()WSEndpointReference.Metadata.getWsdliLocation()WSEndpointReference.Metadata.getWsdlSource()Method parameters in com.sun.xml.ws.api.addressing with annotations of type NullableModifier and TypeMethodDescriptionstatic WSEndpointReferenceWSEndpointReference.create(javax.xml.ws.EndpointReference epr) Converts fromEndpointReference.static WSEndpointReferenceOneWayFeature.enableSslForEpr(WSEndpointReference epr, String sslHost, int sslPort) Calculate a new EPR using an existing one and substituting SSL specific host and port values.Constructor parameters in com.sun.xml.ws.api.addressing with annotations of type NullableModifierConstructorDescriptionWSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters) 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, 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, 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, List<Element> referenceParameters, Collection<WSEndpointReference.EPRExtension> extns, Map<QName, String> attributes) Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters, Collection<WSEndpointReference.EPRExtension> extns, Map<QName, String> attributes) Creates an EPR from individual components. -
Uses of Nullable in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client with annotations of type NullableMethod parameters in com.sun.xml.ws.api.client with annotations of type NullableModifier and TypeMethodDescriptionstatic ServiceInterceptorServiceInterceptorFactory.load(WSService service, ClassLoader cl) Loads allServiceInterceptors and return aggregated one.List<javax.xml.ws.WebServiceFeature>ServiceInterceptor.preCreateBinding(WSPortInfo port, Class<?> serviceEndpointInterface, WSFeatureList defaultFeatures) -
Uses of Nullable in com.sun.xml.ws.api.handler
Methods in com.sun.xml.ws.api.handler with annotations of type NullableModifier and TypeMethodDescriptionMessageHandlerContext.getPort()Gets theWSDLPortthat represents the port.MessageHandlerContext.getSEIModel()Provides access toSEIModel. -
Uses of Nullable in com.sun.xml.ws.api.message
Fields in com.sun.xml.ws.api.message with annotations of type NullableModifier and TypeFieldDescriptionPacket.transportBackChannelUsed only on the server side so that the transport can close the connection early.Methods in com.sun.xml.ws.api.message with annotations of type NullableModifier and TypeMethodDescriptionGets the attachment by the content ID.Gets the firstHeaderof the specified name.Deprecated.Gets the firstHeaderof the specified name.Header.getAttribute(String nsUri, String localName) Gets the attribute value on the header element.Header.getAttribute(QName name) Gets the attribute value on the header element.FilterMessageImpl.getFirstDetailEntryName()Message.getFirstDetailEntryName()It gives S:Envelope/S:Body/S:Fault/detail 's first child's name.final JavaMethodDeprecated.final WSDLBoundOperationMessage.getOperation(WSDLBoundPortType boundPortType) Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message.final WSDLBoundOperationMessage.getOperation(WSDLPort port) Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message.FilterMessageImpl.getPayloadLocalPart()abstract StringMessage.getPayloadLocalPart()Gets the local name of the payload element.final QNamePacket.getWSDLOperation()Returns the QName of the wsdl operation associated with this packet.Removes the firstHeaderof the specified name.Removes the firstHeaderof the specified name.Method parameters in com.sun.xml.ws.api.message with annotations of type NullableModifier and TypeMethodDescriptionvoidPacket.copyPropertiesTo(Packet response) Copy all properties from (this) packet into a inputPacketstatic MessageMessages.create(SOAPVersion soapVersion, javax.xml.ws.ProtocolException pex, QName faultcode) Packet.createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) Creates a server-side responsePacketfrom a request packet (this).Packet.createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Creates a server-side responsePacketfrom a request packet (this).Packet.createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Creates a server-side responsePacketfrom a request packet (this).Packet.createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Creates a server-side responsePacketfrom a request packet (this).Packet.relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Packet.relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Packet.relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) voidPacket.setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) -
Uses of Nullable in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model with annotations of type NullableModifier and TypeMethodDescriptionJavaMethod.getRequestPayloadName()Gives soap:Body's first child's name for request message.JavaMethod.getResponseMessageName()Gives the response wsdl:messageName valueJavaMethod.getResponsePayloadName()Gives soap:Body's first child's name for response message. -
Uses of Nullable in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl with annotations of type NullableModifier and TypeMethodDescriptionWSDLPort.getEPR()Returns endpoint referenceWSDLBoundFault.getFault()Gives the associated abstract fault from wsdl:portType/wsdl:operation/wsdl:fault.GivesWSDLFaultfor the given soap fault detail value.<F extends javax.xml.ws.WebServiceFeature>
FWSDLFeaturedObject.getFeature(Class<F> featureType) WSDLService.getMatchingPort(QName portTypeName) Gets the first port in this service which matches the portTypeWSDLBoundPortType.getOperation(String namespaceUri, String localName) Gets the bound operation in this port for a tag name.WSDLOperation.getOutput()Gets the wsdl:output of this operation.GetsWSDLPartfor the given wsdl:input or wsdl:output partWSDLBoundFault.getQName()Gives the qualified name associated with the fault.WSDLBoundOperation.getRequestPayloadName()Gets the payload QName of the request message.WSDLBoundOperation.getResponsePayloadName()Gets the payload QName of the response message. -
Uses of Nullable in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable with annotations of type NullableModifier and TypeMethodDescriptionEditableWSDLBoundFault.getFault()EditableWSDLService.getMatchingPort(QName portTypeName) EditableWSDLBoundPortType.getOperation(String namespaceUri, String localName) EditableWSDLOperation.getOutput() -
Uses of Nullable in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with annotations of type NullableModifier and TypeMethodDescriptionClientTubeAssemblerContext.getBindingProvider()The pipeline is created for thisWSBindingProvider.Fiber.getContextClassLoader()Gets the contextClassLoaderof this fiber.Fiber.getPacket()Gets the currentPacketassociated with this fiber.ClientTubeAssemblerContext.getPortInfo()The pipeline is created for thisWSPortInfo.ClientTubeAssemblerContext.getSEI()The SEI class for the endpointClientTubeAssemblerContext.getSEIModel()The created pipeline will use seiModel to get java concepts for the endpointServerTubeAssemblerContext.getSEIModel()The created pipeline will use seiModel to get java concepts for the endpointClientTubeAssemblerContext.getWsdlModel()The created pipeline will be used to serve this port.ServerTubeAssemblerContext.getWsdlModel()The created pipeline will be used to serve this port.Method parameters in com.sun.xml.ws.api.pipe with annotations of type NullableModifier and TypeMethodDescriptionstatic PipeTransportPipeFactory.create(ClassLoader classLoader, ClientPipeAssemblerContext context) static TubeTransportTubeFactory.create(ClassLoader classLoader, ClientTubeAssemblerContext context) LocatesTransportTubeFactorys and create a suitable transportTube.static TubelineAssemblerTubelineAssemblerFactory.create(ClassLoader classLoader, BindingID bindingId, Container container) LocatesTubelineAssemblerFactorys and create a suitableTubelineAssembler.static javax.xml.ws.Dispatch<javax.activation.DataSource>Stubs.createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub forDataSource.static javax.xml.ws.Dispatch<javax.activation.DataSource>Stubs.createDataSourceDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.static <T> javax.xml.ws.Dispatch<T>Stubs.createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub that connects to the given pipe.static <T> javax.xml.ws.Dispatch<T>Stubs.createDispatch(QName portName, WSService owner, WSBinding binding, Class<T> clazz, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Creates a newDispatchstub that connects to the given pipe.static javax.xml.ws.Dispatch<Object>Stubs.createJAXBDispatch(WSPortInfo portInfo, WSBinding binding, javax.xml.bind.JAXBContext jaxbContext, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a new JAXB-basedDispatchstub that connects to the given pipe.static javax.xml.ws.Dispatch<Object>Stubs.createJAXBDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.bind.JAXBContext jaxbContext, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.static javax.xml.ws.Dispatch<Message>Stubs.createMessageDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr) Creates a newMessage-basedDispatchstub that connects to the given pipe.static javax.xml.ws.Dispatch<Message>Stubs.createMessageDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr) Deprecated.static javax.xml.ws.Dispatch<Packet>Stubs.createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr) Creates a newMessage-basedDispatchstub that connects to the given pipe.static javax.xml.ws.Dispatch<Packet>Stubs.createPacketDispatch(QName portName, WSService owner, WSBinding binding, Tube next, WSEndpointReference epr) Creates a newPacket-basedDispatchstub that connects to the given pipe.<T> TStubs.createPortProxy(WSPortInfo portInfo, WSBinding binding, SEIModel model, Class<T> portInterface, WSEndpointReference epr) Creates a new strongly-typed proxy object that implements a given port interface.<T> TStubs.createPortProxy(WSService service, WSBinding binding, SEIModel model, Class<T> portInterface, Tube next, WSEndpointReference epr) Creates a new strongly-typed proxy object that implements a given port interface.static javax.xml.ws.Dispatch<javax.xml.soap.SOAPMessage>Stubs.createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub forSOAPMessage.static javax.xml.ws.Dispatch<javax.xml.soap.SOAPMessage>Stubs.createSAAJDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.static javax.xml.ws.Dispatch<Source>Stubs.createSourceDispatch(WSPortInfo portInfo, WSBinding binding, javax.xml.ws.Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub forSource.static javax.xml.ws.Dispatch<Source>Stubs.createSourceDispatch(QName portName, WSService owner, WSBinding binding, javax.xml.ws.Service.Mode mode, Tube next, WSEndpointReference epr) Deprecated.Fiber.setContextClassLoader(ClassLoader contextClassLoader) Sets the contextClassLoaderof this fiber.voidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback) Starts the execution of this fiber asynchronously.voidFiber.start(Tube tubeline, Packet request, Fiber.CompletionCallback completionCallback, boolean forceSync) Starts the execution of this fiber.Constructor parameters in com.sun.xml.ws.api.pipe with annotations of type NullableModifierConstructorDescriptionClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) Deprecated.UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei) This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.ServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) Deprecated.ServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) Deprecated.ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) -
Uses of Nullable in com.sun.xml.ws.api.policy
Methods in com.sun.xml.ws.api.policy with annotations of type NullableModifier and TypeMethodDescriptionPolicyResolver.ServerContext.getEndpointClass()PolicyResolver.ClientContext.getPolicyMap()PolicyResolver.ServerContext.getPolicyMap()Constructor parameters in com.sun.xml.ws.api.policy with annotations of type NullableModifierConstructorDescriptionClientContext(PolicyMap policyMap, Container container) The abstraction of PolicyMap is not finalized, and will change in few months.ServerContext(PolicyMap policyMap, Container container, Class endpointClass, boolean hasWsdl, PolicyMapMutator... mutators) The abstraction of PolicyMap is not finalized, and will change in few months.ServerContext(PolicyMap policyMap, Container container, Class endpointClass, PolicyMapMutator... mutators) The abstraction of PolicyMap is not finalized, and will change in few months. -
Uses of Nullable in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server with annotations of type NullableModifier and TypeMethodDescriptionprotected final MethodAbstractInstanceResolver.findAnnotatedMethod(Class clazz, Class<? extends Annotation> annType) Finds the method that has the given annotation, while making sure that there's only at most one such method.protected abstract StringAbstractServerAsyncTransport.getAcceptableMimeTypes(T connection) If the request has Accept header, return that valueabstract StringPortAddressResolver.getAddressFor(QName serviceName, String portName) Gets the endpoint address for a WSDL portPortAddressResolver.getAddressFor(QName serviceName, String portName, String currentAddress) Gets the endpoint address for a WSDL portabstract OperationDispatcherWSEndpoint.getOperationDispatcher()Nullable when there is no associated WSDL Modelabstract WSDLPortWSEndpoint.getPort()Gets the port that this endpoint is serving.DocumentAddressResolver.getRelativeAddressFor(SDDocument current, SDDocument referenced) Produces a relative reference from one document to another.WSWebServiceContext.getRequestPacket()Obtains the request packet that is being processed.abstract SEIModelWSEndpoint.getSEIModel()Gets theSEIModelthat represents the relationship between WSDL and Java SEI.abstract ServiceDefinitionWSEndpoint.getServiceDefinition()Gets the description of the service.<T> TDeprecated.Gets the specified SPI.<S> S<S> Sprotected abstract TransportBackChannelAbstractServerAsyncTransport.getTransportBackChannel(T connection) TransportBackChannelused by jax-ws runtime to close the connection while the processing of the request is still continuing.WebServiceContextDelegate.getWSDLAddress(Packet request, WSEndpoint endpoint) Gets the address of the primary WSDL.Method parameters in com.sun.xml.ws.api.server with annotations of type NullableModifier and TypeMethodDescriptionstatic <T> ProviderInvokerTube<T>ProviderInvokerTubeFactory.create(ClassLoader classLoader, Container container, Class<T> implType, Invoker invoker, ProviderArgumentsBuilder<?> argsBuilder, boolean isAsync) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, URL catalogUrl) The same asWSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)except that this version takes an url of thejax-ws-catalog.xml.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver) Deprecated.static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous) Creates an endpoint from deployment or programmatic configurationstatic <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>WSEndpoint.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) abstract WSEndpointReference.EPRExtensionEndpointReferenceExtensionContributor.getEPRExtension(WSEndpoint endpoint, WSEndpointReference.EPRExtension extension) protected static voidAbstractInstanceResolver.invokeMethod(Method method, Object instance, Object... args) Helper for invoking a method with elevated privilege.WSEndpoint.PipeHead.process(Packet request, WebServiceContextDelegate wscd, TransportBackChannel tbc) Processes a request and produces a reply.WSEndpoint.PipeHead.process(Packet request, WebServiceContextDelegate wscd, TransportBackChannel tbc) Processes a request and produces a reply.voidWSEndpoint.process(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) abstract voidWSEndpoint.schedule(Packet request, WSEndpoint.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) Schedule invocation of web service asynchronously.voidIndicates that a request was processed successfully.voidSDDocument.writeTo(PortAddressResolver portAddressResolver, DocumentAddressResolver resolver, OutputStream os) Writes the document to the givenOutputStream. -
Uses of Nullable in com.sun.xml.ws.api.streaming
Method parameters in com.sun.xml.ws.api.streaming with annotations of type NullableModifier and TypeMethodDescriptionstatic XMLStreamReaderXMLStreamReaderFactory.create(String systemId, InputStream in, boolean rejectDTDs) static XMLStreamReaderXMLStreamReaderFactory.create(String systemId, InputStream in, String encoding, boolean rejectDTDs) static XMLStreamReaderXMLStreamReaderFactory.create(String systemId, InputStream in, String encoding, boolean rejectDTDs) static XMLStreamReader -
Uses of Nullable in com.sun.xml.ws.api.wsdl.parser
Methods in com.sun.xml.ws.api.wsdl.parser with annotations of type NullableModifier and TypeMethodDescriptionabstract ServiceDescriptorGivesServiceDescriptorresolved from the given location.Method parameters in com.sun.xml.ws.api.wsdl.parser with annotations of type NullableModifier and TypeMethodDescriptionabstract MetaDataResolverMetadataResolverFactory.metadataResolver(EntityResolver resolver) Gets aMetaDataResolver -
Uses of Nullable in com.sun.xml.ws.api.wsdl.writer
Constructor parameters in com.sun.xml.ws.api.wsdl.writer with annotations of type NullableModifierConstructorDescriptionWSDLGenExtnContext(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container, Class endpointClass) Constructs WSDL Generation context for the extensions -
Uses of Nullable in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev with annotations of type NullableModifier and TypeMethodDescriptionClientTubelineAssemblyContext.getSEIModel()The created pipeline will use seiModel to get java concepts for the endpointServerTubelineAssemblyContext.getSEIModel()The created pipeline will use seiModel to get java concepts for the endpointServerTubelineAssemblyContext.getWsdlPort()The created pipeline will be used to serve this port. -
Uses of Nullable in com.sun.xml.ws.assembler.metro
Method parameters in com.sun.xml.ws.assembler.metro with annotations of type NullableModifier and TypeMethodDescriptionServerPipelineHook.createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail) Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint.ServerPipelineHook.createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail) Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint.ServerPipelineHook.createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail) Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. -
Uses of Nullable in com.sun.xml.ws.assembler.metro.dev
Method parameters in com.sun.xml.ws.assembler.metro.dev with annotations of type NullableModifier and TypeMethodDescriptionClientPipelineHook.createSecurityPipe(PolicyMap policyMap, ClientPipeAssemblerContext ctxt, Pipe tail) -
Uses of Nullable in com.sun.xml.ws.assembler.metro.impl
Methods in com.sun.xml.ws.assembler.metro.impl with annotations of type NullableModifier and TypeMethodDescriptionMetroClientTubelineAssemblyContextImpl.getSEIModel()The created pipeline will use seiModel to get java concepts for the endpoint -
Uses of Nullable in com.sun.xml.ws.binding
Methods in com.sun.xml.ws.binding with annotations of type NullableModifier and TypeMethodDescription<F extends javax.xml.ws.WebServiceFeature>
F<F extends javax.xml.ws.WebServiceFeature>
FBindingImpl.getFeature(Class<F> featureType) static <F extends javax.xml.ws.WebServiceFeature>
FWebServiceFeatureList.getFeature(javax.xml.ws.WebServiceFeature[] features, Class<F> featureType) <F extends javax.xml.ws.WebServiceFeature>
FBindingImpl.getOperationFeature(Class<F> featureType, QName operationName) static <F extends javax.xml.ws.WebServiceFeature>
FFeatureListUtil.mergeFeature(Class<F> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2) Method parameters in com.sun.xml.ws.binding with annotations of type NullableModifier and TypeMethodDescriptionstatic booleanFeatureListUtil.isFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2) static booleanFeatureListUtil.isFeatureEnabled(Class<? extends javax.xml.ws.WebServiceFeature> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2) static <F extends javax.xml.ws.WebServiceFeature>
FFeatureListUtil.mergeFeature(Class<F> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2) static <F extends javax.xml.ws.WebServiceFeature>
FFeatureListUtil.mergeFeature(Class<F> featureType, WebServiceFeatureList list1, WebServiceFeatureList list2) -
Uses of Nullable in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client with annotations of type NullableModifier and TypeFieldDescriptionprotected WSEndpointReferenceStub.endpointReferenceNon-null if this stub is configured to talk to an EPR.final WSDLPortPortInfo.portModelIf a port is known statically to a WSDL,PortInfomay have the corresponding WSDL model.protected final WSDLPortStub.wsdlPortMethods in com.sun.xml.ws.client with annotations of type NullableModifier and TypeMethodDescriptionStub.getOperationDispatcher()Nullable when there is no associated WSDL ModelPortInfo.getPort()Method parameters in com.sun.xml.ws.client with annotations of type NullableModifier and TypeMethodDescriptionprotected InvocationHandlerWSServiceDelegate.getStubHandler(BindingImpl binding, SEIPortInfo eif, WSEndpointReference epr) Constructor parameters in com.sun.xml.ws.client with annotations of type NullableModifierConstructorDescriptionAsyncResponseImpl(Runnable runnable, javax.xml.ws.AsyncHandler<T> handler) protectedStub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) protectedStub(WSPortInfo portInfo, BindingImpl binding, Tube master, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) protectedStub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) Deprecated.protectedStub(QName portname, WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) Deprecated.WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features) WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features) WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, javax.xml.ws.WebServiceFeature... features) WSServiceDelegate(Source wsdl, WSDLService service, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, javax.xml.ws.WebServiceFeature... features) protectedWSServiceDelegate(Source wsdl, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, WebServiceFeatureList features) WSServiceDelegate(Source wsdl, QName serviceName, Class<? extends javax.xml.ws.Service> serviceClass, javax.xml.ws.WebServiceFeature... features) -
Uses of Nullable in com.sun.xml.ws.client.dispatch
Method parameters in com.sun.xml.ws.client.dispatch with annotations of type NullableModifier and TypeMethodDescriptionprotected StringDispatchImpl.resolveURI(URI endpointURI, String pathInfo, String queryString) protected StringDispatchImpl.resolveURI(URI endpointURI, String pathInfo, String queryString) Constructor parameters in com.sun.xml.ws.client.dispatch with annotations of type NullableModifierConstructorDescriptionprotectedDispatchImpl(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr) protectedDispatchImpl(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(WSPortInfo portInfo, javax.xml.ws.Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(QName port, javax.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated. -
Uses of Nullable in com.sun.xml.ws.client.sei
Methods in com.sun.xml.ws.client.sei with annotations of type NullableModifier and TypeMethodDescriptionSEIStub.getOperationDispatcher()Nullable when there is no associated WSDL Model -
Uses of Nullable in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer with annotations of type NullableModifier and TypeMethodDescriptionUsesJAXBContextFeature.getFactory()Gets theJAXBContextFactoryinstance to be used for creatingJAXBContextfor SEI.StatefulWebServiceManager.resolve(javax.xml.ws.EndpointReference epr) Checks if the given EPR represents an object that has been exported from this manager.Method parameters in com.sun.xml.ws.developer with annotations of type NullableModifier and TypeMethodDescription<EPR extends javax.xml.ws.EndpointReference>
EPRExports an object.voidStatefulWebServiceManager.setTimeout(long milliseconds, StatefulWebServiceManager.Callback<T> callback) Configures timeout for exported instances.voidUnexports the given instance.Constructor parameters in com.sun.xml.ws.developer with annotations of type NullableModifierConstructorDescriptionStreamingAttachmentFeature(String dir, boolean parseEagerly, long memoryThreshold) UsesJAXBContextFeature(JAXBRIContext context) CreatesUsesJAXBContextFeature.UsesJAXBContextFeature(JAXBContextFactory factory) CreatesUsesJAXBContextFeature. -
Uses of Nullable in com.sun.xml.ws.encoding
Fields in com.sun.xml.ws.encoding with annotations of type NullableModifier and TypeFieldDescriptionfinal StringTagInfoset.nsUriNamespace URI of the start tag in stax-style.final StringTagInfoset.prefixPrefix of the start tag in stax-style.Methods in com.sun.xml.ws.encoding with annotations of type NullableModifier and TypeMethodDescriptionMimeMultipartParser.getAttachmentPart(String contentId) This method can be called to get a matching MIME attachment part for the given contentId.ContentTypeImpl.getCharSet()Returns the character set encoding.MimeMultipartParser.getRootPart()Parses the stream and returns the root part.Constructor parameters in com.sun.xml.ws.encoding with annotations of type NullableModifierConstructorDescriptionContentTypeImpl(String contentType, String soapAction) ContentTypeImpl(String contentType, String soapAction, String accept) ContentTypeImpl(String contentType, String soapAction, String accept) ContentTypeImpl(String contentType, String soapAction, String accept, String charsetParam) ContentTypeImpl(String contentType, String soapAction, String accept, String charsetParam) -
Uses of Nullable in com.sun.xml.ws.fault
Methods in com.sun.xml.ws.fault with annotations of type NullableMethod parameters in com.sun.xml.ws.fault with annotations of type NullableModifier and TypeMethodDescriptionstatic MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, javax.xml.ws.ProtocolException ex, QName faultcode) -
Uses of Nullable in com.sun.xml.ws.handler
Fields in com.sun.xml.ws.handler with annotations of type NullableMethods in com.sun.xml.ws.handler with annotations of type NullableModifier and TypeMethodDescriptionMessageHandlerContextImpl.getPort()MessageHandlerContextImpl.getSEIModel()Constructor parameters in com.sun.xml.ws.handler with annotations of type NullableModifierConstructorDescriptionClientMessageHandlerTube(SEIModel seiModel, WSBinding binding, WSDLPort port, Tube next) Creates a new instance of MessageHandlerTubeMessageHandlerContextImpl(SEIModel seiModel, WSBinding binding, WSDLPort wsdlModel, Packet packet, Set<String> roles) MessageHandlerContextImpl(SEIModel seiModel, WSBinding binding, WSDLPort wsdlModel, Packet packet, Set<String> roles) -
Uses of Nullable in com.sun.xml.ws.message
Methods in com.sun.xml.ws.message with annotations of type NullableModifier and TypeMethodDescriptionFaultDetailHeader.getAttribute(String nsUri, String localName) ProblemActionHeader.getAttribute(String nsUri, String localName) StringHeader.getAttribute(String nsUri, String localName) FaultMessage.getFirstDetailEntryName()Constructor parameters in com.sun.xml.ws.message with annotations of type Nullable -
Uses of Nullable in com.sun.xml.ws.message.saaj
Methods in com.sun.xml.ws.message.saaj with annotations of type Nullable -
Uses of Nullable in com.sun.xml.ws.message.source
Constructor parameters in com.sun.xml.ws.message.source with annotations of type NullableModifierConstructorDescriptionPayloadSourceMessage(MessageHeaders headers, Source payload, AttachmentSet attSet, SOAPVersion soapVersion) -
Uses of Nullable in com.sun.xml.ws.message.stream
Constructor parameters in com.sun.xml.ws.message.stream with annotations of type NullableModifierConstructorDescriptionPayloadStreamReaderMessage(MessageHeaders headers, XMLStreamReader reader, AttachmentSet attSet, SOAPVersion soapVersion) StreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) -
Uses of Nullable in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model with annotations of type NullableModifier and TypeMethodDescriptionJavaMethodImpl.getRequestPayloadName()JavaMethodImpl.getResponsePayloadName() -
Uses of Nullable in com.sun.xml.ws.model.wsdl
Methods in com.sun.xml.ws.model.wsdl with annotations of type NullableModifier and TypeMethodDescriptionWSDLPortImpl.getEPR()WSDLServiceImpl.getMatchingPort(QName portTypeName) gets the first port in this service which matches the portTypeWSDLBoundOperationImpl.getRequestPayloadName()WSDLBoundOperationImpl.getResponsePayloadName()Constructor parameters in com.sun.xml.ws.model.wsdl with annotations of type NullableModifierConstructorDescriptionWSDLPortProperties(WSDLPort port, SEIModel seiModel) protectedWSDLProperties(SEIModel seiModel) -
Uses of Nullable in com.sun.xml.ws.rx.rm.protocol
Methods in com.sun.xml.ws.rx.rm.protocol with annotations of type NullableModifier and TypeMethodDescriptionjavax.xml.ws.EndpointReferenceCreateSequenceResponseData.getAcceptedSequenceAcksTo()CloseSequenceData.getAcknowledgementData()CloseSequenceResponseData.getAcknowledgementData()TerminateSequenceData.getAcknowledgementData()TerminateSequenceResponseData.getAcknowledgementData()TerminateSequenceResponseData.getBoundSequenceId()CreateSequenceData.getOfferedSequenceId()CreateSequenceData.getStrType()Method parameters in com.sun.xml.ws.rx.rm.protocol with annotations of type NullableModifier and TypeMethodDescriptionCloseSequenceData.Builder.acknowledgementData(AcknowledgementData acknowledgementData) voidCloseSequenceResponseData.Builder.acknowledgementData(AcknowledgementData acknowledgementData) TerminateSequenceData.Builder.acknowledgementData(AcknowledgementData acknowledgementData) TerminateSequenceResponseData.Builder.acknowledgementData(AcknowledgementData acknowledgementData) -
Uses of Nullable in com.sun.xml.ws.rx.rm.runtime
Method parameters in com.sun.xml.ws.rx.rm.runtime with annotations of type NullableModifier and TypeMethodDescriptionabstract PacketWsrmProtocolHandler.toPacket(CloseSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(CreateSequenceData data, Packet requestPacket) abstract PacketWsrmProtocolHandler.toPacket(TerminateSequenceData data, Packet requestPacket) -
Uses of Nullable in com.sun.xml.ws.rx.rm.runtime.sequence
Methods in com.sun.xml.ws.rx.rm.runtime.sequence with annotations of type NullableModifier and TypeMethodDescriptionSequence.retrieveMessage(String correlationId) Retrieves a message stored within the sequence under the providedcorrelationIdif avalable. -
Uses of Nullable in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util with annotations of type NullableModifier and TypeMethodDescriptionCommunicator.getDestinationAddress()Provides the destination endpoint reference thisCommunicatoris pointing to.Method parameters in com.sun.xml.ws.rx.util with annotations of type NullableModifier and TypeMethodDescriptionvoidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler) Asynchronously sends the requestPacketvoidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor) voidCommunicator.sendAsync(Packet request, Fiber.CompletionCallback completionCallbackHandler, FiberContextSwitchInterceptor interceptor) voidFiberExecutor.start(Packet request, Fiber.CompletionCallback callback, FiberContextSwitchInterceptor interceptor) -
Uses of Nullable in com.sun.xml.ws.security.message.stream
Methods in com.sun.xml.ws.security.message.stream with annotations of type NullableModifier and TypeMethodDescriptionLazyStreamBasedMessage.getPayloadLocalPart()Gets the local name of the payload element. -
Uses of Nullable in com.sun.xml.ws.security.opt.impl.incoming
Constructor parameters in com.sun.xml.ws.security.opt.impl.incoming with annotations of type NullableModifierConstructorDescriptionVerifiedStreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.VerifiedStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.VerifiedStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion, Map<String, String> bodyEnvNs) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope. -
Uses of Nullable in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message with annotations of type NullableModifier and TypeMethodDescriptionHeader.getAttribute(String nsUri, String localName) Gets the attribute value on the header element.Header.getAttribute(QName name) Gets the attribute value on the header element. -
Uses of Nullable in com.sun.xml.ws.security.opt.impl.outgoing
Methods in com.sun.xml.ws.security.opt.impl.outgoing with annotations of type NullableModifier and TypeMethodDescriptionSecurityHeader.getAttribute(String nsUri, String localName) Gets the attribute value on the header element.SecurityHeader.getAttribute(QName name) Gets the attribute value on the header element. -
Uses of Nullable in com.sun.xml.ws.security.opt.impl.util
Methods in com.sun.xml.ws.security.opt.impl.util with annotations of type NullableModifier and TypeMethodDescriptionstatic ElementDOMUtil.getFirstElementChild(Node parent) Gets the first element child. -
Uses of Nullable in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with annotations of type NullableModifier and TypeMethodDescriptionWSEndpointImpl.getOperationDispatcher()Nullable when there is no associated WSDL ModelWSEndpointImpl.getSEIModel()static StringEndpointFactory.getWsdlLocation(Class<?> implType) Returns the wsdl from @WebService, or @WebServiceProvider annotation using wsdlLocation element.static StringEndpointFactory.getWsdlLocation(Class<?> implType, MetadataReader metadataReader) Returns the wsdl from @WebService, or @WebServiceProvider annotation using wsdlLocation element.Method parameters in com.sun.xml.ws.server with annotations of type NullableModifier and TypeMethodDescription<T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.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) <T> WSEndpoint<T>EndpointFactory.create(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(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) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(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) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(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) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(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) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(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) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(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) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(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) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(Class<T> implType, boolean processHandlerAnnotation, Invoker invoker, QName serviceName, QName portName, Container container, WSBinding binding, SDDocumentSource primaryWsdl, Collection<? extends SDDocumentSource> metadata, EntityResolver resolver, boolean isTransportSynchronous, boolean isStandard) static <T> WSEndpoint<T>EndpointFactory.createEndpoint(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) voidConstructor parameters in com.sun.xml.ws.server with annotations of type NullableModifierConstructorDescriptionprotectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) -
Uses of Nullable in com.sun.xml.ws.server.provider
Method parameters in com.sun.xml.ws.server.provider with annotations of type Nullable -
Uses of Nullable in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db with annotations of type NullableModifier and TypeMethodDescriptionstatic TypeBindingHelper.getBaseType(Type type, Class baseType) Gets the parameterization of the given base type.BindingContext.getElementName(Class o) Allows to retrieve the element name based on Class.BindingContext.getElementName(Object o) If the given object is bound to an element in XML by JAXB, returns the element name.Method parameters in com.sun.xml.ws.spi.db with annotations of type NullableModifier and TypeMethodDescriptionfinal TOldBridge.unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au) final Tfinal TXMLBridge.unmarshal(XMLStreamReader in, javax.xml.bind.attachment.AttachmentUnmarshaller au) -
Uses of Nullable in com.sun.xml.ws.streaming
Methods in com.sun.xml.ws.streaming with annotations of type NullableModifier and TypeMethodDescriptionstatic StringXMLStreamWriterUtil.getEncoding(XMLStreamWriter writer) Gives the encoding with which XMLStreamWriter is created.static OutputStreamXMLStreamWriterUtil.getOutputStream(XMLStreamWriter writer) Gives the underlying stream for XMLStreamWriter.Constructor parameters in com.sun.xml.ws.streaming with annotations of type NullableModifierConstructorDescriptionTidyXMLStreamReader(XMLStreamReader reader, Closeable closeableSource) -
Uses of Nullable in com.sun.xml.ws.transport.http
Methods in com.sun.xml.ws.transport.http with annotations of type NullableModifier and TypeMethodDescriptionabstract StringWSHTTPConnection.getPathInfo()Extra portion of the request URI after the end of the expected address of the service but before the query stringabstract StringWSHTTPConnection.getQueryString()HTTP Query string, such as "foo=bar", or null if none exists.abstract StringWSHTTPConnection.getRequestHeader(String headerName) Gets an HTTP request header.WSHTTPConnection.getRequestHeaderValues(String headerName) Gets an HTTP request header. -
Uses of Nullable in com.sun.xml.ws.transport.http.client
Methods in com.sun.xml.ws.transport.http.client with annotations of type Nullable -
Uses of Nullable in com.sun.xml.ws.transport.http.servlet
Methods in com.sun.xml.ws.transport.http.servlet with annotations of type NullableModifier and TypeMethodDescriptionprotected WSServletDelegateWSServlet.getDelegate(javax.servlet.ServletConfig servletConfig) Gets theWSServletDelegatethat we will be forwarding the requests to. -
Uses of Nullable in com.sun.xml.ws.transport.tcp.client
Methods in com.sun.xml.ws.transport.tcp.client with annotations of type NullableModifier and TypeMethodDescriptionClientConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) ClientConnectionSession.getAttribute(String name) TCPClientTransport.getContentType()TCPClientTransport.getError()Method parameters in com.sun.xml.ws.transport.tcp.client with annotations of type Nullable -
Uses of Nullable in com.sun.xml.ws.transport.tcp.server
Methods in com.sun.xml.ws.transport.tcp.server with annotations of type NullableModifier and TypeMethodDescriptionServerConnectionSession.findWSServiceContextByChannelId(int channelId) static IncomeMessageProcessorIncomeMessageProcessor.getMessageProcessorForPort(int port) Determines whichTCPAdapterserves the given request. -
Uses of Nullable in com.sun.xml.ws.transport.tcp.servicechannel
Constructor parameters in com.sun.xml.ws.transport.tcp.servicechannel with annotations of type NullableModifierConstructorDescriptionServiceChannelException(ServiceChannelErrorCode errorCode, String message) -
Uses of Nullable in com.sun.xml.ws.transport.tcp.util
Methods in com.sun.xml.ws.transport.tcp.util with annotations of type NullableModifier and TypeMethodDescriptionConnectionSession.findWSServiceContextByChannelId(int channelId) ConnectionSession.findWSServiceContextByURI(WSTCPURI wsTCPURI) ConnectionSession.getAttribute(String name) ChannelContext.getCodec()Return message Codec, which is used for encoding/decoding messages on this virtual channelChannelContext.getTargetWSURI()Return correspondent WS's URIMethod parameters in com.sun.xml.ws.transport.tcp.util with annotations of type Nullable -
Uses of Nullable in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util with annotations of type NullableModifier and TypeMethodDescriptionstatic ElementDOMUtil.getFirstElementChild(Node parent) Gets the first element child.Method parameters in com.sun.xml.ws.util with annotations of type NullableModifier and TypeMethodDescriptionstatic <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, ClassLoader loader) Locates and incrementally instantiates the available providers of a given service using the given class loader.static <T> ServiceFinder<T>ServiceFinder.find(Class<T> service, ClassLoader loader, Component component) -
Uses of Nullable in com.sun.xml.ws.util.xml
Method parameters in com.sun.xml.ws.util.xml with annotations of type NullableModifier and TypeMethodDescriptionstatic EntityResolverXmlCatalogUtil.createEntityResolver(URL catalogUrl) Gets an EntityResolver using XML catalogstatic EntityResolverXmlUtil.createEntityResolver(URL catalogUrl) Gets an EntityResolver using XML catalog -
Uses of Nullable in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl with annotations of type NullableConstructor parameters in com.sun.xml.ws.wsdl with annotations of type NullableModifierConstructorDescriptionOperationDispatcher(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) WSDLOperationFinder(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) -
Uses of Nullable in com.sun.xml.ws.wsdl.parser
Method parameters in com.sun.xml.ws.wsdl.parser with annotations of type NullableModifier and TypeMethodDescriptionstatic WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, boolean isUseStreamFromEntityResolverWrapper, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, PolicyResolver policyResolver, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.static WSDLModelRuntimeWSDLParser.parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, Container container, Class serviceClass, WSDLParserExtension... extensions) Parses the WSDL and gives WSDLModel.protected voidRuntimeWSDLParser.parseImport(URL baseURL, XMLStreamReader reader) -
Uses of Nullable in com.sun.xml.ws.wsdl.writer
Methods in com.sun.xml.ws.wsdl.writer with annotations of type NullableModifier and TypeMethodDescriptionDocumentLocationResolver.getLocationFor(String namespaceURI, String systemId) Produces a relative reference from one document to another.