|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a fault serialization deployment part.
Field Summary |
Fields inherited from interface org.systinet.wasp.dd.OrderedPart |
ALL_PARTS |
Method Summary | |
java.lang.String |
getDeserializerClass()
Returns the implementation class of the deserializer. |
java.lang.String |
getFaultActor()
Returns the matched SOAP fault actor. |
QName |
getFaultCode()
Returns the matched SOAP fault code. |
QName |
getFaultDetail()
Returns the matched SOAP fault detail. |
java.lang.String |
getSerializedExceptionClass()
Returns the name of the serialized exception. |
java.lang.String |
getSerializerClass()
Returns the implementation class of the serializer. |
void |
setDeserializerClass(java.lang.String implClass)
Sets the implementation class of the deserializer. |
void |
setFaultActor(java.lang.String faultActor)
Sets the matched SOAP fault actor. |
void |
setFaultCode(QName faultCode)
Sets the matched SOAP fault code |
void |
setFaultDetail(QName faultDetail)
Sets the matched SOAP fault detail. |
void |
setSerializedExceptionClass(java.lang.String serializedClass)
Sets the name of the serialized exception. |
void |
setSerializerClass(java.lang.String implClass)
Sets the implementation class of the serializer. |
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.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 java.lang.String getSerializerClass()
public void setSerializerClass(java.lang.String implClass)
implClass
- the implementation classpublic java.lang.String getDeserializerClass()
public void setDeserializerClass(java.lang.String implClass)
implClass
- the implementation classpublic java.lang.String getSerializedExceptionClass()
public void setSerializedExceptionClass(java.lang.String serializedClass)
serializedClass
- the classname of the serialized exceptionpublic QName getFaultCode()
public void setFaultCode(QName faultCode)
faultCode
- the matched SOAP fault codepublic java.lang.String getFaultActor()
public void setFaultActor(java.lang.String faultActor)
faultActor
- the matched SOAP fault actorpublic QName getFaultDetail()
public void setFaultDetail(QName faultDetail)
faultDetail
- the matched SOAP fault detail
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |