|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Handler
as a replacement.
This interface represents a header processor deployment part.
Field Summary |
Fields inherited from interface org.systinet.wasp.dd.OrderedPart |
ALL_PARTS |
Method Summary | |
Header |
addHeader()
Deprecated. Creates a new header and adds it to the list of headers this instance represents. |
Schema |
addSchema(java.lang.String namespaceURI,
java.lang.String location)
Deprecated. Creates and ddds a new Schema object. |
void |
addUnderstoodHeader(QName headerName)
Deprecated. Adds a header QName which this header processor can process. |
java.util.List |
getHeaders()
Deprecated. Retrives list of headers this instance represents. |
java.util.List |
getSchemas()
Deprecated. Retrives list of schemas of this instance. |
java.util.Set |
getUnderstoodHeaders()
Deprecated. Returns the set of headers which this header processor can process. |
boolean |
isNeedsBody()
Deprecated. Returns true if the body is needed for this header processor. |
boolean |
isProcessingInFaultMessages()
Deprecated. Returns true if the header processor is processing input fault messages. |
boolean |
isProcessingInMessages()
Deprecated. Returns true if the header processor is processing input messages. |
boolean |
isProcessingOutFaultMessages()
Deprecated. Returns true if the header processor is processing output fault messages. |
boolean |
isProcessingOutMessages()
Deprecated. Returns true if the header processor is processing output messages. |
void |
setNeedsBody(boolean soapBodyNeeded)
Deprecated. Sets if the body is needed for this header processor. |
void |
setProcessingInFaultMessages(boolean processingInFaultMessages)
Deprecated. Sets if the header processor is processing input fault messages. |
void |
setProcessingInMessages(boolean processingInMessages)
Deprecated. Sets if the header processor is processing input messages. |
void |
setProcessingOutFaultMessages(boolean processingOutFaultMessages)
Deprecated. Sets if the header processor is processing output fault messages. |
void |
setProcessingOutMessages(boolean processingOutMessages)
Deprecated. Sets if the header processor is processing output messages. |
Methods inherited from interface org.systinet.wasp.dd.NamedPart |
getName, setName |
Methods inherited from interface org.systinet.wasp.dd.DeploymentPart |
getDeploymentDescriptor |
Methods inherited from interface org.systinet.wasp.dd.ImplementablePart |
getImplementationClass, setImplementationClass |
Methods inherited from interface org.systinet.wasp.dd.ConfigurablePart |
getConfiguration |
Methods inherited from interface org.systinet.wasp.dd.ExtensiblePart |
addElement, getElements |
Methods inherited from interface org.systinet.wasp.dd.OrderedPart |
getFollowingParts, getPrecedingParts, setFollowingParts, setPrecedingParts |
Methods inherited from interface org.systinet.wasp.dd.DocumentablePart |
getDocumentation, setDocumentation |
Method Detail |
public void addUnderstoodHeader(QName headerName)
QName
which this header processor can process.
headerName
- header which this header processor can processpublic java.util.Set getUnderstoodHeaders()
public boolean isNeedsBody()
true
if the body is needed for this header processor.
true
if the body is needed for this header processorpublic void setNeedsBody(boolean soapBodyNeeded)
soapBodyNeeded
- true
if the body is needed for this
header processorpublic boolean isProcessingInMessages()
true
if the header processor is processing input messages.
true
if the header processor is processing input messagespublic void setProcessingInMessages(boolean processingInMessages)
processingInMessages
- true
if the header processor
processes input messages, false
if it does not process input
messagespublic boolean isProcessingOutMessages()
true
if the header processor is processing output messages.
true
if the header processor is processing output messagespublic void setProcessingOutMessages(boolean processingOutMessages)
processingOutMessages
- true
if the header processor
processes output messages, false
if it does not process output
messagespublic boolean isProcessingInFaultMessages()
true
if the header processor is processing input fault messages.
true
if the header processor is processing
input fault messagespublic void setProcessingInFaultMessages(boolean processingInFaultMessages)
processingInFaultMessages
- true
if the header processor
processes input fault messages, false
if it does not process input
fault messagespublic boolean isProcessingOutFaultMessages()
true
if the header processor is processing output fault messages.
true
if the header processor is processing output fault messagespublic void setProcessingOutFaultMessages(boolean processingOutFaultMessages)
processingOutFaultMessages
- true
if the header processor
processes output fault messages, false
if it does not process output
fault messagespublic Header addHeader()
public java.util.List getHeaders()
public Schema addSchema(java.lang.String namespaceURI, java.lang.String location)
Schema
object.
namespaceURI
- namespacelocation
- the location of schema document
Schema
objectSchema.setSchemaLocation(java.lang.String)
,
Schema.setNamespaceURI(java.lang.String)
public java.util.List getSchemas()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |