org.apache.ws.jaxme.impl
Class JMPIImpl

java.lang.Object
  extended by org.apache.ws.jaxme.impl.JMPIImpl
All Implemented Interfaces:
JMPI

public class JMPIImpl
extends java.lang.Object
implements JMPI

Implementation of a processing instruction.

Author:
Jochen Wiedmann

Constructor Summary
JMPIImpl(java.lang.String pTarget, java.lang.String pData)
          Creates a new JMPI.
 
Method Summary
 java.lang.String getData()
          Returns the PI's data.
 java.lang.String getTarget()
          Returns the PI's target.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMPIImpl

public JMPIImpl(java.lang.String pTarget,
                java.lang.String pData)

Creates a new JMPI.

Method Detail

getTarget

public java.lang.String getTarget()
Description copied from interface: JMPI

Returns the PI's target.

Specified by:
getTarget in interface JMPI

getData

public java.lang.String getData()
Description copied from interface: JMPI

Returns the PI's data.

Specified by:
getData in interface JMPI