public class WSDLEndpoint extends Extendable
Constructor and Description |
---|
WSDLEndpoint(WSDLService wsdlService,
QName name) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
QName |
getBinding() |
WSDLInterface |
getInterface()
Get the WSDLInteraface associated to this endpoint
|
QName |
getName() |
WSDLService |
getWsdlService() |
void |
setAddress(String address) |
void |
setBinding(QName binding) |
addExtensibilityElement, addFeature, addNotUnderstoodExtElement, addProperty, getAllExtensibilityElements, getExtensibilityElements, getFeature, getFeatures, getNotUnderstoodExtElements, getProperties, getProperty, setNotUnderstoodExtElements
public WSDLEndpoint(WSDLService wsdlService, QName name)
public WSDLService getWsdlService()
public WSDLInterface getInterface()
public QName getName()
public QName getBinding()
public void setBinding(QName binding)
public String getAddress()
public void setAddress(String address)
Copyright © 2018 JBoss by Red Hat. All rights reserved.