|
||||||||||
| 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.PropertyMap |
| Nested classes/interfaces inherited from interface org.jvnet.ws.message.PropertySet |
|---|
org.jvnet.ws.message.PropertySet.Property |
| Field Summary | |
|---|---|
static String |
WSA_FAULTTO_FROM_REQUEST
|
static String |
WSA_MSGID_FROM_REQUEST
|
static String |
WSA_REPLYTO_FROM_REQUEST
|
static String |
WSA_TO
|
| Constructor Summary | |
|---|---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
Packet packet)
|
|
| Method Summary | |
|---|---|
String |
getAction()
Gets the wsa:Action header content as String. |
WSEndpointReference |
getFaultToFromRequest()
|
WSEndpointReference |
getFrom()
Gets the wsa:From header. |
String |
getMessageID()
Gets the wsa:MessageID header content as String. |
String |
getMessageIdFromRequest()
|
protected PropertySet.PropertyMap |
getPropertyMap()
Map representing the Fields and Methods annotated with Property. |
WSEndpointReference |
getReplyToFromRequest()
|
String |
getTo()
Gets the wsa:To header. |
WSEndpointReference |
getToAsReference()
Gets the wsa:To header. |
void |
setFaultToFromRequest(WSEndpointReference ref)
|
void |
setMessageIdFromRequest(String id)
|
void |
setReplyToFromRequest(WSEndpointReference ref)
|
| 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 |
| Field Detail |
|---|
public static final String WSA_REPLYTO_FROM_REQUEST
public static final String WSA_FAULTTO_FROM_REQUEST
public static final String WSA_MSGID_FROM_REQUEST
public static final String WSA_TO
| Constructor Detail |
|---|
public WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
Packet packet)
| Method Detail |
|---|
public String getTo()
throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public WSEndpointReference getToAsReference()
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()
PropertySetProperty.
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 PropertySetpublic WSEndpointReference getReplyToFromRequest()
public void setReplyToFromRequest(WSEndpointReference ref)
public WSEndpointReference getFaultToFromRequest()
public void setFaultToFromRequest(WSEndpointReference ref)
public String getMessageIdFromRequest()
public void setMessageIdFromRequest(String id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||