|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.messaging.jaxm.ebxml.Service
This class represents the Service element that is part of the SOAPHeader extensions for ebxml.
Constructor Summary | |
Service(java.lang.String data)
Creates a Service object with the given data. |
|
Service(java.lang.String data,
java.lang.String type)
Creates a Service object with the data and type information. |
Method Summary | |
java.lang.String |
getData()
Returns the data for the service. |
java.lang.String |
getType()
Returns the type of service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Service(java.lang.String data)
public Service(java.lang.String data, java.lang.String type)
Method Detail |
public java.lang.String getData()
public java.lang.String getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |