org.codehaus.xfire.jaxws
Class Endpoint
java.lang.Object
javax.xml.ws.Endpoint
org.codehaus.xfire.jaxws.Endpoint
public class Endpoint
- extends javax.xml.ws.Endpoint
Fields inherited from class javax.xml.ws.Endpoint |
WSDL_PORT, WSDL_SERVICE |
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 |
Endpoint
public Endpoint(String bindingId,
Object implementor)
getBinding
public javax.xml.ws.Binding getBinding()
- Specified by:
getBinding
in class javax.xml.ws.Endpoint
getImplementor
public Object getImplementor()
- Specified by:
getImplementor
in class javax.xml.ws.Endpoint
publish
public void publish(String address)
- Specified by:
publish
in class javax.xml.ws.Endpoint
publish
public void publish(Object context)
- Specified by:
publish
in class javax.xml.ws.Endpoint
stop
public void stop()
- Specified by:
stop
in class javax.xml.ws.Endpoint
isPublished
public boolean isPublished()
- Specified by:
isPublished
in class javax.xml.ws.Endpoint
getMetadata
public List<Source> getMetadata()
- Specified by:
getMetadata
in class javax.xml.ws.Endpoint
setMetadata
public void setMetadata(List<Source> metadata)
- Specified by:
setMetadata
in class javax.xml.ws.Endpoint
getExecutor
public Executor getExecutor()
- Specified by:
getExecutor
in class javax.xml.ws.Endpoint
setExecutor
public void setExecutor(Executor executor)
- Specified by:
setExecutor
in class javax.xml.ws.Endpoint
getProperties
public Map<String,Object> getProperties()
- Specified by:
getProperties
in class javax.xml.ws.Endpoint
setProperties
public void setProperties(Map<String,Object> properties)
- Specified by:
setProperties
in class javax.xml.ws.Endpoint
getEndpointReference
public javax.xml.ws.EndpointReference getEndpointReference(Element... referenceParameters)
- Specified by:
getEndpointReference
in class javax.xml.ws.Endpoint
getEndpointReference
public <T extends javax.xml.ws.EndpointReference> T getEndpointReference(Class<T> clazz,
Element... referenceParameters)
- Specified by:
getEndpointReference
in class javax.xml.ws.Endpoint
Copyright © 2004-2013. All Rights Reserved.