org.apache.axis2.jaxws.server.endpoint
Class EndpointImpl
java.lang.Object
javax.xml.ws.Endpoint
org.apache.axis2.jaxws.server.endpoint.EndpointImpl
public class EndpointImpl
- extends Endpoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointImpl
public EndpointImpl(java.lang.Object o)
EndpointImpl
public EndpointImpl(java.lang.Object o,
Binding bnd,
EndpointDescription ed)
getMetadata
public java.util.List<javax.xml.transform.Source> getMetadata()
- Specified by:
getMetadata
in class Endpoint
setMetadata
public void setMetadata(java.util.List<javax.xml.transform.Source> list)
- Specified by:
setMetadata
in class Endpoint
getProperties
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
- Specified by:
getProperties
in class Endpoint
setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
- Specified by:
setProperties
in class Endpoint
getBinding
public Binding getBinding()
- Specified by:
getBinding
in class Endpoint
getExecutor
public java.util.concurrent.Executor getExecutor()
- Specified by:
getExecutor
in class Endpoint
getImplementor
public java.lang.Object getImplementor()
- Specified by:
getImplementor
in class Endpoint
isPublished
public boolean isPublished()
- Specified by:
isPublished
in class Endpoint
publish
public void publish(java.lang.Object obj)
- Specified by:
publish
in class Endpoint
publish
public void publish(java.lang.String s)
- Specified by:
publish
in class Endpoint
setExecutor
public void setExecutor(java.util.concurrent.Executor executor)
- Specified by:
setExecutor
in class Endpoint
stop
public void stop()
- Specified by:
stop
in class Endpoint
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
- Specified by:
getEndpointReference
in class Endpoint
getEndpointReference
public EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
- Specified by:
getEndpointReference
in class Endpoint
Copyright © 2007 Apache Web Services Project. All Rights Reserved.