|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.actions.soap.WebServiceUtils
public class WebServiceUtils
Holds reusable utilities and constants needed by SOAP services.
| Field Summary | |
|---|---|
static java.lang.String |
JBOSSWS_ENDPOINT
|
| Constructor Summary | |
|---|---|
WebServiceUtils()
|
|
| Method Summary | |
|---|---|
static org.jboss.wsf.spi.deployment.Endpoint |
getDeploymentEndpoint(java.lang.String endpointName)
Get the Service Endpoint based on the endpoint's deployment name. |
static org.jboss.wsf.spi.deployment.Endpoint |
getServiceEndpoint(java.lang.String endpointName)
Get the Service Endpoint based on the endpoint's short name. |
static java.lang.String |
getWsdlLocation(org.jboss.wsf.spi.deployment.Endpoint endpoint)
Get the internal File system location of the WSDL for a given endpoint. |
static javax.wsdl.Definition |
readWSDL(java.net.URL wsdlURL)
Parse and create wsdl4j Definition from a given WSDL URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String JBOSSWS_ENDPOINT
| Constructor Detail |
|---|
public WebServiceUtils()
| Method Detail |
|---|
public static org.jboss.wsf.spi.deployment.Endpoint getServiceEndpoint(java.lang.String endpointName)
endpointName - Service Endpoint name.
public static org.jboss.wsf.spi.deployment.Endpoint getDeploymentEndpoint(java.lang.String endpointName)
endpointName - The deployment name.
public static java.lang.String getWsdlLocation(org.jboss.wsf.spi.deployment.Endpoint endpoint)
endpoint - Service Endpoint.
public static javax.wsdl.Definition readWSDL(java.net.URL wsdlURL)
throws javax.wsdl.WSDLException
wsdlURL - The URL to WSDL.
javax.wsdl.WSDLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||