Class WsdlDefinition
java.lang.Object
com.aquima.interactions.communication.impl.WsdlDefinition
- All Implemented Interfaces:
IWsdlDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
This method returns the binary content of the wsdl.This method returns the include definitions of the wsdl.getName()
This method returns the name of the wsdl.This method returns the target namespace of the wsdl.protected void
initialize
(ISoapContract contract)
-
Constructor Details
-
WsdlDefinition
- Throws:
InitializationException
-
-
Method Details
-
getName
Description copied from interface:IWsdlDefinition
This method returns the name of the wsdl.- Specified by:
getName
in interfaceIWsdlDefinition
- Returns:
- The name of the wsdl, may not be null.
-
getTargetNamespace
Description copied from interface:IWsdlDefinition
This method returns the target namespace of the wsdl.- Specified by:
getTargetNamespace
in interfaceIWsdlDefinition
- Returns:
- The target namespace of the wsdl, may be null.
-
getIncludes
Description copied from interface:IWsdlDefinition
This method returns the include definitions of the wsdl.- Specified by:
getIncludes
in interfaceIWsdlDefinition
- Returns:
- The include definitions of the wsdl, may not be null.
-
getContent
public byte[] getContent()Description copied from interface:IWsdlDefinition
This method returns the binary content of the wsdl.- Specified by:
getContent
in interfaceIWsdlDefinition
- Returns:
- The binary content of the wsdl, may not be null.
-
initialize
-