public class WSDLService extends Extendable
Constructor and Description |
---|
WSDLService(WSDLDefinitions wsdlDefinitions,
QName name) |
Modifier and Type | Method and Description |
---|---|
void |
addEndpoint(WSDLEndpoint endpoint) |
WSDLEndpoint |
getEndpoint(QName portName)
Get an endpoint for the given name
|
WSDLEndpoint[] |
getEndpoints() |
QName |
getInterfaceName() |
QName |
getName() |
WSDLDefinitions |
getWsdlDefinitions() |
void |
setInterfaceName(QName interfaceName) |
addExtensibilityElement, addFeature, addNotUnderstoodExtElement, addProperty, getAllExtensibilityElements, getExtensibilityElements, getFeature, getFeatures, getNotUnderstoodExtElements, getProperties, getProperty, setNotUnderstoodExtElements
public WSDLService(WSDLDefinitions wsdlDefinitions, QName name)
public WSDLDefinitions getWsdlDefinitions()
public QName getName()
public QName getInterfaceName()
public void setInterfaceName(QName interfaceName)
public WSDLEndpoint[] getEndpoints()
public void addEndpoint(WSDLEndpoint endpoint)
public WSDLEndpoint getEndpoint(QName portName)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.