|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.policy.model.MTOMAssertion
public abstract class MTOMAssertion
This abstract class specifies the common features of a MTOM assertion.
| Field Summary | |
|---|---|
protected boolean |
optional
Specifies if the MTOM assertion is optional. |
| Constructor Summary | |
|---|---|
MTOMAssertion()
|
|
| Method Summary | |
|---|---|
boolean |
isOptional()
Checks if the MTOM assertion is optional. |
void |
setOptional(boolean isOptional)
Sets the optional parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.neethi.Assertion |
|---|
getName, normalize, serialize |
| Methods inherited from interface org.apache.neethi.PolicyComponent |
|---|
equal, getType |
| Field Detail |
|---|
protected boolean optional
| Constructor Detail |
|---|
public MTOMAssertion()
| Method Detail |
|---|
public boolean isOptional()
isOptional in interface org.apache.neethi.Assertiontrue if the MTOM assertion is optional, otherwise returns false.public void setOptional(boolean isOptional)
optional parameter.
isOptional - sets if the MTOM assertion is optional or not. If set to true
then if the request is MTOMised then the response should be MTOMised, too.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||