|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WSDLFactory
Factory for the WSDL model.
| Method Summary | |
|---|---|
WSDLDefinition |
createWSDLDefinition()
Creates a new WSDL definition. |
WSDLInterface |
createWSDLInterface()
Creates a new WSDL interface. |
WSDLInterface |
createWSDLInterface(PortType portType,
WSDLDefinition wsdlDefinition,
ModelResolver resolver)
Creates a new WSDL interface from a WSDL portType. |
void |
createWSDLInterface(WSDLInterface wsdlInterface,
PortType portType,
WSDLDefinition wsdlDefinition,
ModelResolver resolver)
Creates the contents of a WSDL interface from a WSDL portType. |
WSDLInterfaceContract |
createWSDLInterfaceContract()
Creates a new WSDL interface contract. |
| Method Detail |
|---|
WSDLInterface createWSDLInterface()
WSDLInterface createWSDLInterface(PortType portType,
WSDLDefinition wsdlDefinition,
ModelResolver resolver)
throws InvalidInterfaceException
portType - the portType to inspect
InvalidInterfaceException
void createWSDLInterface(WSDLInterface wsdlInterface,
PortType portType,
WSDLDefinition wsdlDefinition,
ModelResolver resolver)
throws InvalidInterfaceException
portType - the portType to inspect
InvalidInterfaceExceptionWSDLDefinition createWSDLDefinition()
WSDLInterfaceContract createWSDLInterfaceContract()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||