public class WsaPropertyBag
extends com.oracle.webservices.api.message.BasePropertySet
Modifier and Type | Field and Description |
---|---|
static String |
WSA_FAULTTO_FROM_REQUEST |
static String |
WSA_MSGID_FROM_REQUEST |
static String |
WSA_REPLYTO_FROM_REQUEST |
static String |
WSA_TO |
Constructor and Description |
---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
com.sun.xml.ws.api.message.Packet packet) |
Modifier and Type | Method and Description |
---|---|
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 com.oracle.webservices.api.message.BasePropertySet.PropertyMap |
getPropertyMap()
Map representing the Fields and Methods annotated with
PropertySet.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) |
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
public WsaPropertyBag(AddressingVersion addressingVersion, SOAPVersion soapVersion, com.sun.xml.ws.api.message.Packet packet)
public String getTo() throws XMLStreamException
XMLStreamException
public WSEndpointReference getToAsReference() throws XMLStreamException
XMLStreamException
public WSEndpointReference getFrom() throws XMLStreamException
XMLStreamException
public String getAction()
public String getMessageID()
protected com.oracle.webservices.api.message.BasePropertySet.PropertyMap getPropertyMap()
com.oracle.webservices.api.message.BasePropertySet
PropertySet.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 com.oracle.webservices.api.message.BasePropertySet
public WSEndpointReference getReplyToFromRequest()
public void setReplyToFromRequest(WSEndpointReference ref)
public WSEndpointReference getFaultToFromRequest()
public void setFaultToFromRequest(WSEndpointReference ref)
public String getMessageIdFromRequest()
public void setMessageIdFromRequest(String id)
Copyright © 2015 Oracle Corporation. All rights reserved.