org.apache.axis2.jaxws.server.endpoint
Class EndpointImpl

java.lang.Object
  extended by javax.xml.ws.Endpoint
      extended by org.apache.axis2.jaxws.server.endpoint.EndpointImpl

public class EndpointImpl
extends javax.xml.ws.Endpoint


Constructor Summary
EndpointImpl(java.lang.Object o)
           
EndpointImpl(java.lang.Object o, Binding bnd, EndpointDescription ed)
           
 
Method Summary
 Binding getBinding()
           
<T extends EndpointReference>
T
getEndpointReference(java.lang.Class<T> clazz, org.w3c.dom.Element... referenceParameters)
           
 EndpointReference getEndpointReference(org.w3c.dom.Element... referenceParameters)
           
 java.util.concurrent.Executor getExecutor()
           
 java.lang.Object getImplementor()
           
 java.util.List<javax.xml.transform.Source> getMetadata()
           
 java.util.Map<java.lang.String,java.lang.Object> getProperties()
           
 boolean isPublished()
           
 void publish(java.lang.Object obj)
           
 void publish(java.lang.String s)
           
 void setExecutor(java.util.concurrent.Executor executor)
           
 void setMetadata(java.util.List<javax.xml.transform.Source> list)
           
 void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointImpl

public EndpointImpl(java.lang.Object o)

EndpointImpl

public EndpointImpl(java.lang.Object o,
                    Binding bnd,
                    EndpointDescription ed)
Method Detail

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.