|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.configuration.AbstractConfigurableBeanBase
org.apache.cxf.ws.rm.manager.RMManagerConfigBean
public class RMManagerConfigBean
Java class for RMManagerConfigBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RMManagerConfigBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.xmlsoap.org/ws/2005/02/rm/policy}RMAssertion" minOccurs="0"/>
<element ref="{http://cxf.apache.org/ws/rm/manager}deliveryAssurance" minOccurs="0"/>
<element ref="{http://cxf.apache.org/ws/rm/manager}sourcePolicy" minOccurs="0"/>
<element ref="{http://cxf.apache.org/ws/rm/manager}destinationPolicy" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DeliveryAssuranceType |
deliveryAssurance
|
protected DestinationPolicyType |
destinationPolicy
|
protected RMAssertion |
rmAssertion
|
protected SourcePolicyType |
sourcePolicy
|
| Constructor Summary | |
|---|---|
RMManagerConfigBean()
|
|
| Method Summary | |
|---|---|
DeliveryAssuranceType |
getDeliveryAssurance()
Gets the value of the deliveryAssurance property. |
DestinationPolicyType |
getDestinationPolicy()
Gets the value of the destinationPolicy property. |
RMAssertion |
getRMAssertion()
Gets the value of the rmAssertion property. |
SourcePolicyType |
getSourcePolicy()
Gets the value of the sourcePolicy property. |
boolean |
isSetDeliveryAssurance()
|
boolean |
isSetDestinationPolicy()
|
boolean |
isSetRMAssertion()
|
boolean |
isSetSourcePolicy()
|
void |
setDeliveryAssurance(DeliveryAssuranceType value)
Sets the value of the deliveryAssurance property. |
void |
setDestinationPolicy(DestinationPolicyType value)
Sets the value of the destinationPolicy property. |
void |
setRMAssertion(RMAssertion value)
Sets the value of the rmAssertion property. |
void |
setSourcePolicy(SourcePolicyType value)
Sets the value of the sourcePolicy property. |
| Methods inherited from class org.apache.cxf.configuration.AbstractConfigurableBeanBase |
|---|
getBeanName, getFallbackProviders, getOverwriteProviders, notifyPropertyChange, setFallbackProviders, setOverwriteProviders, tryFallback, tryOverwrite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RMAssertion rmAssertion
protected DeliveryAssuranceType deliveryAssurance
protected SourcePolicyType sourcePolicy
protected DestinationPolicyType destinationPolicy
| Constructor Detail |
|---|
public RMManagerConfigBean()
| Method Detail |
|---|
public void setRMAssertion(RMAssertion value)
value - allowed object is
RMAssertionpublic boolean isSetRMAssertion()
public void setDeliveryAssurance(DeliveryAssuranceType value)
value - allowed object is
DeliveryAssuranceTypepublic boolean isSetDeliveryAssurance()
public void setSourcePolicy(SourcePolicyType value)
value - allowed object is
SourcePolicyTypepublic boolean isSetSourcePolicy()
public void setDestinationPolicy(DestinationPolicyType value)
value - allowed object is
DestinationPolicyTypepublic boolean isSetDestinationPolicy()
public RMAssertion getRMAssertion()
public DeliveryAssuranceType getDeliveryAssurance()
public SourcePolicyType getSourcePolicy()
public DestinationPolicyType getDestinationPolicy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||