public class WSEndpointDescriptor extends Object
Constructor and Description |
---|
WSEndpointDescriptor(WebServiceEndpoint wsServiceDescriptor,
String contextRoot,
String urlPattern,
String requestURL) |
Modifier and Type | Method and Description |
---|---|
String |
getContextRoot() |
String |
getRequestURL() |
String |
getURI() |
String |
getUrlPattern() |
WebServiceEndpoint |
getWSServiceEndpoint() |
QName |
getWSServiceName() |
boolean |
isEJB() |
public WSEndpointDescriptor(WebServiceEndpoint wsServiceDescriptor, String contextRoot, String urlPattern, String requestURL)
public QName getWSServiceName()
public String getURI()
public String getContextRoot()
public String getRequestURL()
public String getUrlPattern()
public WebServiceEndpoint getWSServiceEndpoint()
public boolean isEJB()
Copyright © 2021. All rights reserved.