com.sun.xml.ws.transport.tcp.server.glassfish
Class WSEndpointDescriptor

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.server.glassfish.WSEndpointDescriptor

public class WSEndpointDescriptor
extends Object

Author:
Alexey Stashok

Constructor Summary
WSEndpointDescriptor(com.sun.enterprise.deployment.WebServiceEndpoint wsServiceDescriptor, String contextRoot, String urlPattern, String requestURL)
           
 
Method Summary
 String getContextRoot()
           
 String getRequestURL()
           
 String getURI()
           
 String getUrlPattern()
           
 com.sun.enterprise.deployment.WebServiceEndpoint getWSServiceEndpoint()
           
 QName getWSServiceName()
           
 boolean isEJB()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSEndpointDescriptor

public WSEndpointDescriptor(com.sun.enterprise.deployment.WebServiceEndpoint wsServiceDescriptor,
                            String contextRoot,
                            String urlPattern,
                            String requestURL)
Method Detail

getWSServiceName

public QName getWSServiceName()

getURI

public String getURI()

getContextRoot

public String getContextRoot()

getRequestURL

public String getRequestURL()

getUrlPattern

public String getUrlPattern()

getWSServiceEndpoint

public com.sun.enterprise.deployment.WebServiceEndpoint getWSServiceEndpoint()

isEJB

public boolean isEJB()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.