public class PolicyInfo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGE_TYPE_IN |
static int |
MESSAGE_TYPE_OUT |
Constructor and Description |
---|
PolicyInfo(String policyKey) |
PolicyInfo(String policyKey,
int type) |
PolicyInfo(String policyKey,
int type,
QName operation) |
PolicyInfo(String policyKey,
QName operation) |
Modifier and Type | Method and Description |
---|---|
String |
getMessageLable() |
QName |
getOperation() |
String |
getPolicyKey() |
int |
getType() |
boolean |
isMessagePolicy() |
boolean |
isOperationPolicy() |
boolean |
isServicePolicy() |
void |
setOperation(QName operation) |
void |
setPolicyKey(String policyKey) |
void |
setType(int type) |
public static final int MESSAGE_TYPE_IN
public static final int MESSAGE_TYPE_OUT
public PolicyInfo(String policyKey)
public PolicyInfo(String policyKey, int type)
public boolean isServicePolicy()
public boolean isOperationPolicy()
public boolean isMessagePolicy()
public String getMessageLable()
public String getPolicyKey()
public void setPolicyKey(String policyKey)
public int getType()
public void setType(int type)
public QName getOperation()
public void setOperation(QName operation)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.