|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ISOAPPersonality produces values for things that the WSDL specification leaves up to the WSDL generator. Different WSDL implementations produce different values, but with the appropriate personality object it's possible to make GLUE generate WSDL that looks (somewhat) like another implementation.
These methods are all SOAP-specific, but in theory we could inherit from a more generic wsdl personality interface in a higher level electric.wsdl.personality package.
Note that ISOAPAction is now deprecated and the extension of ISOAPAction will be removed for the next major release.
Method Summary | |
java.lang.String |
getOperationNamespace(SOAPOperation operation)
Return the SOAP operation namespace associated with the specified operation. |
java.lang.String |
getSOAPAction(SOAPOperation operation)
Return the SOAP action associated with the specified operation. |
java.lang.String |
getSOAPResultName(java.lang.String name)
|
Method Detail |
public java.lang.String getSOAPAction(SOAPOperation operation)
getSOAPAction
in interface ISOAPAction
operation
- The SOAP operation.public java.lang.String getSOAPResultName(java.lang.String name)
name
-
public java.lang.String getOperationNamespace(SOAPOperation operation)
operation
- The SOAP operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |