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 Endpoint


Field Summary
 
Fields inherited from class javax.xml.ws.Endpoint
WSDL_PORT, WSDL_SERVICE
 
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 javax.xml.ws.Endpoint
create, create, publish
 
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()
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.