|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.components.flow.ws.EndpointDefinition
Represents a service endpoint in a WSDL document.
Constructor Summary | |
EndpointDefinition(String wsdlURL,
String serviceName,
String portName)
Creates a new EndpointDefinition. |
Method Summary | |
String |
getNamespaceURI()
Returns the target namespace of the WSDL document in which this endpoint is defined. |
String |
getPortName()
Returns the name of the port that concretely defines the endpoint. |
String |
getServiceName()
Returns the name of the service that this endpoint belongs to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EndpointDefinition(String wsdlURL, String serviceName, String portName) throws javax.wsdl.WSDLException, InvalidServiceException
wsdlURL
- serviceName
- portName
-
javax.wsdl.WSDLException
InvalidServiceException
Method Detail |
public String getNamespaceURI()
public String getServiceName()
public String getPortName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |