public abstract class WSDLPort
extends java.lang.Object
| Constructor and Description |
|---|
WSDLPort() |
WSDLPort(java.lang.String name) |
WSDLPort(java.lang.String name,
QName bindingName) |
| Modifier and Type | Method and Description |
|---|---|
WSDLBinding |
getBinding() |
QName |
getBindingName() |
java.lang.String |
getName() |
java.lang.String |
getNamespace()
Returns the namespace within which this port resides.
|
DataStructure |
getOperations() |
WSDLPortType |
getPortType() |
WSDLService |
getService() |
WSDL |
getWsdl() |
abstract void |
serializePortExtension(XmlSerializer serializer) |
void |
setBindingName(QName bindingName) |
void |
setName(java.lang.String name) |
public WSDLPort()
public WSDLPort(java.lang.String name)
name - public WSDLPort(java.lang.String name,
QName bindingName)
name - bindingName - the fully qualified name of the binding to which this port referspublic abstract void serializePortExtension(XmlSerializer serializer) throws java.io.IOException
java.io.IOExceptionpublic DataStructure getOperations()
public WSDLPortType getPortType()
public WSDLBinding getBinding()
public WSDL getWsdl()
public java.lang.String getNamespace()
null otherwise.null if service not setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic QName getBindingName()
public void setBindingName(QName bindingName)
bindingName - the bindingName to setpublic WSDLService getService()