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