|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.ws.Endpoint
com.sun.xml.ws.transport.http.server.EndpointImpl
public class EndpointImpl
Implements Endpoint
.
WSEndpoint
, and then when publish(java.lang.String)
method
is called it will be created.
This object also allows accumulated information to be retrieved.
Field Summary |
---|
Fields inherited from class javax.xml.ws.Endpoint |
---|
WSDL_PORT, WSDL_SERVICE |
Constructor Summary | |
---|---|
EndpointImpl(BindingID bindingId,
java.lang.Class implClass,
javax.xml.ws.spi.Invoker invoker,
javax.xml.ws.WebServiceFeature... features)
|
|
EndpointImpl(BindingID bindingId,
java.lang.Object impl,
javax.xml.ws.WebServiceFeature... features)
|
|
EndpointImpl(WSEndpoint wse,
java.lang.Object serverContext)
Deprecated. This is a backdoor method. Don't use it unless you know what you are doing. |
|
EndpointImpl(WSEndpoint wse,
java.lang.Object serverContext,
javax.xml.ws.EndpointContext ctxt)
Deprecated. This is a backdoor method. Don't use it unless you know what you are doing. |
|
EndpointImpl(WSEndpoint wse,
java.lang.String address)
Deprecated. This is a backdoor method. Don't use it unless you know what you are doing. |
|
EndpointImpl(WSEndpoint wse,
java.lang.String address,
javax.xml.ws.EndpointContext ctxt)
Deprecated. This is a backdoor method. Don't use it unless you know what you are doing. |
Method Summary | ||
---|---|---|
javax.xml.ws.Binding |
getBinding()
|
|
|
getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
|
|
javax.xml.ws.EndpointReference |
getEndpointReference(org.w3c.dom.Element... referenceParameters)
|
|
java.util.concurrent.Executor |
getExecutor()
|
|
java.lang.Object |
getImplementor()
|
|
java.util.List<javax.xml.transform.Source> |
getMetadata()
|
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
|
|
boolean |
isPublished()
|
|
void |
publish(javax.xml.ws.spi.http.HttpContext serverContext)
|
|
void |
publish(java.lang.Object serverContext)
|
|
void |
publish(java.lang.String address)
|
|
void |
setEndpointContext(javax.xml.ws.EndpointContext ctxt)
|
|
void |
setExecutor(java.util.concurrent.Executor executor)
|
|
void |
setMetadata(java.util.List<javax.xml.transform.Source> metadata)
|
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> map)
|
|
void |
stop()
|
Methods inherited from class javax.xml.ws.Endpoint |
---|
create, create, create, create, publish, publish |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndpointImpl(@NotNull BindingID bindingId, @NotNull java.lang.Object impl, javax.xml.ws.WebServiceFeature... features)
public EndpointImpl(@NotNull BindingID bindingId, @NotNull java.lang.Class implClass, javax.xml.ws.spi.Invoker invoker, javax.xml.ws.WebServiceFeature... features)
public EndpointImpl(WSEndpoint wse, java.lang.Object serverContext)
WSEndpoint
into an EndpointImpl
,
and immediately publishes it with the given context.
wse
- created endpointserverContext
- supported http contextpublic EndpointImpl(WSEndpoint wse, java.lang.Object serverContext, javax.xml.ws.EndpointContext ctxt)
WSEndpoint
into an EndpointImpl
,
and immediately publishes it with the given context.
wse
- created endpointserverContext
- supported http contextctxt
- endpoint contextpublic EndpointImpl(WSEndpoint wse, java.lang.String address)
WSEndpoint
into an EndpointImpl
,
and immediately publishes it with the given context.
wse
- created endpointaddress
- endpoint addresspublic EndpointImpl(WSEndpoint wse, java.lang.String address, javax.xml.ws.EndpointContext ctxt)
WSEndpoint
into an EndpointImpl
,
and immediately publishes it with the given context.
wse
- created endpointaddress
- endpoint addressctxt
- endpoint contextMethod Detail |
---|
public javax.xml.ws.Binding getBinding()
getBinding
in class javax.xml.ws.Endpoint
public java.lang.Object getImplementor()
getImplementor
in class javax.xml.ws.Endpoint
public void publish(java.lang.String address)
publish
in class javax.xml.ws.Endpoint
public void publish(java.lang.Object serverContext)
publish
in class javax.xml.ws.Endpoint
public void publish(javax.xml.ws.spi.http.HttpContext serverContext)
publish
in class javax.xml.ws.Endpoint
public void stop()
stop
in class javax.xml.ws.Endpoint
public boolean isPublished()
isPublished
in class javax.xml.ws.Endpoint
public java.util.List<javax.xml.transform.Source> getMetadata()
getMetadata
in class javax.xml.ws.Endpoint
public void setMetadata(java.util.List<javax.xml.transform.Source> metadata)
setMetadata
in class javax.xml.ws.Endpoint
public java.util.concurrent.Executor getExecutor()
getExecutor
in class javax.xml.ws.Endpoint
public void setExecutor(java.util.concurrent.Executor executor)
setExecutor
in class javax.xml.ws.Endpoint
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
getProperties
in class javax.xml.ws.Endpoint
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> map)
setProperties
in class javax.xml.ws.Endpoint
public javax.xml.ws.EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
getEndpointReference
in class javax.xml.ws.Endpoint
public <T extends javax.xml.ws.EndpointReference> T getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
getEndpointReference
in class javax.xml.ws.Endpoint
public void setEndpointContext(javax.xml.ws.EndpointContext ctxt)
setEndpointContext
in class javax.xml.ws.Endpoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |