Class EndpointImpl
- java.lang.Object
-
- javax.xml.ws.Endpoint
-
- org.apache.axis2.jaxws.server.endpoint.EndpointImpl
-
public class EndpointImpl extends Endpoint
-
-
Field Summary
-
Fields inherited from class javax.xml.ws.Endpoint
WSDL_PORT, WSDL_SERVICE
-
-
Constructor Summary
Constructors Constructor Description EndpointImpl(Object o)
EndpointImpl(Object o, Binding bnd, EndpointDescription ed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Binding
getBinding()
<T extends EndpointReference>
TgetEndpointReference(Class<T> clazz, Element... referenceParameters)
EndpointReference
getEndpointReference(Element... referenceParameters)
Executor
getExecutor()
Object
getImplementor()
List<Source>
getMetadata()
Map<String,Object>
getProperties()
boolean
isPublished()
void
publish(Object obj)
void
publish(String s)
void
setEndpointContext(EndpointContext ctxt)
void
setExecutor(Executor executor)
void
setMetadata(List<Source> list)
void
setProperties(Map<String,Object> properties)
void
stop()
-
-
-
Constructor Detail
-
EndpointImpl
public EndpointImpl(Object o)
-
EndpointImpl
public EndpointImpl(Object o, Binding bnd, EndpointDescription ed)
-
-
Method Detail
-
getMetadata
public List<Source> getMetadata()
- Specified by:
getMetadata
in classEndpoint
-
setMetadata
public void setMetadata(List<Source> list)
- Specified by:
setMetadata
in classEndpoint
-
getProperties
public Map<String,Object> getProperties()
- Specified by:
getProperties
in classEndpoint
-
setProperties
public void setProperties(Map<String,Object> properties)
- Specified by:
setProperties
in classEndpoint
-
getBinding
public Binding getBinding()
- Specified by:
getBinding
in classEndpoint
-
getExecutor
public Executor getExecutor()
- Specified by:
getExecutor
in classEndpoint
-
getImplementor
public Object getImplementor()
- Specified by:
getImplementor
in classEndpoint
-
setEndpointContext
public void setEndpointContext(EndpointContext ctxt)
- Overrides:
setEndpointContext
in classEndpoint
-
isPublished
public boolean isPublished()
- Specified by:
isPublished
in classEndpoint
-
setExecutor
public void setExecutor(Executor executor)
- Specified by:
setExecutor
in classEndpoint
-
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(Class<T> clazz, Element... referenceParameters)
- Specified by:
getEndpointReference
in classEndpoint
-
getEndpointReference
public EndpointReference getEndpointReference(Element... referenceParameters)
- Specified by:
getEndpointReference
in classEndpoint
-
-