public class EndpointImpl extends javax.xml.ws.Endpoint
WSDL_PORT, WSDL_SERVICE| Constructor and Description |
|---|
EndpointImpl(Object o) |
EndpointImpl(Object o,
javax.xml.ws.Binding bnd,
org.apache.axis2.jaxws.description.EndpointDescription ed) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.ws.Binding |
getBinding() |
<T extends javax.xml.ws.EndpointReference> |
getEndpointReference(Class<T> clazz,
Element... referenceParameters) |
javax.xml.ws.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(javax.xml.ws.EndpointContext ctxt) |
void |
setExecutor(Executor executor) |
void |
setMetadata(List<Source> list) |
void |
setProperties(Map<String,Object> properties) |
void |
stop() |
create, create, create, create, publish, publish, publishpublic EndpointImpl(Object o)
public EndpointImpl(Object o, javax.xml.ws.Binding bnd, org.apache.axis2.jaxws.description.EndpointDescription ed)
public List<Source> getMetadata()
getMetadata in class javax.xml.ws.Endpointpublic void setMetadata(List<Source> list)
setMetadata in class javax.xml.ws.Endpointpublic Map<String,Object> getProperties()
getProperties in class javax.xml.ws.Endpointpublic void setProperties(Map<String,Object> properties)
setProperties in class javax.xml.ws.Endpointpublic javax.xml.ws.Binding getBinding()
getBinding in class javax.xml.ws.Endpointpublic Executor getExecutor()
getExecutor in class javax.xml.ws.Endpointpublic Object getImplementor()
getImplementor in class javax.xml.ws.Endpointpublic void setEndpointContext(javax.xml.ws.EndpointContext ctxt)
setEndpointContext in class javax.xml.ws.Endpointpublic boolean isPublished()
isPublished in class javax.xml.ws.Endpointpublic void publish(Object obj)
publish in class javax.xml.ws.Endpointpublic void publish(String s)
publish in class javax.xml.ws.Endpointpublic void setExecutor(Executor executor)
setExecutor in class javax.xml.ws.Endpointpublic void stop()
stop in class javax.xml.ws.Endpointpublic <T extends javax.xml.ws.EndpointReference> T getEndpointReference(Class<T> clazz, Element... referenceParameters)
getEndpointReference in class javax.xml.ws.Endpointpublic javax.xml.ws.EndpointReference getEndpointReference(Element... referenceParameters)
getEndpointReference in class javax.xml.ws.EndpointCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.