public interface EndpointDescriptionWSDL
Modifier and Type | Field and Description |
---|---|
static String |
HTTP_WSDL_BINDING |
static QName |
SOAP_11_ADDRESS_ELEMENT
QNames for the SOAP address extensiblity element under the WSDL Port element
|
static QName |
SOAP_12_ADDRESS_ELEMENT |
static String |
SOAP11_WSDL_BINDING
Strings representing the SOAP Binding.
|
static String |
SOAP12_WSDL_BINDING |
Modifier and Type | Method and Description |
---|---|
javax.wsdl.Binding |
getWSDLBinding() |
String |
getWSDLBindingType()
Returns the namespace for the specific wsdl:binding extensibility element.
|
javax.wsdl.Definition |
getWSDLDefinition() |
javax.wsdl.Port |
getWSDLPort() |
javax.wsdl.Service |
getWSDLService() |
String |
getWSDLSOAPAddress() |
boolean |
isWSDLFullySpecified()
Is the WSDL definition fully specified for the endpoint (WSDL 1.1 port) represented by this
EndpointDescription.
|
static final String SOAP11_WSDL_BINDING
static final String SOAP12_WSDL_BINDING
static final String HTTP_WSDL_BINDING
static final QName SOAP_11_ADDRESS_ELEMENT
static final QName SOAP_12_ADDRESS_ELEMENT
javax.wsdl.Definition getWSDLDefinition()
javax.wsdl.Service getWSDLService()
javax.wsdl.Port getWSDLPort()
javax.wsdl.Binding getWSDLBinding()
String getWSDLBindingType()
String getWSDLSOAPAddress()
boolean isWSDLFullySpecified()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.