|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ISOAPWriter
Method Summary | |
IReader |
getReader(SOAPMessage message)
Get the reader for the message. |
java.lang.String |
getRequestName()
|
IWriter |
getRequestWriter(SOAPMessage request)
|
java.lang.String |
getResponseName()
|
IWriter |
getResponseWriter(SOAPMessage response)
|
boolean |
isRPC()
|
java.rmi.RemoteException |
readException(SOAPMessage faultMessage,
SOAPOperation operation)
|
Type |
remapException(SOAPMessageDecl fault,
boolean forceExceptionInheritence)
|
SOAPOptimizations |
selectOptimizations(SOAPOptimizations optimizations)
|
void |
setDocument(SOAPMessage request,
SOAPOptimizations optimizations)
|
void |
setRequestName(java.lang.String requestName)
|
void |
setResponseName(java.lang.String responseName)
|
void |
writeException(SOAPMessage exceptionMessage,
java.lang.Throwable throwable)
|
void |
writeStyle(Element soapOperation)
Since WSDL is almost always the same for a SOAP Operation, that is handled at the base class level. |
Method Detail |
public SOAPOptimizations selectOptimizations(SOAPOptimizations optimizations)
optimizations
- public void setDocument(SOAPMessage request, SOAPOptimizations optimizations)
request
- optimizations
- public IReader getReader(SOAPMessage message)
message
- public IWriter getRequestWriter(SOAPMessage request)
request
- public IWriter getResponseWriter(SOAPMessage response)
response
- public Type remapException(SOAPMessageDecl fault, boolean forceExceptionInheritence) throws SchemaException
SchemaException
public java.rmi.RemoteException readException(SOAPMessage faultMessage, SOAPOperation operation)
faultMessage
- operation
- public void writeException(SOAPMessage exceptionMessage, java.lang.Throwable throwable) throws java.io.IOException
exceptionMessage
-
java.io.IOException
public void writeStyle(Element soapOperation)
soapOperation
- public java.lang.String getRequestName()
public void setRequestName(java.lang.String requestName)
requestName
- public java.lang.String getResponseName()
public void setResponseName(java.lang.String responseName)
responseName
- public boolean isRPC()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |