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(Object o)
           
EndpointImpl(Object o, Binding bnd, EndpointDescription ed)
           
 
Method Summary
 Binding getBinding()
           
<T extends EndpointReference>
T
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()
           
 
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(Object o)

EndpointImpl

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

getMetadata

public List<Source> getMetadata()
Specified by:
getMetadata in class Endpoint

setMetadata

public void setMetadata(List<Source> list)
Specified by:
setMetadata in class Endpoint

getProperties

public Map<String,Object> getProperties()
Specified by:
getProperties in class Endpoint

setProperties

public void setProperties(Map<String,Object> properties)
Specified by:
setProperties in class Endpoint

getBinding

public Binding getBinding()
Specified by:
getBinding in class Endpoint

getExecutor

public Executor getExecutor()
Specified by:
getExecutor in class Endpoint

getImplementor

public Object getImplementor()
Specified by:
getImplementor in class Endpoint

setEndpointContext

public void setEndpointContext(EndpointContext ctxt)

isPublished

public boolean isPublished()
Specified by:
isPublished in class Endpoint

publish

public void publish(Object obj)
Specified by:
publish in class Endpoint

publish

public void publish(String s)
Specified by:
publish in class Endpoint

setExecutor

public void setExecutor(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(Class<T> clazz,
                                                            Element... referenceParameters)
Specified by:
getEndpointReference in class Endpoint

getEndpointReference

public EndpointReference getEndpointReference(Element... referenceParameters)
Specified by:
getEndpointReference in class Endpoint


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.