public class Definitions extends WsdlBase
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_TRANSPORT
Transport specification for SOAP over HTTP.
|
static String |
STYLE_DOCUMENT
Supported style value.
|
SOAP_NAMESPACE_URI, WSDL_NAMESPACE_URI| Constructor and Description |
|---|
Definitions(String tname,
String bname,
String sname,
String pname,
String wpfx,
String wuri)
Standard constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(Message msg)
Add message definition.
|
void |
addNamespace(String uri)
Add namespace to set declared in WSDL.
|
void |
addOperation(Operation op)
Add operation definition.
|
String |
getBindingName()
Get binding name.
|
QName |
getBindingQName()
Get binding qualified name
|
ArrayList |
getMessages()
Get messages.
|
ArrayList |
getOperations()
Get operations.
|
String |
getPortName()
Get port name.
|
List |
getPortTypeDocumentation()
Get portType documentation.
|
String |
getPortTypeName()
Get port type name.
|
QName |
getPortTypeQName()
Get port type qualified name
|
ArrayList |
getSchemas()
Get schema definition holders.
|
String |
getServiceLocation()
Get service location.
|
String |
getServiceName()
Get service name.
|
String |
getWsdlNamespace()
Get WSDL target namespace URI.
|
String |
getWsdlPrefix()
Get WSDL target namespace prefix.
|
void |
setPortTypeDocumentation(List nodes)
Set portType documentation.
|
void |
setServiceLocation(String sloc)
Set service location.
|
addNamespaceDeclaration, clearNamespaceDeclarations, getDocumentation, getExtension, getNamespaceDeclarations, preget, preset, prevalidate, readNamespaces, setDocumentation, setExtension, validate, validateAttributes, writeNamespacespublic static final String HTTP_TRANSPORT
public static final String STYLE_DOCUMENT
public void setServiceLocation(String sloc)
sloc - service location URL stringpublic void addMessage(Message msg)
msg - message definitionpublic void addOperation(Operation op)
op - operation definitionpublic String getPortTypeName()
public QName getPortTypeQName()
public String getBindingName()
public QName getBindingQName()
public String getServiceName()
public String getPortName()
public String getWsdlPrefix()
public String getWsdlNamespace()
public ArrayList getSchemas()
public String getServiceLocation()
public List getPortTypeDocumentation()
public void setPortTypeDocumentation(List nodes)
nodes - list of nodespublic ArrayList getMessages()
public ArrayList getOperations()
public void addNamespace(String uri)
uri - Copyright © 2005-2014 jibx.org. All Rights Reserved.