|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WSEndpoint in com.sun.xml.ws.addressing |
|---|
| Constructors in com.sun.xml.ws.addressing with parameters of type WSEndpoint | |
|---|---|
W3CWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
WsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.addressing.v200408 |
|---|
| Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type WSEndpoint | |
|---|---|
MemberSubmissionWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.api.config.management |
|---|
| Methods in com.sun.xml.ws.api.config.management that return WSEndpoint | ||
|---|---|---|
|
ManagedEndpointFactory.createEndpoint(WSEndpoint<T> endpoint,
EndpointCreationAttributes attributes)
This method may return a WSEndpoint implementation that wraps the original WSEndpoint instance. |
|
| Methods in com.sun.xml.ws.api.config.management with parameters of type WSEndpoint | ||
|---|---|---|
|
ManagedEndpointFactory.createEndpoint(WSEndpoint<T> endpoint,
EndpointCreationAttributes attributes)
This method may return a WSEndpoint implementation that wraps the original WSEndpoint instance. |
|
| Uses of WSEndpoint in com.sun.xml.ws.api.config.management.policy |
|---|
| Methods in com.sun.xml.ws.api.config.management.policy with parameters of type WSEndpoint | |
|---|---|
static ManagedServiceAssertion |
ManagedServiceAssertion.getAssertion(WSEndpoint endpoint)
Return ManagedService assertion if there is one associated with the endpoint. |
| Uses of WSEndpoint in com.sun.xml.ws.api.message |
|---|
| Fields in com.sun.xml.ws.api.message declared as WSEndpoint | |
|---|---|
WSEndpoint |
Packet.endpoint
The governing WSEndpoint in which this message is floating. |
| Uses of WSEndpoint in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe that return WSEndpoint | |
|---|---|
WSEndpoint<?> |
ServerTubeAssemblerContext.getEndpoint()
The created pipeline is used to serve this WSEndpoint. |
| Constructors in com.sun.xml.ws.api.pipe with parameters of type WSEndpoint | |
|---|---|
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 WSEndpoint in com.sun.xml.ws.api.server |
|---|
| Fields in com.sun.xml.ws.api.server declared as WSEndpoint | |
|---|---|
protected WSEndpoint<?> |
Adapter.endpoint
|
| Methods in com.sun.xml.ws.api.server that return WSEndpoint | ||
|---|---|---|
static
|
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver)
Deprecated. |
|
static
|
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous)
Creates an endpoint from deployment or programmatic configuration |
|
static
|
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
EntityResolver resolver,
boolean isTransportSynchronous,
boolean isStandard)
|
|
static
|
WSEndpoint.create(Class<T> implType,
boolean processHandlerAnnotation,
Invoker invoker,
QName serviceName,
QName portName,
Container container,
WSBinding binding,
SDDocumentSource primaryWsdl,
Collection<? extends SDDocumentSource> metadata,
URL catalogUrl)
The same as create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection, EntityResolver)
except that this version takes an url of the jax-ws-catalog.xml. |
|
WSEndpoint<?> |
Adapter.getEndpoint()
Gets the endpoint that this Adapter is serving. |
|
WSEndpoint |
BoundEndpoint.getEndpoint()
The endpoint that was bound. |
|
| Methods in com.sun.xml.ws.api.server with parameters of type WSEndpoint | |
|---|---|
static HttpEndpoint |
HttpEndpoint.create(WSEndpoint endpoint)
Factory to deploy WSEndpoint on light-weight
http server container. |
boolean |
WSEndpoint.equalsProxiedInstance(WSEndpoint endpoint)
Used for managed endpoints infrastructure to compare equality of proxies vs proxied endpoints. |
String |
WebServiceContextDelegate.getEPRAddress(Packet request,
WSEndpoint endpoint)
Gets the address of the endpoint. |
abstract WSEndpointReference.EPRExtension |
EndpointReferenceExtensionContributor.getEPRExtension(WSEndpoint endpoint,
WSEndpointReference.EPRExtension extension)
|
protected static ResourceInjector |
AbstractInstanceResolver.getResourceInjector(WSEndpoint endpoint)
|
String |
WebServiceContextDelegate.getWSDLAddress(Packet request,
WSEndpoint endpoint)
Gets the address of the primary WSDL. |
void |
EndpointAwareCodec.setEndpoint(WSEndpoint endpoint)
Called by the WSEndpoint implementation
when the codec is associated with an endpoint. |
void |
InstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by WSEndpoint when it's set up. |
void |
Invoker.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
Called by WSEndpoint when it's set up. |
| Constructors in com.sun.xml.ws.api.server with parameters of type WSEndpoint | |
|---|---|
AbstractServerAsyncTransport(WSEndpoint endpoint)
setExecutor(java.util.concurrent.Executor) should be called before creating the
transport |
|
Adapter(WSEndpoint endpoint)
Creates an Adapter that delivers
messages to the given endpoint. |
|
| Uses of WSEndpoint in com.sun.xml.ws.assembler |
|---|
| Methods in com.sun.xml.ws.assembler with parameters of type WSEndpoint | |
|---|---|
Pipe |
ServerPipelineHook.createSecurityPipe(PolicyMap policyMap,
SEIModel seiModel,
WSDLPort wsdlModel,
WSEndpoint owner,
Pipe tail)
Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. |
| Uses of WSEndpoint in com.sun.xml.ws.assembler.dev |
|---|
| Methods in com.sun.xml.ws.assembler.dev that return WSEndpoint | |
|---|---|
WSEndpoint |
ServerTubelineAssemblyContext.getEndpoint()
The created pipeline is used to serve this WSEndpoint. |
| Uses of WSEndpoint in com.sun.xml.ws.commons |
|---|
| Methods in com.sun.xml.ws.commons with parameters of type WSEndpoint | |
|---|---|
void |
WSEndpointCollectionBasedMOMListener.registerAtMOM(MOMRegistrationAware momRegistrationAware,
WSEndpoint wsEndpoint)
|
void |
WSEndpointCollectionBasedMOMListener.unregisterFromMOM(MOMRegistrationAware momRegistrationAware,
WSEndpoint wsEndpoint)
|
| Constructor parameters in com.sun.xml.ws.commons with type arguments of type WSEndpoint | |
|---|---|
WSEndpointCollectionBasedMOMListener(Object lock,
String registrationName,
Map<WSEndpoint,T> registrationAwareMap)
|
|
WSEndpointCollectionBasedMOMListener(String registrationName,
Map<WSEndpoint,T> registrationAwareMap)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.config.management.server |
|---|
| Methods in com.sun.xml.ws.config.management.server that return WSEndpoint | ||
|---|---|---|
|
EndpointFactoryImpl.createEndpoint(WSEndpoint<T> endpoint,
EndpointCreationAttributes attributes)
|
|
| Methods in com.sun.xml.ws.config.management.server with parameters of type WSEndpoint | ||
|---|---|---|
|
EndpointFactoryImpl.createEndpoint(WSEndpoint<T> endpoint,
EndpointCreationAttributes attributes)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.metro.api.config.management |
|---|
| Subclasses of WSEndpoint in com.sun.xml.ws.metro.api.config.management | |
|---|---|
class |
ManagedEndpoint<T>
Wraps an existing WSEndpoint instance and provides a method to swap the WSEndpoint instance. |
| Methods in com.sun.xml.ws.metro.api.config.management with parameters of type WSEndpoint | |
|---|---|
boolean |
ManagedEndpoint.equalsProxiedInstance(WSEndpoint endpoint)
|
void |
ManagedEndpoint.swapEndpointDelegate(WSEndpoint<T> endpoint)
Sets a new WSEndpoint instance to which method calls will be forwarded from then on. |
| Constructors in com.sun.xml.ws.metro.api.config.management with parameters of type WSEndpoint | |
|---|---|
ManagedEndpoint(WSEndpoint<T> endpoint,
EndpointCreationAttributes attributes)
Initializes this endpoint. |
|
| Uses of WSEndpoint in com.sun.xml.ws.mex.server |
|---|
| Constructors in com.sun.xml.ws.mex.server with parameters of type WSEndpoint | |
|---|---|
MetadataServerPipe(WSEndpoint endpoint,
Pipe next)
|
|
WSDLRetriever(WSEndpoint endpoint)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.runtime.dev |
|---|
| Methods in com.sun.xml.ws.runtime.dev with parameters of type WSEndpoint | |
|---|---|
static SessionManager |
SessionManager.getSessionManager(WSEndpoint endpoint,
boolean isSC,
Properties props)
Returns the single instance of SessionManager Use the usual services mechanism to find implementing class. |
static SessionManager |
SessionManager.getSessionManager(WSEndpoint endpoint,
Properties props)
|
static void |
SessionManager.removeSessionManager(WSEndpoint endpoint)
|
| Constructors in com.sun.xml.ws.runtime.dev with parameters of type WSEndpoint | |
|---|---|
SessionManagerImpl(WSEndpoint endpoint,
boolean isSC)
Creates a new instance of SessionManagerImpl |
|
SessionManagerImpl(WSEndpoint endpoint,
boolean isSC,
Properties config)
Creates a new instance of SessionManagerImpl |
|
| Uses of WSEndpoint in com.sun.xml.ws.security.impl |
|---|
| Methods in com.sun.xml.ws.security.impl with parameters of type WSEndpoint | |
|---|---|
String |
WebServiceContextSecurityDelegate.getEPRAddress(Packet arg0,
WSEndpoint arg1)
|
String |
WebServiceContextSecurityDelegate.getWSDLAddress(Packet arg0,
WSEndpoint arg1)
|
| Uses of WSEndpoint in com.sun.xml.ws.security.opt.impl.util |
|---|
| Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type WSEndpoint | |
|---|---|
boolean |
CertificateRetriever.checkforEPRIdentity(WSEndpoint wse,
QName eprQName)
|
Certificate |
CertificateRetriever.getServerKeyStore(WSEndpoint wse)
|
| Uses of WSEndpoint in com.sun.xml.ws.server |
|---|
| Subclasses of WSEndpoint in com.sun.xml.ws.server | |
|---|---|
class |
WSEndpointImpl<T>
WSEndpoint implementation. |
class |
WSEndpointMOMProxy
ManagedObjectManager proxy class for WSEndpointImpl instances that could be used when Gmbal API calls
need to be deferred. |
| Fields in com.sun.xml.ws.server declared as WSEndpoint | |
|---|---|
protected WSEndpoint |
AbstractMultiInstanceResolver.owner
|
| Methods in com.sun.xml.ws.server with parameters of type WSEndpoint | |
|---|---|
ManagedObjectManager |
MonitorBase.createManagedObjectManager(WSEndpoint endpoint)
Endpoint monitoring is ON by default. |
boolean |
WSEndpointMOMProxy.equalsProxiedInstance(WSEndpoint endpoint)
|
void |
InvokerTube.setEndpoint(WSEndpoint endpoint)
|
void |
EndpointAwareTube.setEndpoint(WSEndpoint<?> endpoint)
Setter for WSEndpoint holding this tube |
void |
AbstractMultiInstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
|
void |
SingletonResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
|
void |
StatefulInstanceResolver.start(WSWebServiceContext wsc,
WSEndpoint endpoint)
|
| Constructors in com.sun.xml.ws.server with parameters of type WSEndpoint | |
|---|---|
AbstractWebServiceContext(WSEndpoint endpoint)
|
|
ServerSchemaValidationTube(WSEndpoint endpoint,
WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort,
Tube next)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.server.provider |
|---|
| Constructors in com.sun.xml.ws.server.provider with parameters of type WSEndpoint | |
|---|---|
AsyncProviderInvokerTube.AsyncWebServiceContext(WSEndpoint endpoint,
Packet packet)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.transport.http |
|---|
| Methods in com.sun.xml.ws.transport.http with parameters of type WSEndpoint | |
|---|---|
A |
DeploymentDescriptorParser.AdapterFactory.createAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
|
T |
HttpAdapterList.createAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
|
static HttpAdapter |
HttpAdapter.createAlone(WSEndpoint endpoint)
Creates a lone HttpAdapter that does not know of any other
HttpAdapters. |
protected abstract T |
HttpAdapterList.createHttpAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
Implementations need to override this one to create a concrete class of HttpAdapter |
| Constructors in com.sun.xml.ws.transport.http with parameters of type WSEndpoint | |
|---|---|
HttpAdapter(WSEndpoint endpoint,
HttpAdapterList<? extends HttpAdapter> owner)
Deprecated. remove as soon as we can update the test util. |
|
HttpAdapter(WSEndpoint endpoint,
HttpAdapterList<? extends HttpAdapter> owner,
String urlPattern)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.transport.http.server |
|---|
| Methods in com.sun.xml.ws.transport.http.server with parameters of type WSEndpoint | |
|---|---|
protected ServerAdapter |
ServerAdapterList.createHttpAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
|
| Constructors in com.sun.xml.ws.transport.http.server with parameters of type WSEndpoint | |
|---|---|
EndpointImpl(WSEndpoint wse,
Object serverContext)
Deprecated. This is a backdoor method. Don't use it unless you know what you are doing. |
|
EndpointImpl(WSEndpoint wse,
Object serverContext,
EndpointContext ctxt)
Deprecated. This is a backdoor method. Don't use it unless you know what you are doing. |
|
EndpointImpl(WSEndpoint wse,
String address)
Deprecated. This is a backdoor method. Don't use it unless you know what you are doing. |
|
EndpointImpl(WSEndpoint wse,
String address,
EndpointContext ctxt)
Deprecated. This is a backdoor method. Don't use it unless you know what you are doing. |
|
ServerAdapter(String name,
String urlPattern,
WSEndpoint endpoint,
ServerAdapterList owner)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.transport.http.servlet |
|---|
| Methods in com.sun.xml.ws.transport.http.servlet with parameters of type WSEndpoint | |
|---|---|
protected ServletAdapter |
ServletAdapterList.createHttpAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
|
String |
ServletConnectionImpl.getEPRAddress(Packet p,
WSEndpoint endpoint)
|
String |
ServletConnectionImpl.getWSDLAddress(Packet request,
WSEndpoint endpoint)
|
| Constructors in com.sun.xml.ws.transport.http.servlet with parameters of type WSEndpoint | |
|---|---|
ServletAdapter(String name,
String urlPattern,
WSEndpoint endpoint,
ServletAdapterList owner)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.transport.tcp.server |
|---|
| Methods in com.sun.xml.ws.transport.tcp.server that return WSEndpoint | |
|---|---|
WSEndpoint<ServiceChannelWSImpl> |
WSTCPModule.createServiceChannelEndpoint()
|
| Methods in com.sun.xml.ws.transport.tcp.server with parameters of type WSEndpoint | |
|---|---|
TCPAdapter |
TCPAdapterList.createAdapter(String name,
String urlPattern,
WSEndpoint<?> endpoint)
|
String |
TCPConnectionImpl.getEPRAddress(Packet request,
WSEndpoint endpoint)
|
String |
TCPConnectionImpl.getWSDLAddress(Packet request,
WSEndpoint endpoint)
|
| Constructors in com.sun.xml.ws.transport.tcp.server with parameters of type WSEndpoint | |
|---|---|
TCPAdapter(String name,
String urlPattern,
WSEndpoint endpoint)
|
|
TCPServiceChannelWSAdapter(String name,
String urlPattern,
WSEndpoint endpoint,
WSTCPAdapterRegistry adapterRegistry)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.transport.tcp.server.glassfish |
|---|
| Constructors in com.sun.xml.ws.transport.tcp.server.glassfish with parameters of type WSEndpoint | |
|---|---|
TCP109Adapter(String name,
String urlPattern,
WSEndpoint endpoint,
ServletFakeArtifactSet servletFakeArtifactSet,
boolean isEJB)
|
|
| Uses of WSEndpoint in com.sun.xml.ws.transport.tcp.servicechannel |
|---|
| Methods in com.sun.xml.ws.transport.tcp.servicechannel that return WSEndpoint | |
|---|---|
static WSEndpoint<ServiceChannelWSImpl> |
ServiceChannelCreator.getServiceChannelEndpointInstance()
|
| Uses of WSEndpoint in com.sun.xml.wss |
|---|
| Methods in com.sun.xml.wss with parameters of type WSEndpoint | |
|---|---|
static void |
NonceManager.deleteInstance(WSEndpoint endpoint)
|
static NonceManager |
NonceManager.getInstance(long maxNonceAge,
WSEndpoint endpoint)
|
| Uses of WSEndpoint in com.sun.xml.wss.jaxws.impl |
|---|
| Methods in com.sun.xml.wss.jaxws.impl that return WSEndpoint | |
|---|---|
WSEndpoint |
ServerTubeConfiguration.getEndpoint()
Gets the WSEndpoint for which the pipeline is being created. |
| Constructors in com.sun.xml.wss.jaxws.impl with parameters of type WSEndpoint | |
|---|---|
ServerTubeConfiguration(PolicyMap policy,
WSDLPort wsdlModel,
WSEndpoint endpoint)
|
|
| Uses of WSEndpoint in com.sun.xml.wss.provider.wsit |
|---|
| Methods in com.sun.xml.wss.provider.wsit with parameters of type WSEndpoint | |
|---|---|
Pipe |
ServerPipeCreator.createSecurityPipe(PolicyMap map,
SEIModel sei,
WSDLPort port,
WSEndpoint owner,
Pipe tail)
|
WSEndpointReference.EPRExtension |
IdentityEPRExtnContributor.getEPRExtension(WSEndpoint wse,
WSEndpointReference.EPRExtension extension)
|
| Uses of WSEndpoint in com.sun.xml.xwss |
|---|
| Constructors in com.sun.xml.xwss with parameters of type WSEndpoint | |
|---|---|
XWSSServerTube(WSEndpoint epoint,
WSDLPort prt,
Tube nextTube)
Creates a new instance of XWSSServerPipe |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||