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 javax.xml.ws.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()
setMetadata
public void setMetadata(java.util.List<javax.xml.transform.Source> list)
getProperties
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
getBinding
public Binding getBinding()
getExecutor
public java.util.concurrent.Executor getExecutor()
getImplementor
public java.lang.Object getImplementor()
isPublished
public boolean isPublished()
publish
public void publish(java.lang.Object obj)
publish
public void publish(java.lang.String s)
setExecutor
public void setExecutor(java.util.concurrent.Executor executor)
stop
public void stop()
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(java.lang.Class<T> clazz,
org.w3c.dom.Element... referenceParameters)
getEndpointReference
public EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.