|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.config.WebserviceInfo
public class WebserviceInfo
Webservice information required to expose the service.
| Constructor Summary | |
|---|---|
WebserviceInfo(Service service,
java.lang.String inXsd,
java.lang.String outXsd,
java.lang.String faultXsd,
java.lang.String description,
boolean requestResponse,
java.lang.Integer messageFlowPriority)
Construct the webservice information. |
|
WebserviceInfo(Service service,
java.lang.String inXsd,
java.lang.String outXsd,
java.lang.String faultXsd,
java.lang.String description,
boolean requestResponse,
java.lang.String requestLocation,
java.lang.String responseLocation,
boolean addressing,
java.lang.Integer messageFlowPriority)
Construct the webservice information. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Test for equality. |
java.lang.String |
getDescription()
Get the service description. |
java.lang.String |
getFaultXsd()
Get the fault schema. |
java.lang.String |
getInXsd()
Get the input schema. |
java.lang.Integer |
getMessageFlowPriority()
Get the message flow priority. |
java.lang.String |
getOutXsd()
Get the output schema. |
java.lang.String |
getRequestLocation()
Get the request location within the message. |
java.lang.String |
getResponseLocation()
Get the response location within the message. |
Service |
getService()
Get the service details. |
int |
hashCode()
Get the instance hash code. |
boolean |
isAddressing()
Does the endpoint require addressing? |
boolean |
isRequestResponse()
Is this a defined request/response service? |
java.lang.String |
toString()
Get a string representation of this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebserviceInfo(Service service,
java.lang.String inXsd,
java.lang.String outXsd,
java.lang.String faultXsd,
java.lang.String description,
boolean requestResponse,
java.lang.Integer messageFlowPriority)
service - The associated service details.inXsd - The input schema.outXsd - The output schema.faultXsd - The fault schemas.description - The service description.requestResponse - The service request/response flag.messageFlowPriority - The message flow priority.
public WebserviceInfo(Service service,
java.lang.String inXsd,
java.lang.String outXsd,
java.lang.String faultXsd,
java.lang.String description,
boolean requestResponse,
java.lang.String requestLocation,
java.lang.String responseLocation,
boolean addressing,
java.lang.Integer messageFlowPriority)
service - The associated service details.inXsd - The input schema.outXsd - The output schema.faultXsd - The fault schemas.description - The service description.requestResponse - The service request/response flag.requestLocation - The request location within the message.responseLocation - The response location within the message.addressing - Does the endpoint require addressing?messageFlowPriority - The message flow priority.| Method Detail |
|---|
public Service getService()
public java.lang.String getInXsd()
public java.lang.String getOutXsd()
public java.lang.String getFaultXsd()
public java.lang.String getDescription()
public boolean isRequestResponse()
public java.lang.String getRequestLocation()
public java.lang.String getResponseLocation()
public boolean isAddressing()
public java.lang.Integer getMessageFlowPriority()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The object to compare with
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||