Save This Page
Home » Open-JDK-6.b17-src » com.sun.xml.internal » ws » transport » http » server » [javadoc | source]
com.sun.xml.internal.ws.transport.http.server
public class: EndpointImpl [javadoc | source]
java.lang.Object
   javax.xml.ws.Endpoint
      com.sun.xml.internal.ws.transport.http.server.EndpointImpl
Implements Endpoint .

This class accumulates the information necessary to create WSEndpoint , and then when #publish method is called it will be created.

This object also allows accumulated information to be retrieved.

Fields inherited from javax.xml.ws.Endpoint:
WSDL_SERVICE,  WSDL_PORT
Constructor:
 public EndpointImpl(BindingID bindingId,
    Object impl) 
 public EndpointImpl(WSEndpoint wse,
    Object serverContext) 
    Wraps an already created WSEndpoint into an EndpointImpl , and immediately publishes it with the given context.
    Method from com.sun.xml.internal.ws.transport.http.server.EndpointImpl Summary:
    getBinding,   getEndpointReference,   getEndpointReference,   getExecutor,   getImplementor,   getMetadata,   getProperties,   isPublished,   publish,   publish,   setExecutor,   setMetadata,   setProperties,   stop
    Methods from javax.xml.ws.Endpoint:
    create,   create,   getBinding,   getEndpointReference,   getEndpointReference,   getExecutor,   getImplementor,   getMetadata,   getProperties,   isPublished,   publish,   publish,   publish,   setExecutor,   setMetadata,   setProperties,   stop
    Methods from java.lang.Object:
    clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
    Method from com.sun.xml.internal.ws.transport.http.server.EndpointImpl Detail:
     public Binding getBinding() 
     public EndpointReference getEndpointReference(Element referenceParameters) 
     public T getEndpointReference(Class<T> clazz,
        Element referenceParameters) 
     public Executor getExecutor() 
     public Object getImplementor() 
     public List<Source> getMetadata() 
     public Map<String, Object> getProperties() 
     public boolean isPublished() 
     public  void publish(String address) 
     public  void publish(Object serverContext) 
     public  void setExecutor(Executor executor) 
     public  void setMetadata(List<Source> metadata) 
     public  void setProperties(Map<String, Object> map) 
     public  void stop()