Uses of Interface
com.sun.xml.ws.api.model.SEIModel
-
-
Uses of SEIModel in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing declared as SEIModel Modifier and Type Field Description protected SEIModelWsaTubeHelper. seiModelConstructors in com.sun.xml.ws.addressing with parameters of type SEIModel Constructor Description WsaTubeHelper(WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort)WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) -
Uses of SEIModel in com.sun.xml.ws.addressing.policy
Methods in com.sun.xml.ws.addressing.policy with parameters of type SEIModel Modifier and Type Method Description Collection<PolicySubject>AddressingPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Puts an addressing policy into the PolicyMap if the addressing feature was set. -
Uses of SEIModel in com.sun.xml.ws.addressing.v200408
Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type SEIModel Constructor Description WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) -
Uses of SEIModel in com.sun.xml.ws.api.addressing
Methods in com.sun.xml.ws.api.addressing with parameters of type SEIModel Modifier and Type Method Description abstract WsaTubeHelperAddressingVersion. getWsaHelper(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)Deprecated.TODO why are we exposing implementation specificc class through api? TODO Remove it if no one elase uses it. -
Uses of SEIModel in com.sun.xml.ws.api.handler
Methods in com.sun.xml.ws.api.handler that return SEIModel Modifier and Type Method Description SEIModelMessageHandlerContext. getSEIModel()Provides access toSEIModel. -
Uses of SEIModel in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with parameters of type SEIModel Modifier and Type Method Description PacketPacket. createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)Creates a server-side responsePacketfrom a request packet (this).JavaMethodMessage. getMethod(SEIModel seiModel)Deprecated.PacketPacket. relateServerResponse(Packet r, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) -
Uses of SEIModel in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return SEIModel Modifier and Type Method Description SEIModelCheckedException. getOwner()Gets the rootSEIModelthat owns this model.SEIModelJavaMethod. getOwner()Gets the rootSEIModelthat owns this model.SEIModelParameter. getOwner()Gets the rootSEIModelthat owns this model. -
Uses of SEIModel in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return SEIModel Modifier and Type Method Description SEIModelClientTubeAssemblerContext. getSEIModel()The created pipeline will use seiModel to get java concepts for the endpointSEIModelServerTubeAssemblerContext. getSEIModel()The created pipeline will use seiModel to get java concepts for the endpointMethods in com.sun.xml.ws.api.pipe with parameters of type SEIModel Modifier and Type Method Description <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.Constructors in com.sun.xml.ws.api.pipe with parameters of type SEIModel Constructor Description ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)This constructor should be used only by JAX-WS Runtime and is not meant for external consumption.ServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous)Deprecated.ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) -
Uses of SEIModel in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return SEIModel Modifier and Type Method Description abstract SEIModelWSEndpoint. getSEIModel()Gets theSEIModelthat represents the relationship between WSDL and Java SEI.Methods in com.sun.xml.ws.api.server with parameters of type SEIModel Modifier and Type Method Description abstract PacketWSEndpoint. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception. -
Uses of SEIModel in com.sun.xml.ws.api.wsdl.writer
Methods in com.sun.xml.ws.api.wsdl.writer that return SEIModel Modifier and Type Method Description SEIModelWSDLGenExtnContext. getModel()Methods in com.sun.xml.ws.api.wsdl.writer with parameters of type SEIModel Modifier and Type Method Description voidWSDLGeneratorExtension. start(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container)Deprecated.Constructors in com.sun.xml.ws.api.wsdl.writer with parameters of type SEIModel Constructor Description WSDLGenExtnContext(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container, Class endpointClass)Constructs WSDL Generation context for the extensions -
Uses of SEIModel in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return SEIModel Modifier and Type Method Description SEIModelClientTubelineAssemblyContext. getSEIModel()The created pipeline will use seiModel to get java concepts for the endpointSEIModelServerTubelineAssemblyContext. getSEIModel()The created pipeline will use seiModel to get java concepts for the endpoint -
Uses of SEIModel in com.sun.xml.ws.assembler.metro
Methods in com.sun.xml.ws.assembler.metro with parameters of type SEIModel Modifier and Type Method Description PipeServerPipelineHook. createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail)Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. -
Uses of SEIModel in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client that return SEIModel Modifier and Type Method Description SEIModelWSServiceDelegate. buildRuntimeModel(QName serviceName, QName portName, Class portInterface, WSDLPort wsdlPort, WebServiceFeatureList features) -
Uses of SEIModel in com.sun.xml.ws.db
Methods in com.sun.xml.ws.db that return SEIModel Modifier and Type Method Description SEIModelDatabindingImpl. getModel() -
Uses of SEIModel in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer with parameters of type SEIModel Modifier and Type Method Description org.glassfish.jaxb.runtime.api.JAXBRIContextJAXBContextFactory. createJAXBContext(SEIModel sei, List<Class> classesToBind, List<org.glassfish.jaxb.runtime.api.TypeReference> typeReferences)Called by the JAX-WS runtime to create aJAXBRIContextfor the given SEI. -
Uses of SEIModel in com.sun.xml.ws.encoding.policy
Methods in com.sun.xml.ws.encoding.policy with parameters of type SEIModel Modifier and Type Method Description Collection<PolicySubject>MtomPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Generates an MTOM policy if MTOM is enabled. -
Uses of SEIModel in com.sun.xml.ws.handler
Methods in com.sun.xml.ws.handler that return SEIModel Modifier and Type Method Description SEIModelMessageHandlerContextImpl. getSEIModel()Constructors in com.sun.xml.ws.handler with parameters of type SEIModel Constructor Description ClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next)Creates a new instance of LogicalHandlerTubeClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube)This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube.ClientMessageHandlerTube(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)ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next)Creates a new instance of LogicalHandlerTubeServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube)This constructor is used on client-side where, SOAPHandlerTube is created first and then a LogicalHandlerTube is created with a handler to that SOAPHandlerTube.ServerMessageHandlerTube(SEIModel seiModel, WSBinding binding, Tube next, HandlerTube cousinTube) -
Uses of SEIModel in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management that return SEIModel Modifier and Type Method Description SEIModelManagedEndpoint. getSEIModel()Methods in com.sun.xml.ws.metro.api.config.management with parameters of type SEIModel Modifier and Type Method Description PacketManagedEndpoint. createServiceResponseForException(ThrowableContainerPropertySet tcps, Packet packet, SOAPVersion soapv, WSDLPort wsdlp, SEIModel seim, WSBinding wsb) -
Uses of SEIModel in com.sun.xml.ws.model
Classes in com.sun.xml.ws.model that implement SEIModel Modifier and Type Class Description classAbstractSEIModelImplmodel of the web service.classSOAPSEIModelCreates SOAP specific RuntimeModelMethods in com.sun.xml.ws.model that return SEIModel Modifier and Type Method Description SEIModelJavaMethodImpl. getOwner() -
Uses of SEIModel in com.sun.xml.ws.model.wsdl
Constructors in com.sun.xml.ws.model.wsdl with parameters of type SEIModel Constructor Description WSDLDirectProperties(QName serviceName, QName portName, SEIModel seiModel)WSDLPortProperties(WSDLPort port, SEIModel seiModel)WSDLProperties(SEIModel seiModel) -
Uses of SEIModel in com.sun.xml.ws.policy.jaxws.spi
Methods in com.sun.xml.ws.policy.jaxws.spi with parameters of type SEIModel Modifier and Type Method Description Collection<PolicySubject>PolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)A callback method that allows to retrieve policy related information from provided parameters return a collection of new policies that are added to the map. -
Uses of SEIModel in com.sun.xml.ws.rx.mc.policy.spi_impl
Methods in com.sun.xml.ws.rx.mc.policy.spi_impl with parameters of type SEIModel Modifier and Type Method Description Collection<PolicySubject>McPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) -
Uses of SEIModel in com.sun.xml.ws.rx.rm.policy.spi_impl
Methods in com.sun.xml.ws.rx.rm.policy.spi_impl with parameters of type SEIModel Modifier and Type Method Description Collection<PolicySubject>RmPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) -
Uses of SEIModel in com.sun.xml.ws.security.addressing.policy
Methods in com.sun.xml.ws.security.addressing.policy with parameters of type SEIModel Modifier and Type Method Description Collection<PolicySubject>WsawAddressingPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Puts an addressing policy into the PolicyMap if the addressing feature was set. -
Uses of SEIModel in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return SEIModel Modifier and Type Method Description SEIModelWSEndpointImpl. getSEIModel()SEIModelWSEndpointMOMProxy. getSEIModel()Methods in com.sun.xml.ws.server with parameters of type SEIModel Modifier and Type Method Description protected <T> WSEndpoint<T>EndpointFactory. create(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort wsdlPort, Class<T> implType, ServiceDefinitionImpl serviceDefinition, EndpointAwareTube terminal, boolean isTransportSynchronous, PolicyMap policyMap)PacketWSEndpointImpl. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)PacketWSEndpointMOMProxy. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)Constructors in com.sun.xml.ws.server with parameters of type SEIModel Constructor Description ServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort, Tube next)WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline)WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) -
Uses of SEIModel in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db that return SEIModel Modifier and Type Method Description SEIModelBindingInfo. getSEIModel()Methods in com.sun.xml.ws.spi.db with parameters of type SEIModel Modifier and Type Method Description voidBindingInfo. setSEIModel(SEIModel seiModel)Constructors in com.sun.xml.ws.spi.db with parameters of type SEIModel Constructor Description ServiceArtifactSchemaGenerator(SEIModel model) -
Uses of SEIModel in com.sun.xml.ws.transport.tcp.policy
Methods in com.sun.xml.ws.transport.tcp.policy with parameters of type SEIModel Modifier and Type Method Description Collection<PolicySubject>OptimalTransportPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Collection<PolicySubject>TCPTransportPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) -
Uses of SEIModel in com.sun.xml.ws.tx.at.policy.spi_impl
Methods in com.sun.xml.ws.tx.at.policy.spi_impl with parameters of type SEIModel Modifier and Type Method Description Collection<PolicySubject>AtPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Update policy map with operation scope of correct WS-AT policy assertions. -
Uses of SEIModel in com.sun.xml.ws.wsdl
Fields in com.sun.xml.ws.wsdl declared as SEIModel Modifier and Type Field Description protected SEIModelWSDLOperationFinder. seiModelConstructors in com.sun.xml.ws.wsdl with parameters of type SEIModel Constructor Description OperationDispatcher(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel)WSDLOperationFinder(WSDLPort wsdlModel, WSBinding binding, SEIModel seiModel) -
Uses of SEIModel in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with parameters of type SEIModel Modifier and Type Method Description PipeServerPipeCreator. createSecurityPipe(PolicyMap map, SEIModel sei, WSDLPort port, WSEndpoint owner, Pipe tail)
-