|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.deployment.impl.SOAPContextImpl
Contains an implementation of the SOAPContext interface.
| Constructor Summary | |
SOAPContextImpl(EnvelopeDocument envelopeDocument)
|
|
SOAPContextImpl(SOAPMessage soapMessage)
|
|
| Method Summary | |
boolean |
encapsulatesEnvelopeDocument()
Check to see if the SOAPContext encapsulates an EnvelopeDocument. |
boolean |
encapsulatesSOAPMessage()
Check to see if the SOAPContext encapsulates a SOAPMessage. |
EnvelopeDocument |
getEnvelopeDocument()
Retrieve the envelope document. |
Object |
getProperty(String propertyName)
Retrieves the value associated with the specified propertyName. |
SOAPMessage |
getSOAPMessage()
Get the underlying SOAP message. |
boolean |
hasProperty(String propertyName)
Check to see if there is a property corresponding to the specified property name. |
Enumeration |
propertyNames()
Returns an enumeration of the properties encapsulated within the SOAPContext. |
void |
removeProperty(String propertyName)
Removes the propertyName-Value combination associated with the specified propety name. |
void |
setEnvelopeDocument(EnvelopeDocument envelopeDocument)
Set the envelope document. |
void |
setProperty(String propertyName,
Object value)
Adds/Replaces a property with specified value. |
void |
setSOAPMessage(SOAPMessage soapMessage)
Set the soap message for the context. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SOAPContextImpl(SOAPMessage soapMessage)
public SOAPContextImpl(EnvelopeDocument envelopeDocument)
| Method Detail |
public SOAPMessage getSOAPMessage()
getSOAPMessage in interface SOAPContextpublic void setSOAPMessage(SOAPMessage soapMessage)
setSOAPMessage in interface SOAPContextpublic EnvelopeDocument getEnvelopeDocument()
getEnvelopeDocument in interface SOAPContextpublic void setEnvelopeDocument(EnvelopeDocument envelopeDocument)
setEnvelopeDocument in interface SOAPContextpublic boolean encapsulatesSOAPMessage()
encapsulatesSOAPMessage in interface SOAPContextpublic boolean encapsulatesEnvelopeDocument()
encapsulatesEnvelopeDocument in interface SOAPContextpublic Object getProperty(String propertyName)
getProperty in interface SOAPContextpublic boolean hasProperty(String propertyName)
hasProperty in interface SOAPContextpublic void removeProperty(String propertyName)
removeProperty in interface SOAPContext
public void setProperty(String propertyName,
Object value)
setProperty in interface SOAPContextpublic Enumeration propertyNames()
propertyNames in interface SOAPContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||