|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.api.PropertySet
com.sun.xml.ws.addressing.WsaPropertyBag
public class WsaPropertyBag
Provides access to the Addressing headers.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.xml.ws.api.PropertySet |
|---|
PropertySet.Accessor, PropertySet.Property, PropertySet.PropertyMap |
| Constructor Summary | |
|---|---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
Packet packet)
|
|
| Method Summary | |
|---|---|
String |
getAction()
Gets the wsa:Action header content as String. |
WSEndpointReference |
getFrom()
Gets the wsa:From header. |
String |
getMessageID()
Gets the wsa:MessageID header content as String. |
protected PropertySet.PropertyMap |
getPropertyMap()
Map representing the Fields and Methods annotated with PropertySet.Property. |
WSEndpointReference |
getTo()
Gets the wsa:To header. |
| Methods inherited from class com.sun.xml.ws.api.PropertySet |
|---|
containsKey, createMapView, get, parse, put, remove, supports |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
Packet packet)
| Method Detail |
|---|
public WSEndpointReference getTo()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public WSEndpointReference getFrom()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamExceptionpublic String getAction()
public String getMessageID()
protected PropertySet.PropertyMap getPropertyMap()
PropertySetPropertySet.Property.
Model of PropertySet class.
At the end of the derivation chain this method just needs to be implemented as:
private static final PropertyMap model;
static {
model = parse(MyDerivedClass.class);
}
protected PropertyMap getPropertyMap() {
return model;
}
getPropertyMap in class PropertySet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||