Uses of Interface
com.sun.xml.ws.api.model.SEIModel
Packages that use SEIModel
Package
Description
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.APIs for hosting JAX-WS services.
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of SEIModel in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing declared as SEIModelConstructors in com.sun.xml.ws.addressing with parameters of type SEIModelModifierConstructorDescriptionWsaTubeHelper(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 SEIModelModifier and TypeMethodDescriptionPuts 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 SEIModelModifierConstructorDescriptionWsaTubeHelperImpl(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 SEIModelModifier and TypeMethodDescriptionabstract 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 SEIModelModifier and TypeMethodDescriptionMessageHandlerContext.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 SEIModelModifier and TypeMethodDescriptionPacket.createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Creates a server-side responsePacketfrom a request packet (this).final JavaMethodDeprecated.Packet.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 -
Uses of SEIModel in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return SEIModelModifier and TypeMethodDescriptionClientTubeAssemblerContext.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 endpointMethods in com.sun.xml.ws.api.pipe with parameters of type SEIModelModifier and TypeMethodDescription<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 SEIModelModifierConstructorDescriptionClientTubeAssemblerContext(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.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 SEIModelModifier and TypeMethodDescriptionabstract SEIModelWSEndpoint.getSEIModel()Gets theSEIModelthat represents the relationship between WSDL and Java SEI.Methods in com.sun.xml.ws.api.server with parameters of type SEIModelModifier and TypeMethodDescriptionabstract 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 SEIModelMethods in com.sun.xml.ws.api.wsdl.writer with parameters of type SEIModelModifier and TypeMethodDescriptionvoidWSDLGeneratorExtension.start(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container) Deprecated.Constructors in com.sun.xml.ws.api.wsdl.writer with parameters of type SEIModelModifierConstructorDescriptionWSDLGenExtnContext(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 SEIModelModifier 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 endpoint -
Uses of SEIModel in com.sun.xml.ws.assembler.metro
Methods in com.sun.xml.ws.assembler.metro with parameters of type SEIModelModifier 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. -
Uses of SEIModel in com.sun.xml.ws.assembler.metro.impl
Methods in com.sun.xml.ws.assembler.metro.impl that return SEIModelModifier and TypeMethodDescriptionMetroClientTubelineAssemblyContextImpl.getSEIModel()The created pipeline will use seiModel to get java concepts for the endpoint -
Uses of SEIModel in com.sun.xml.ws.client
Methods in com.sun.xml.ws.client that return SEIModelModifier and TypeMethodDescriptionWSServiceDelegate.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 -
Uses of SEIModel in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer with parameters of type SEIModelModifier and TypeMethodDescriptionJAXBContextFactory.createJAXBContext(SEIModel sei, List<Class> classesToBind, List<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 SEIModelModifier and TypeMethodDescriptionGenerates 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 SEIModelConstructors in com.sun.xml.ws.handler with parameters of type SEIModelModifierConstructorDescriptionClientLogicalHandlerTube(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 SEIModelMethods in com.sun.xml.ws.metro.api.config.management with parameters of type SEIModelModifier and TypeMethodDescriptionManagedEndpoint.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 SEIModelModifier and TypeClassDescriptionclassmodel of the web service.classCreates SOAP specific RuntimeModelMethods in com.sun.xml.ws.model that return SEIModel -
Uses of SEIModel in com.sun.xml.ws.model.wsdl
Constructors in com.sun.xml.ws.model.wsdl with parameters of type SEIModelModifierConstructorDescriptionWSDLDirectProperties(QName serviceName, QName portName, SEIModel seiModel) WSDLPortProperties(WSDLPort port, SEIModel seiModel) protectedWSDLProperties(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 SEIModelModifier and TypeMethodDescriptionA 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 SEIModelModifier and TypeMethodDescription -
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 SEIModelModifier and TypeMethodDescription -
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 -
Uses of SEIModel in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return SEIModelMethods in com.sun.xml.ws.server with parameters of type SEIModelModifier and TypeMethodDescriptionprotected <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) WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) Constructors in com.sun.xml.ws.server with parameters of type SEIModelModifierConstructorDescriptionServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort, Tube next) protectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline) protectedWSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) -
Uses of SEIModel in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db that return SEIModelMethods in com.sun.xml.ws.spi.db with parameters of type SEIModelConstructors in com.sun.xml.ws.spi.db with parameters of type SEIModel -
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 -
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 SEIModelModifier and TypeMethodDescriptionUpdate 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 SEIModelConstructors in com.sun.xml.ws.wsdl with parameters of type SEIModelModifierConstructorDescriptionOperationDispatcher(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 SEIModelModifier and TypeMethodDescriptionServerPipeCreator.createSecurityPipe(PolicyMap map, SEIModel sei, WSDLPort port, WSEndpoint owner, Pipe tail)