|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.narada.wsinfra.deployment.impl.SOAPContextImpl
public class 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 SOAPContext
public void setSOAPMessage(SOAPMessage soapMessage)
setSOAPMessage
in interface SOAPContext
public EnvelopeDocument getEnvelopeDocument()
getEnvelopeDocument
in interface SOAPContext
public void setEnvelopeDocument(EnvelopeDocument envelopeDocument)
setEnvelopeDocument
in interface SOAPContext
public boolean encapsulatesSOAPMessage()
encapsulatesSOAPMessage
in interface SOAPContext
public boolean encapsulatesEnvelopeDocument()
encapsulatesEnvelopeDocument
in interface SOAPContext
public Object getProperty(String propertyName)
getProperty
in interface SOAPContext
public boolean hasProperty(String propertyName)
hasProperty
in interface SOAPContext
public void removeProperty(String propertyName)
removeProperty
in interface SOAPContext
public void setProperty(String propertyName, Object value)
setProperty
in interface SOAPContext
public Enumeration propertyNames()
propertyNames
in interface SOAPContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |